body{ 
 margin:0px 0px 0px 78px; 
 padding:0; 
 } 
 
#pagewidth{ 
 width:781px;  
} 
 
#header{
 position:relative; 
 height:253px; 
 width:100%;
} 
 
#leftcol{
 /*width:27%;*/
	width:209px; 
 float:left; 
 position:relative; 
 }
 
#twocols{
 /*width:73%;*/
	width:572px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 /*width:31%; */
	width:176px;
 float:right; 
 position:relative; 
 }
 
#maincol{ 
 float: left;
 display:inline; 
 position: relative; 
 /*width:69%;
	width:396px; */
	width:374px;
 }
	
#maincol-templ-2{ 
 float: left;
 display:inline; 
 position: relative; 
 /*width:69%;
	width:396px; */
	width:572px;
 }
 
#footer{
 height:30px; 
 clear:both;
	border-top:7px solid #333333;
	padding-top:4px;
	font-size:9px;
	color:#999999;
 } 
 

 
 /* ***  */ 
.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{width:100%; float:none;}

/*hide the header and footer when printing*/
#footer{display:none;}
#header{display:none;}

/*hide the print icon when printing*/
.print-icon{display:none;}
}


/* Template without left col */

#noLeft #twocols {
	float: none;
	width: 780px;
}

#noLeft #maincol{ 
 float: none;
 display:block; 
	width:780px;
 }

#noLeft #maincol-templ-2 {
 width:780px;
 float: none;
 display:block; 
}
