@charset "UTF-8";
body {
 font-family:
 color:
}
header {
 width: 100%;
 height: 150px;
 background-color:#BBE1FF;
font-size: 20px;
}
.logo-image {
 float: left;
}
.headertext {
	float:left;
}
nav {
 width: 200px;
 float: right;
 height: 130px;
 background-color: none;
 border-left: 2px solid gray;
 padding-left: 30px;
}
.navbutton {
	font-family:Segoe, Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif'
}
.container {
	width: 1200px;
	height: 1500px;
	background-color: rgba(229,229,229,1.00);
	margin: 0px auto;
	padding: 20px;
	
}
p {
}

article {
font-family:Segoe, Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
 width:60%;
 height:270px;
 float: left;
background: rgba(153,4,117,0.3);
}

aside {
font-family:Segoe, Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
width:40%;
height:270px;
float:right;
background: rgba(207,135,51,1.00);
}
footer {
 width: 100%;
 height:
 clear: both;
 background-color:
}
