html, body 
{
 margin:0;
 padding:0;
}

body
{
text-align: center;
background-image:url('background/school.jpg')/*url('images/background.gif')*/;
background-repeat: repeat-x;
/*background-repeat:no-repeat;*/
background-position:top center;
background-attachment: fixed;
}

#wrapper{ 
background-color:#fff;
margin: 0px auto;
width: 750px;
text-align: left;
}

#header{
width: 750px;
 height: 294px;
 margin-left:auto; 
 margin-right:auto;
} 
 
#pagewidth{ 
 width:750px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
} 
 
#leftcol{
 width:170px; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF;
 }
 
#twocols{
 width:580px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:200px; 
 float:right; 
 position:relative;
 background-color:#FFFFFF;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:370px;
 }
 
#footer{
 height:55px;
 float:left;
 width: 750px;  
 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;} 

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