/* View.css
*  Author: Camden C. Marble
*  for: Water Quality Project
* Team: Bitz Please
*/

<style>

#container {
     color:#FFFFFF;
     background-color:#FFFFFF;
     text-align:center;
     height:80%;
     width:100%;
     float:left;
     border-style:none;
	 text-transform: uppercase;
}

#header {
     text-align:center;
     color:#000000;
     background-color:#FFFFFF;
	 height:155px;
     width:100%;
     float:left;
	 text-transform: uppercase;
}

#navigation {
     color:#FFFFFF;
     background-color:#000000;
     text-align:right;	
	 height:35px;
     width:100%;
	 Padding:2px;
     float:left;
	 text-transform: uppercase;
}

#content-container {
     color:#FFFFFF;
     background-color:#FFFFFF;
	 height:80%;
     width:100%;
	 text-transform: uppercase;
}

		#article {			 
			 color:#000000 ;
			 background-color:#FFFFFF;
			 Height:87%;
			 width:5%;
			 float:left;
			 text-transform: uppercase;
		}
		
		.iframe {
			color:#000000;
			background-color:#FFFFFF;
			Height:100%;
			width:100%;
			text-transform: uppercase;
		}

		#aside {
			 color:#FFFFFF;
			 background-color:#000000;
			 Height:87%;
			 width:95%;
			 float:right;
			 text-transform: uppercase;
		}

#footer {
	 text-align:center;
     color:#FFFFFF;
     background-color:#000000;
     height:100px;
     width:100%;
     float:left;
	 text-transform: uppercase;
}

</style> 