#outerwraper {
	margin: 0px auto;
	width: 850px;
	border: thin solid #666666;
	background-color: #fafce9;	
}
#header,content,footer {
	width: 100%;
	
}
#header {
	border-bottom: 2px solid #666666;
	height: 168px;
	background-color: #f1f7ba;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	
}

#content {
background-color: ;
	height:auto;
	color: #333333;
	overflow: visible;
	text-align: justify;
	padding: 4px;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	line-height: 1.25em;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
}
#sidebar {
	
	background: #FAFCE9;
	float: left;
	width: 200px;
		top: auto;
	padding: 0px;
	text-decoration: none;
	margin: 0px;
	}
	
#contactrightcol {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	float:left;
	height: auto;
	width: 130px;
	background-color: #f1f7ba;
	border: thin ridge #aaaa8f;
	padding: 3px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}	
	
#linksbox {
font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	float:right;
	height: auto;
	width: 180px;
	background-color: #f1f7ba;
	border: thin ridge #aaaa8f;
	padding: 3px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 30px;
	
}	

#sidebar_right {
	
	background: #FAFCE9;
	float: right;
	width: 200px;
		top: auto;
	padding: 10px;
	text-decoration: none;
	margin: 0px;
	}


#footer {
	font: 0.8em  Verdana, Arial, Helvetica, sans-serif;
	color: #F1f7ba;
	background: #aaaa8f;
	
	text-align: center;
	height: 40px;
	clear: both;
	margin: 0px;
	
}
img {
	border: thin solid #aaaa8f;
	padding: 2px;
}

