body{
	font: 0.8em Arial, san serif;

}
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, #menu ul li a.selected{
	background:#000;
	color:#fff;
}
#content {
	float:left;
	width:680px;
	padding:10px;
	background:#ccc;
}
#content h1 {
	font-size:1.6em;
}

#side {
	float:right;
	width:219px;
	padding:10px;
	border-left:1px solid #aaa;
}
#footer {
	background:#000;
	color:#fff;
}
#content, #side {
	min-height:200px;
}




