#container {
	background-color: #FFF;
	height: 675px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#navbutton {
	float: left;
	height: 38px;
	width: 502px;
	margin-top: 57px;
	margin-left: 119px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5f3316;
}
.sidebarcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#header {
	background-color: #002060;
	height: 100px;
	width: 895px;
	padding-left: 5px;
}
#headerlogo {
	height: 100px;
	width: 269px;
	float: left;
}
#picture {
	background-color: #336600;
	height: 190px;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	height: 340px;
	width: 187px;
	background-color: #336600;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
#mainarea {
	height: 330px;
	width: 673px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	overflow : auto;
	padding-right: 10px;
	padding-bottom: 10px;
}
#footer {
	background-color: #002060;
	height: 25px;
	width: 860px;
	float: left;
	padding-top: 5px;
	padding-left: 40px;
}
body {
	background-color: #666;
	padding: 0px;
	margin: 0px;
}
.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
a {
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

