/*Basics*/
html, body{ 
margin:0;
padding:0;
text-align:center;
background-image:url(htmlTop.jpg);
background-repeat:repeat-x;
font-family:arial;
} 

#pagewidth{
width:900px;
text-align:left;  
margin-left:auto; 
margin-right:auto;
background-image:url(page_bk.jpg);
background-repeat:repeat-y;
} 
 
#header{
position:relative; 
height:97px;
width:100%;
background-image:url(header.jpg);
} 

#logo{
width:367px;
height:97px;
background-image:url(faxpipe.jpg);
margin-left:267px;
}

#return_button{
width:490px;
height:97px;
overflow:hidden;
margin-left:204px;
}
#return_button a{
padding-left:9999px;
width:490px;
height:97px;
display:block;
background-image:url(return_button.jpg);
}

#nonavBody{
background-image:url(maincol.jpg);

background-repeat:no-repeat;
width:900px;
height:auto;
}

#content{
margin-left:75px;
width:750px;
}

#footer{
height:119px;
clear:both;
height:119px;
width:900px;
background-image:url(pageFooter.jpg);
background-repeat:repeat-y;
}
 

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