/* CSS Document */

/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background: fixed url(../images/005a.jpg);
} 
 
#pagewidth{ 
 width:750px; 
 text-align:left;  
margin-left: 220px; 
 margin-right:auto;
 background-color:#FFF;
} 
 
#header{
 position:relative; 
 height:230px; 
  background-color:#FFF; 
 width:100%;
} 

#headerlogo {
 position: relative;
 margin-left: 288px;
 background-image: url(../images/index_r1_c4.gif);
 background-repeat: no-repeat;
 width: 196px;
 height: 192px;
}

#headerbalk {
 clear: both;
 position: relative;
 margin-left: 33px;
 background-image: url(../images/index_r2_c3.gif);
 background-repeat: no-repeat;
 width: 689px;
 height: 38px;
}
 
#leftcol{
 width:203px; 
 float:left; 
 position:relative; 
 background-color:#FFF;
 min-height: 450px;
 margin-top: 230px;
 padding-top: 28px;
 }
* html #leftcol { height: 450px;}
 
#maincol{
 background-color: #EDECEC;  
 float: right; 
 margin-right: 28px;
 display:inline; 
 position: relative; 
 width:659px; 
 min-height: 450px;
 padding-top: 28px;
 padding-left: 15px;
 padding-right: 15px;
 }
 
* html #maincol { height: 450px;}
 
.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;}
}