/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 max-width:100%;  
 min-width:100%;  
}
 
#header{
 position:relative; 
 height:200px; 
 font-family: Arial;
 font-size: 12;
 background-color:#70ECEC; 
 width:100%;
} 
 
#leftcol{
 width:20%; 
 float:left;
 height: 400px; 
 font-family: Arial;
 font-size: 12;
 position:relative; 
 background-color:#F7F7F7; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: right;
 font-family: Arial;
 font-size: 12; 
 display:inline; 
 position: relative; 
 width:80%; 
 }
 
#footer{
 height:150px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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;}
}

.t {background: url(../images_new/centertop.jpg) 0 0 repeat-x; width: 100%}
.b {background: url(../images_new/centerbottom.jpg) 0 100% repeat-x}
.l {background: url(../images_new/leftcenter.jpg) 0 0 repeat-y}
.r {background: url(../images_new/rightcenter.jpg) 100% 0 repeat-y}
.bl {background: url(../images_new/leftbottom.jpg) 0 100% no-repeat}
.br {background: url(../images_new/rightbottom.jpg) 100% 100% no-repeat}
.tl {background: url(../images_new/lefttop.jpg) 0 0 no-repeat}
.tr {background: url(../images_new/righttop.jpg) 100% 0 no-repeat; padding:10px}
.box { background-color: #f4f9fe; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px }
