/* generated by csscreator.com */ 
html {
	padding-top: 20px;
	padding-bottom: 20px;
}
html, body{
margin:0;
	text-align:center;
	background-image: url(bckg.gif);
	background-repeat: repeat-x;
} 
 
#m_content{
	margin-left:auto;
	margin-right:auto;
	width:782px;
	padding:1px;
	background-color:#666666;
} 
 
#pagewidth{
	background-color:#FFFFFF;
	width:782px;
	text-align:left;
	background-image: url(cad.gif);
	background-repeat: no-repeat;
	background-position: left 183px;
} 
 
#header{
	position:relative;
	height:203px;
	width:100%;
	background-image: url(top_bckg-menu.gif);
	background-position: 0px 130px;
	background-repeat: repeat-x;
} 
 
#leftcol{
 width:50%; 
 float:left; 
 position:relative;
 }
 
#twocols{
 width:50%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:90%; 
 float:right; 
 position:relative; 
 }
 
#maincol{ 
 float: left; 
 display:inline; 
 position: relative; 
 width:0%; 
 }
 
#footer{
	height:22px;
	clear:both;
	background-image: url(bottom_bckg.gif);
	background-repeat: repeat-x;
	text-align: center;
 } 
 

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

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