@charset "utf-8";
/* CSS Document */

#container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: auto;
	width: 800px;
}

#nav li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
	width: 130px;
}
#nav a {
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #333;
	border: #222 inset 2px;
	color: #fff;
}

#footer {
	text-align: center;
}
#container {
	clear: both;
}