/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:960px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background-color:#DC1C03;
} 
 
#header{
 position:relative; 
 height:200px; 
  background-color:#DC1C03; 
 width:100%;
 background-image:url(images/header.jpg)
} 
 
#leftcol{
	width:210px;
	float:left;
	position:relative;
	background-color:#DC1C03;
	height:100%;
 }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:710px; 
 padding:20px;
 }
 
.footer{
 height:90px; 
  background-color:#060303; 
 clear:both;
 text-align:center;
 color:#FFFFFF;
 } 
 .footer a {
 color:#FFFFFF
 } 

 
 /* *** 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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


#header_btm {
	width:860px;
	background-color:#CC0000;
	padding-left:100px;
}

#leftinner {
padding-left:10px;
}

#leftadblock {
width:200px;
}

a.mainlinksLEFT_MENU {
text-decoration:underline;
color:#FFFFFF;
font-weight:bold;
font-size:12px;
font-family:Arial;
}

a.sublinksLEFT_MENU  {
text-decoration:underline;
padding-left:5px;
color:#FFFFFF;
font-size:12px;
font-family:Arial;
}
