/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(../images/alcohol_background.jpg);
	background-repeat: no-repeat;
}



#header {
	width: 1000px;
	height: 140px;
	float: left;
}



#header #logo {
	float:left;
	width:200px;
	padding-top: 10px;
	padding-left: 15px;
}


#content {
	float: left;
	width: 675px;
	padding-left: 140px;
}


#content .contentlines{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}

#content .contentboxes {
	margin-bottom: 40px;
	width: 670px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#content .contentboxes .leftpanel {
	padding: 0px;
	width: 100px;
	background-color: #FFFFFF;
	float: left;
}
#content .contentboxes .rightpanel {
	width: 500px;
	background-color: #FFFFFF;
	float: right;
}
#content .contentboxes .bottompanel {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}


#content .imagesinboxes {
	margin-right: 40px;
}
#content .smallimages {
	margin-right: 10px;
}


.logos {
	float: right;
	margin-left: 20px;
	background-color: #FFFFFF;
}
#nav {
	float: left;
	height: 200px;
	width: 185px;
	margin-top: 35px;
	margin-left: 0px;
}

.clear {
clear:both;
}

#wrapper #content .leftcolumn {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#wrapper #content .bottompanel {
	float: left;
	width: 672px;
}
