* {margin:0px; padding:0px; border;0px;}
header,footer,article,section,aside,nav {     display:block; } 
body {
	background-color:#90F7A8;	
	}
h1, h2 {
	text-align: center;
}
p {
	text-indent:20px;
	font-family:arial, sans-serif;
	font-size: 1.1em;
		
	}
ul {margin:5px 5px 5px 20px;}
header {
	width:100%;
	}
header img{
	width:100%;
	filter:alpha(opacity=50); opacity:0.50;	
	}
#navigation {
	float:left;
	width:20%;
	min-height:25em;
	min-width:15em;
	background-color:#D2CFCA
}
#navigation hr {
	height:2px;
	background-color:#90F7A8;
	}
#navigation a {
	text-decoration: none;	
	}
#footer {
	float:left;
 clear:both;
 width:100%;
 text-align:center;
 }
 
 .messages {
 	color: red;
 	font-size: 125%;
 	text-align: left;
 	text-indent: -2em;
 	padding-left: 2em;
 	}
 	
 .sectionOne {
	float:left;
	width:65%;
	margin-left:15px;
	padding-right:2em; 	
 	}