html, body { 
	margin:0; 
	padding:0;
	text-align:center; 
	background:#e7e7e7 url(../images/bgs.png) top center repeat-y;
	z-index:100;
}
 
#pagewidth {
	width:1008px;
	text-align:left;
	margin-left:0px;
	margin-right:0px;
	background:#FFFFFF;
}
 
#header {
	position:relative;
	height:165px;
	/*background:url(../images/bgtop7.gif) no-repeat;*/
}


#header2 {
	position:relative;
	height:165px;
	background:url(../images/bgtop2.gif) no-repeat;
	padding-left:15px;
	padding-right:15px;
	z-index:0;
}

#wrapper {
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	/*background:#FFFFFF url(../images/bgcontent3.gif) repeat-y;*/
}

#wrapper2 {
	padding-top:5px;
	padding-left:70px;
	padding-right:70px;
}

#leftcol {
	width:140px;
	float:left;
	position:relative;
}
 
#twocols{
	width:775px;
	float:right;
	position:relative;
}

#twocols2{
	width:768px;
	float:left;
	position:relative;
} 
 
#rightcol {
	width:180px;
	float:right;
	margin-top:10px;
	position:relative;
}

#rightcol2 {
	width:180px;
	float:left;
	margin-top:10px;
	position:relative;
	background: url(../images/fond.gif) no-repeat;
}
 
#maincol {
	float: left;
	display:inline;
	position: relative;
	width:590px;
	margin-top:10px;
	margin-left:-10px;
}
#maincol2 {
	float: left;
	display:inline;
	position: relative;
	width:775px;
	margin-top:10px;
}

#maincol3 {
	float: left;
	display:inline;
	position: relative;
	width:768px;
	margin-top:10px;
}

#bottom {
	margin-top:5px;
	background: url(../images/bg_bottom2.gif) no-repeat;
	width:994px;
	height:257px;
	margin-left:20px;
}
  
#footer {
	width:994px;
	margin-top:5px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:10px;
	text-align:center;
	background:#F1F1F1 url(../images/bg_bottom.gif) repeat-x;
} 

.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;}
}
