@charset "utf-8";
body {
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #97947e;
}
#container {
	text-align: center;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #FFF;
	background-image: none;
	border: 15px solid #575649;
	padding: 5px;
	background-color: #E3E3BA;
	height: 1500px;
}

#header {
	margin-top: 12px;
	margin-bottom: 12px;
	color: #000;
}
#content {
	color: #575649;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	color: #000;
	clear: both;
}
#logo {
	height: 71px;
	padding-bottom: 12px;
}
#nav {
	height: 28px;
	color: #97947E;
	background-color: #97947E;
}

#banner {
	height: 200px;
	margin-bottom: 12px;
}
#leftColumn {
	float: left;
	width: 235px;
}
#rightColumn {
	float: right;
	width: 500px;
}
#container ##nav ul {
	margin: 0px;
	padding: 0px;
}
#container ##nav li {
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
#container ##nav a {
	font-size: 90%;
	color: #575649;
	text-decoration: none;
}
##nav a:hover {
	color: #FFCC67;
	font-size: 90%;
	text-decoration: none;
}
#container ##nav {
	background-color: #97947E;
}

