body {
	font-family: helvetica, arial, sans-serif;
	width: 960px;
	background:#ffff00;

} 
header, section, article, footer {
	margin: 10px;
	padding: 10px, 20px, 20px;
	border-radius: .8em;
	-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	background: #666;
}

header{
	width: 960px;
	text-align: center;
} 
article{
	float: right;
	width: 658px;
}

section{
	float: left;
	width: 178px;
}

footer{
	display :block;
	clear:both !important;
	width: 960px;
	width: 960px;
	text-align: center;
}
article p {
	color: #ab007b;

}


menu ul, menu li{
list-style-type:none;
padding: 0px;
margin: 0px;
}
a;link, a:visited{
	text-decoration: none;
	color: #dc007b;

}
a:hover {
	color: #afe488

}

img{
	border:
	0px;
}