#container {
	background-color: #CBE6BB;
	width: 800px;

}
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	background-color: #CBE6BB;
	height: 150px;
	width: 800px;
	text-align: left;

}
#navigation {
	width: 800px;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #CBE6BB;

}
#content {
	margin: 10px;
	background-color: #CBE6BB;

}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	width: 800px;
	font-style: normal;
	text-align: center;
	background-color: #CBE6BB;

}
body {

}

#container #content .text {
	padding: 10px;
}
