body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color:#69F
}
#content p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#banner {
	background-color: #960;
	float: left;
	width: 960px;
}

#nav {
	background-color:#999;
	height: 50px;
	line-height: 50px;
	float: left;
	width: 960px;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#nav ul li {
	float: left;
	width: 200px;
	text-align: center;
}
#nav ul li a {
	text-decoration: none;
	background-color: #999;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFF;
}

#nav ul li a:hover {
	text-decoration: none;
	background-color: #F00;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	color: #000;
}
#content {
	background-color: #9CF;
	float: left;
	width: 960px;
}
#footer {
	background-color: #D6D6D6;
	font-size: small;
	height: 25px;
	text-align: right;
	float: left;
	width: 960px;
	clear: both;
	line-height: 0;
}
h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 150px;
	line-height: 150px;
}

.current {
	text-decoration: none;
	background-color: #999;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	color: #000;
}
