body {
	width:900px; height: auto; margin: 0 auto; position: relative; border-left: solid 1px #e0e0e0; border-right: solid 1px #e0e0e0;
	background-image:-moz-linear-gradient(70% 22px 270deg, #fff, #e0e0e0); 
	background-image:-webkit-gradient(linear, 0% 0%, 0% 70%, from(#e0e0e0), to(#fff));
	background-repeat: no-repeat;
	
	}
	
header {
	width:100%; height:auto; margin:0px; background-color: #fff;
	}
	
header img {
	width: 400px; height: 70px; margin: 5px 20px 0px 20px; display: inline;
	}
	
article {
	width:70%; height:auto; margin:0px 0 0 0; background-color: #fff; float: left;
	border-right: solid 1px #e0e0e0;
	
	-moz-border-radius: 10px 10px 0px 0px; -webkit-border-radiu: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px;
	}
	
aside {
	width:26%; height: auto; background-color: fff; margin: 0px 15px; float: left;

	}
	
footer {
	width: 100%; height: auto; margin: 20px auto 0px; background-color: #000; float: left;
	}
	
article section {
	width: 95%; height: auto; background-color: #fff;
	}
footer div#media p {
	color: #fff; font-family: bold calibri, arial, verdana; font-size: 10pt;
}
footer div#media {
	width: 30%; height: 100px; margin: 10px; padding: 10px; float: left;
	border: solid 1px #e0e0e0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
footer div#links {
	width: 61%; height: 100px; margin: 10px 3px; padding: 10px; float: left;
	border: solid 1px #e0e0e0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
footer div#copy {
	clear: both;
	width: 95%; height: 20px; margin: 10px; padding: 15px 10px; color: #fff; font-size: 8pt; font-family: bold calibri, arial, verdana;
	border: solid 1px #eee; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
footer div#copy a{
	color: #fff; font-size: 8pt; font-family: bold calibri, arial, verdana; text-decoration: none;
}
footer div#copy a:hover {
	text-decoration: underline;
}