html, body{ 
	margin:0;
	padding:0; 
	text-align:center;
	background: #895D33 url() fixed repeat top left;
} 
 
#pagewidth{ 
	width:750px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #633100;	
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #633100;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #633100;
	background-color:#fff;
}

#header{
	position:relative; 
	height:200px; 
	background-color:#9DB043; 
	width:100%;
	border-bottom:1em solid white;
	font-family:arial;
	font-size:14px;
} 

#header a {color:black; text-decoration:none;}
#header a:hover {color:black; text-decoration:none;}

 
#leftcol{
	width:326px; 
	float:left; 
	position:relative; 
	background-color:#F7CBCC;
}
 

.image {
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#000000;
	padding:0em;

}


#maincol{background-color:;  
	float: right; 
	display:inline; 
	position: relative; 
	width:410px;
	font-family:arial;
	font-size:13px;
 }

#maincol a {color:#EE695F; text-decoration:none;}
#maincol a:hover {color:#9DB043; text-decoration:none;}


h1 {
	color: #EE695F;
	background-color: #fff;
	font-face:trebuchet ms;
	font-size: 20px;
	margin: 0;
	margin-bottom: .35em;
	width:380px;
	text-align: center;
	letter-spacing: 0em;	
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #EE695F;
}

h2{
	color:#E3B13C;
	font-size:16px;
	width:380px;
	margin-bottom: .15em;
}

s {
	color:#EE695F;
	font-size:24px;
	text-decoration:none;
}
 
#footer{
	height:20px; 
	background-color:#633100; 
	clear:both;
	font-family:arial;
	font-size:11px;
	color:#E3B13C;
	font-weight:;
	border-top:.75em solid #633100;
 } 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* 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;}
}

