body {
	background-color: #ECE9D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#container {
	background-color: #FFFFff;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #7e8b1e;
	position: relative;
	top: 0px;
	
}
#rightcol {
	background-color: #ffffff;
	width: 658px;
	margin-left:300px;
	position: relative;
	top: 0px;	
}
#leftcol {
	background-color: #ffffff;
	width: 298px;
	position: relative;
	top: 0px;
	float: left;
	clear: none;
}
#footer {
	background-color: #7e8b1e;
	clear: both;
	width: 960px;
	position:relative;
	top:10px;
}

