
body{
	font-size: 1.5em;
	margin: 0%;
	padding: 0%;
}

header,nav,footer,section,article,aside{
	border:solid 1px;
}

header{
	float: left;
	min-width: 100%;
	height: 100px;
	margin-bottom:2%;
	background-color: #0D100D;
	color: #fff;
}
nav{
	float: left;
	min-width: 15%;
	height: 500px;
	background-color: #0593EB;
}

aside{
	float: right;
	min-width: 20%;
	height: 500px;
	background: #0593EB;
}
section{
	float: left;
	min-width: 60%;
	height: 500px;
	margin: 0% 2% 2% 2%;
}

	section header{
		float: left;
		min-width: 90%;
		height: 100px;
		margin: 5% 2% 2% 2%;
		background-color: #EBD405;
		color: #000;
	}

	section article{
		float: left;
		width: auto;
		min-width: 90%;
		height: 200px;
		margin:0% 2% 2% 2% ;
		background-color: #EBD405;
	}
	section footer{
		float: left;
		min-width: 90%;
		min-height: 100px;
		margin:0% 2% 2% 2%;
		background-color: #EBD405;
		color:#000;
	}

footer{
	float: left;
	clear: both;
	min-width: 100%;
	height: 100px;
	text-align: center;
	background-color: #0D100D;
	color:#fff;
}
