body{
	padding: 0;
	margin: 0;
	background: #475e01 url(../images/bg.jpg);
}
#main{
	width: 914px;
	border: solid #000 2px;
	background: #ffc;
	margin: 0 auto;
	padding: 15px;
}
#header{
	text-align: center;
	margin-bottom: 5px;
}
#header img{
	text-align: center;
}
#nav{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: center;
}
#nav li{
	display: inline;
}
#content{
	padding: 0 40px;
}
#content h1{
	font: normal 35px "Times New Roman";
	margin-bottom: 5px;
	color: #006;
}
#content p, #content ul{
	font: normal 12px Verdana, sans-serif;
}
#content a:link, #content a:visited{
	color: #006;
}
#footer{
	text-align: center;
	clear: both;
	font: normal 11px Verdana, Arial, sans-serif;
	color: #000;
	padding: 15px;
}
#ContactForm ul{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#ContactForm li{
	clear: both;
	margin-bottom: 10px;
}
#ContactForm label{
	display: block; 
	width: 100px;
	float: left;
	font-weight: bold;
}
ul#links{
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
ul#links li{
	margin-bottom: 10px;
}
