body {
	background: #c7b18a;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
}

#welcome {
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
}

#brownbordering {
	background: #643302;
	border: #000000 1px solid;
	width: 840px;
	padding: 30px 30px 30px 30px;
	text-align: center;
}

#whitebordering{
	background: #ffffff;
	padding: 20px 20px 20px 20px;
	color:#666666;
	text-align: left;
}

#features {
	background: url(../images/bg_features.jpg);
	height: 25px;
	padding-left: 10px;
}

#featuremid {
	background: #e7e0d0 url(../images/bg_features.jpg) repeat-x;
}

#navigation {
	background: #ff6600;
	color: #ffffff;
	width: 100%;
	height: 35px;
	padding: 0px 20px 0px 20px;
}

td.topnavigation a:link, td.topnavigation a:active, td.topnavigation a:visited {
	color: #ffffff;
	text-decoration: none;
}


td.topnavigation a:hover {
	color: #ffffff;
	text-decoration: underline;
}