@charset "UTF-8";
/* CSS Document */

body {
	
	}
	
#container {
	background: #17a;
	padding: 10px;
	}	

#header {
	padding: 5px;
}

#navigation {
	position: absolute;
	top: 85px;
	left: 10px;
	width: 140px;
	background: #17a;
	color: white;

}

pre {
white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
white-space: -pre-wrap; /* Opera 4 - 6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word; /* IE 5.5+ */
}


#content {
	margin-left: 150px;
	min-height: 350px;
	padding: 10px 20px 20px 10px;
	background: #ccc;
	top: 60px;
}

#footer {
	clear: left;
	font-size: 14px;
}