/* CSS Document */

body {
	margin-left: 0;
	margin-right: auto;
	margin-top: 0px;
	width: 950px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #27322F;
	background-color: #FECF7E;
	} 
	

#main_left {
	width: 235px;
	height: 775px;
	float: left;
	background-color: #ADC7A7;
}

#header {
	width: 715px;
	height: 50px;
	float: right;
	background-color: #ADC7A7;
}	

#main_right {
	width: 715px;
	height: 725px;
	float: right;
	background-color: #ADC7A7;
}

#menu_bottom_div {
	width: 950px;
	float: right;
	height: 40px;
	background-color: #ADC7A7;
}

#menu_bottom {
	width: 715px;
	float: right;
	vertical-align: bottom;
	text-align: center;
	background-color: #ADC7A7;
}

#footer {
	width: 950px;	
	float: left;
	height: 35px;
	padding-top: 15px;
	vertical-align: middle;
}

#footer2 {
	width: 950px;	
	float: left;
	height: 19px;
	vertical-align: middle; 
	text-align: center;
}