body{
	font: 0.8em Arial, san serif;
	background-color:#004200;

}
h1, ul {
	margin:0;
	padding:0;

}
.clear{
	clear:both;
}
#wrap{
	width:940px;
	padding:10px;
	margin:0 auto;
}

#header{
	margin-bottom:10px;
	
}

#menu ul{
	list-style:none;
	height:30px;
	border-bottom:1px solid #000;
	
}

#menu ul li{
	float:left;
}
#menu ul li a{
	display:block;
	color:#000;
	text-decoration:none;
	padding:0 20px;
	line-height:30px;
}
#menu ul li a:hover {
	background:#000;
	color:#fff;
}
#content {
	float:left;
	width:680px;
	padding:10px;
	background:#ccc;
}
#content h1 {
	font-size:1.6em;
}
#desc p {
	width:580px;
	font-size:12pt;
	}

#side {
	font-size:12pt;
	float:right;
	width:219px;
	padding:10px;
	border-left:1px solid #aaa;
}
#footer {
	background:#000;
	color:#fff;
}
#footer a {
	text-decoration:none;
	color:#fff;
}
#footer a:hover {
	color:#aaa;
}
#content, #side {
	min-height:400px;
}
#menu ul li a.selected {
	background:#060;

}



