@charset "utf-8";
<style>


body, html {
	
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#main {
   height: 60%;
   display: -webkit-flex;
   display:         flex;
   flex-flow: row;
}
#main article {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FBF9F9;
	flex: 3 1 80%;
	order: 2;
}
#main aside {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FFCD5C5C;
	flex: 1 6 20%;
	order: 3;
}
header {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	min-height: 10%;
	background: #BD2326;
}
footer {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	min-height: 10%;
	background: #BD2326;
}
nav {
	width: 90px
}
nav, ul {
	list-style-type:none;
	margin: 0px;
	padding: 0 px;
	border-top-width:1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
nav, a{
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
	display: block;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: ##B40404;
}
nav, a:hover {
	color: #FFF;
	background-color: #FA5858;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FF0040;
}
</style>

