/* generated by csscreator.com */ 

html, body { 
   margin: 5px 5px 5px 5px; 
   padding: 0; 
} 
 
#pagewidth { 
   width: 776px;  
}
 
#header {
   width: 776px;
   height: 145px;
   background: url(images/signsm.jpg) left no-repeat #CAC7B5;
   padding: 5px 0px 0px 0px;
   text-align: center;
} 
 
#leftcol{
   width: 200px;
   height: 1750px;
   float: left;
   background: #CAC7B5;
}
 
#maincol {
   width: 536px;
   background: #FFFFFF;
   padding: 10px 20px 5px 20px;
   float: right;
   display: inline;
   font-family: "Times New Roman", Times, serif;
   font-weight: normal;
	 font-size: 12pt;
   color: black;   
}
 
#footer {
   height: 60px;
   width: 776px;
   background: url(images/fencebldgsm.jpg) left no-repeat #CAC7B5;
   clear: both;
   margin: 0px 0px 0px 0px;
   font-family: "Times New Roman", Times, serif;
   font-weight: normal;
   font-size: 10pt;
   color: black;  
}

/* Text or photo box */
.logobox {
   margin: 0px 4px 0px 250px;
   padding: 0px 0px 0px 0px;
   float: left;
   text-align: center;
}

.addressbox {
   margin: 5px 10px 0px 0px;
   padding: 0px 0px 0px 0px;
   float: right;
   text-align: right;
   border: thin none Black;
   font-family: "Times New Roman", Times, serif;
   font-weight: normal;
	 font-size: 12pt;
   color: black;     
}

.photobox {
   margin: 0px 0px 0px 10px;
   padding: 0px 0px 0px 0px;
   float: right;
   text-align: center;
   border: thin none Black;
}


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