html, body{ 
 margin:0; 
 padding-top:5px; 
 text-align: left; 
background-color:#DFE4D1;
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px; 
   background-image:url("http://www.buckleburyrow.com/bluecanvas.jpg");  
background-repeat:repeat; 
 width:100%;
} 
 
#leftcol{
 width:100px; 
 float:left; 
 position:absolute; 
height:500px;
 background-image:url("http://www.buckleburyrow.com/grfab.jpg");  
background-repeat:repeat; 
 }
 
#twocols{
 width:1000px; 
 float:right; 
 position:absolute; 
  }
 
#rightcol{
 width:200px; 
height:500px;
 float:right; 
 position:relative; 
right:0px;
 background-image:url("http://www.buckleburyrow.com/lilvase.jpg");  
background-repeat:no-repeat;
text-align: center;
 }
 
#maincol{background-image: url("http://www.buckleburyrow.com/mainbg2.jpg");  
 float: left; 
 display:inline; 
 position:absolute; 
left:100px;
width:700px;
height:100%;
text-align: center;
padding: 0px 50px;
 }
 
#footer{
 height:25px; 
position:relative;
top:480px;
  background-image: url("http://www.buckleburyrow.com/footerbg.jpg"); 
background-repeat:repeat;
 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;}
}


A:link {text-decoration: none; color: #89A1DB;}
A:visited {text-decoration: none; color: #89A1DB;}
A:active {text-decoration: none; color: #97A381;}
A:hover {text-decoration: underline overline; color: #97A381;}


p {color:#97A381; font-family: sans-serif;}
p.sansserif {color:#97A381; font-family: Helvetica, Arial, sans-serif; font-size: 100%; text-align:center;}
p.sansserif2 {color:#97A381; font-family: Helvetica, Arial, sans-serif; font-size: 100%; text-align:center;}