/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:809px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:132px; 
 background-color:#000000; 
 width:100%;
 background-image:url(../images/header_page_int2.jpg);
 background-repeat:no-repeat;
} 
 
#leftcol{
 width:173px; 
 float:left;
background-image:url(../images/pointilles_v.gif);
background-repeat: repeat-y;
background-position: right;
 /*position:relative; */
 }
 
#maincol{ 
 float: right; 
 display:inline; 
 /*position: relative; */
 width:605px; 
 }
 
#footer{
 height:20px;  
 clear:both;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #979797;
	margin: 0px;
	padding: 0px; 
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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;}
}