html, body{ 
 margin:0 0 0 0; 
 padding:0; 
 text-align:center; 
 background-image: url(../images/backgrnd.jpg);
 background-repeat: repeat-x;
 background-color: #D4D9CF;
 font-family: "Trebuchet MS",Arial,sans-serif;
 font-size:13px;
} 
 
#pagewidth{ 
 width:1016px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header1{
 top: 20px;
 position:relative; 
 height:70px; 
 width:100%;
} 

#header1 .logo {
	float:left;
	width:240px;
	margin:0;
	padding:0;
	height:70px;
	background-position: 0 0;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;	
}
/*
#header1 .menu {
	float:right;
	text-align:right;
	height:70px;
	margin-left:15px;
}
*/
#header2{
 position:relative; 
 height:134px; 
 /*background-image: url(../images/header.png);*/
 background-repeat: no-repeat;  
 width:100%;
} 

 
#maincol{
  margin: 20px 0 0 0;
  padding: 20px;
  width:1016px;
  background-color: #edf1e8;
  color: #565344;
  min-height: 300px;
  
 }
 
 #maincol p{
  padding: 0 10px 0 10px;
 }
 
 #maincol a{
  color: #2F67FF;
  text-decoration: none;
  font-weight:normal;
 }
 
 #maincol a:hover{
  text-decoration: underline;
 }
 
 #maincol ul{
  padding-left:260px;
 }
 
 #maincol h1{
  font-size: 18px;
  font-weight:bold;
  color: #85AF57;
  padding: 0 10px 0 10px;
 }
 
#footer{
  margin: 30px 0 0 0;
  background-color: #555242; 
  padding: 0 50px 0 0;
  clear:both;
  color: #fff;
  /*border: 3px solid #edf1e8;*/
 } 
 

 /* *** 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 */  

/*============ Gallery Thumbs ================*/
#gallery {
	margin: 10px 10px 10px 10px;
	text-align:center;
}

#gallery a .thumbs {
	border: 1px solid #565344;
	padding: 2px;
	margin: 10px;
}
#gallery a:hover .thumbs {
	border: 3px solid #f60;
	padding: 0;
}

/* ========= Images in Text ===================*/
.imageintext {
	padding:5px;
	margin:0 15px 5px 0;
	border:1px solid grey;
	float:left;
}
