body{
	font-family: Helvetica, Arial, sans-serif;
	width: 960px;
	background: #009999;
}

header{
	width: 960px;
	float: left;
	text-align: center;
}

header, section, article, footer {
	margin: 10px;
	padding: 10px 20px 20px;
	border-radius: 8px;
	-webkit-border-radius:.8em;
	-moz-border-radius:.8em;
	background: #ffffff;
}

section {
	float: left;
	width: 178px;
	text-align: left;
	
}

article{
	float: right;
	width: 658px;
}

footer{
	display: block;
	width: 898px;
	clear:both;
}

nav ul, nav li {
	list-style-type:none;
}

a:link, a:visited {
	text-decoration: none;
	color:
}

a:hover {
	color: #000000
}