html, body {
	margin: 0px;
	padding: 0px;
}
a:link {color: #666666; text-decoration: none;}
a:visited, a:hover, a:active {color: #666666; text-decoration: underline;}

h1 {
	color: #004d00;
	font: bold x-small Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-bottom: 0px; 
	text-transform: uppercase; 
}
#blocks {
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: center;
}
#main {
	background-color: #ffffff;
	color: #666666;
	font: x-small Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-left: 55%;
	padding-bottom: 30px;
}
#main ul, #main li {
	margin: 0px;
	padding: 0px;
}

#main li {
	list-style-type: none;
	margin: 3px;
}
#pic {
	position: absolute;
	right: 50%;
	top: 320px;
}
#pic img {
	border: 1px solid #666666;
}
#nav {
	color: #ffffff;
	font: x-small Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
	padding-bottom: 3px;
	text-align: center;
}
#nav a {
	color: #888888;
	text-decoration: none;
}
