/* CSS Document */

#leftnav {
	background-color: #234E32;
	float: left;
	width: 155px;
	height: 462px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#maintext {
	background-color: #F9FAD6;
	float: right;
	width: 575px;
	padding: 20px;
	height: 442px;
}
