html, body{ 
	margin:0;
	padding:0; 
	text-align:center;
	background: white url(images/bg5b.png) fixed repeat top left;
} 

 
#pagewidth{ 
	width:728px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;	
	border-left-style: solid;
	border-left-width: 0.5em;
	border-left-color: #3a3a3a;
	border-right-style: solid;
	border-right-width: 0.5em;
	border-right-color: #3a3a3a;
	background-color:#fff;
}

#header{
	position:relative; 
	height:150px; 
	background-color:#ffffff; 
	width:100%;
	border-bottom:1.25em solid white;
} 

#ads{
	position:relative; 
	height:90px; 
	background-color:white; 
	width:100%;
} 

 
#leftcol{
	width:180px; 
	float:left; 
	position:relative; 
	background-color:; 
}

.site {
	font-family:arial;
	font-size:11px;
	background-color:;
	padding:.25em;
	width:170px;
	border-bottom:1.25em solid white;
}
.site a {
	color:black; 
	text-decoration:none; 
	font-size:14px;}

.site a:hover {
	color:#FF4374; 
	background-color:;}


#maincol{background-color:;  
	float: right; 
	display:inline; 
	position: relative; 
	width:540px;
	font-family:arial;
	font-size:13px;
	color:#404040;
 }

#maincol a {color:#FF799F; text-decoration:none;}
#maincol a:hover {color:#C0C0C0; text-decoration:none;}


h1{
	background-color:;
	color:black;
	font-size:20px;
	text-align:center;
	width:520px;
	border-bottom:0px solid #ef63a5;
}

h2{
	color:#FF437D;
	font-size:16px;
	width:470px;
	margin-bottom:em;
}

h3{
	color:#808080;
	font-size:14px;
	width:470px;
}



ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: none;
}

#footer{
	height:20px; 
	background-color:#3a3a3a; 
	clear:both;
	font-family:arial;
	font-size:11px;
	color:#d4d4d4;
	font-weight:;
	border-top:.75em solid #3a3a3a;
 } 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
