body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:90%;
	background-color: #C93;
	color: #666;
}

#wrapper {
	width: 960px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #603813;
	font-style: normal;
	padding-left:0px;
	padding-right:0px;
}

#content {
	width:910px;
	height:auto;
	background-color: #fff;
	font-style: normal;
	padding-left:10px;
	margin-left:20px;
}

#address {
	background-color:#603813;
	color:#fff;
	font-size:90%;
	height:30px;
	width:930px;
	margin: 0px;
	margin-top:10px;
	padding-right:0px;
	border-top:0px;
	text-align:right;
}

#announcement {
	height:auto;
	margin: 0px;
	padding:10px 5px 10px 5px;
	vertical-align: top;
	text-align:center;
}
.highlight {
	font-family: Georgia, Verdana, sans-serif;
	font-size:150%;
	font-weight: bold;
	color: #630;	
}

.highlight2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:100%;
	font-weight: bold;
	color:#300;
}

.highlight3 {
	font-family: Verdana, Georgia, sans-serif;
	font-size:125%;
	font-weight: bold;
	font-style:italic;
	color: #000;
}

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	background-image: url(../images/soilfindersheader2a.png);
	background-color: #C93;

}

#menu {
	position:absolute;
	width: auto;
	height: auto;
	font-size:90%;
	margin-left:auto;
	padding-top:102px;
	padding-left:20px;
	border: 0px #000 solid;
	color:#FFf;
}


#leftcolumn {
	width:50%;
	float: left;
	background-color: #fff;
}

#rightcolumn {
	width: 50%;
	float:right;
	background-color:#fff;
}
.textbold {
	font-weight: bold;
	color: #000;
	text-align: left;
	font-size:105%;
}
.quote {
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #666;
}

#footer {
	width: 958px;
	padding-top:10px;
	height: 30px;
	background-color: #603813;
	color:#fff;
	font-size:125%;
	text-align:center;
	vertical-align:text-bottom;
}

#fernweb {
	text-align:center;
	font-size:80%;
	font-style:italic;
	height:30px;
	line-height:30px;
	vertical-align:text-bottom;
}


a:link {
	color:#FF0;
	text-decoration: none;
}
a:visited {
	color:#FF0;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
a:active {
	color:#FF0;
	text-decoration: none;
}



img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
