/* generated by csscreator.com */ 
html, body {
	margin: 0; 
	padding: 0; 
	text-align: center; 

	background-color: #ffffff;
}

img {
	border: 0;
}
 
#pagewidth {
	margin-top: 20px;
	width: 980px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;  
} 
 
#header {
	position: relative; 
	width: 100%;
	
	/* overflow:hidden to eat up the submenu fill up */
	overflow: hidden;
}

#logo {
	display: block;
	margin: 0 0 20px 0;
}

#logo img {
margin-bottom: 20px;
}

#mainnav {
/*	float: right;*/
	margin: 0;
	padding: 0;
}
 
#subnav {
	position: relative;
	top: -2em;
	height: 2em;
	
	line-height: 2em;

	margin: 0;
	padding: 0;
	border: 0;
/*	width: 100%;*/
	/* width: 2400px to hold the subnav fill up (and a buffer) */
	width: 2400px;
}

#maincol {
	position: relative;
	top: -2em;

	background-color: #ffffff;
	border-width: 0 1px 1px 1px;
	border-color: #4d2f1f;
	border-style: solid;
	margin: 0;
	padding: 40px 80px 40px 80px;
	width: 818px;
	float: right; 
	display: inline; 
	position: relative; 
/*	width:; */
}

#imageslider {
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
}

#selfadlogos {
	width: 100%;
	text-align: right;
}

 
#footer {
	margin: 0em 0 0 0;
	padding: 1em 0 1em 0;
	text-align: center;
	clear:both;
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


