* {
	margin:0;
	padding:0;
	border-width: 0; }
body {
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: center;
	background-color: white; }
a {
	color: blue;
	text-decoration: underline; }
a:hover {
	color: blue;
	text-decoration: none; }
.nostyle {
	display: none; }
.clear-both {
	clear: both;
}
#container {
	text-align: left;
	position: absolute; }
.mainsite {
	text-align: left;
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto; }
#toprow {
	background-color: #c6dbc6;
	text-align: center;
	position: relative;
	border-bottom: 2px solid white;
	height: 99px;
} 
#logo {
	color: white;
	background-image: url(../images/Greentimber-logo.gif);
	text-decoration: none;
	position: relative;
	top: 0;
	left: 51px;
	width: 551px;
	height: 101px;
	display: block;
	border-width: 2px;
}
#menurow {
	height: 196px;
	background-color: #104c29; 
}
#contentrow {
	background-color: #c6dbc6;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
#footerrow {
	font-size: 1px;
	height: 3px; 
}
