
/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-size:14px;
 color: #333;
 font-family:Tahoma, Geneva, sans-serif;
 text-decoration: none;
 background-color:#FFF;
} 
 
#pagewidth{ 
 width:960px; 
 text-align:left; 
 margin:0 auto; 
} 

#pagewidth_2{ 
 width:100%; 
 text-align:left; 
 margin:0 auto;
 background:url(../images/bg_main.png) repeat-x top center;
} 

#pagewidth_foot{ 
 width:100%; 
 text-align:left; 
 margin:0 auto;
 background:url(../images/bg_foot.png) repeat-x top center;
} 
 
#header{
 position:relative; 
 height:141px;  
 width:960px;
 display:block;
 overflow:hidden;
} 
 
#twocols{
 width:960px; 
 float:right; 
 position:relative; 
  }
  
#rightcol{
 width:780px;
 float:right; 
 position:relative; 
  }
 
#maincol{
 float:left;
 min-height:1200px;
 position: relative; 
 width:180px; 
 }
 
#footer{
 height:115px; 
 clear:both;
 display:block;
 overflow:hidden;
} 
 
.linkwhite a {
color: #FFF;
font-weight: normal;
font-style: normal;
text-decoration: none;  
}

.linkwhite a:visited {
color: #FFF;
font-weight: normal;
font-style: normal;
text-decoration: none;  
}

.linkwhite a:hover {
color: #666;
font-weight: normal;
font-style: normal;
text-decoration: none;  
}
 
 
/* ******************************************************************** */ 
/* Clearfix: http://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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
