﻿/* generated by csscreator.com */ 
html, body{ 
 margin:0px ;
 padding:0px; 
 text-align:center; 
background-image:url('../background.jpg');

} 
 
#pagewidth{ 
width:1000px; 
text-align:left;  
margin-left:auto; 
margin-right:auto; 
padding: 50px;
} 
 
#pagewrap{
border: 5px solid; 
}

#header{
 position:relative; 
 height:150px; 
background-image:url('../header.jpg');
 width:100%;

} 

#nav{
 position:relative; 
 height:55px; 
background-color: #530803;  
 width:100%;
border-bottom: 5px solid; 

} 
 
#maincol{
background-color: #d9ba93;  
 float: right;
 display: inline; 
 position: relative; 
 width: 800px; 

 }
 

#leftcol{
background-color: #d9ba93;  
 float: left;
 display: inline; 
 position: relative; 
 width: 150px; 
margin: 10px;
}

#footer{
 height:50px; 
  background-color:#530803; 
background-image:url('../footer.jpg');
 clear:both;
border-top: 5px solid; 

 } 
 
p
{
padding: 5px; 
font: 12px arial, verdana, sans-serif;
}




a:link {text-decoration: none;  color: #000000;}
a:visited {text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline; color: #000000;}



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


