body {
	background: #fff; font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0;
}

a:link {	color: #4b5339;}
a:visited {	color: #4b5339;}
a:hover {	color: #eed624;}

div#heading {
	height: 170px; width: 100%; background: #4b5339;
}

div#heading h1 {
	margin: 0; padding: 0; color: #eed624; position: absolute; top: 40px; left: 150px;
}

img#Sheriff {
	width: 700px; height: 150px;
}

div#heading hr {
	height: 15px; background-color: #ebe664; border: 0;
}

div#sidebar {
	float: left;
	width: 175px;
	height: 200px;
	background: #4b5339;
	border-left: 1px solid black; border-bottom: 1px solid black;
}

ul#navbar {
	list-style-type: none;
	margin: 0;  padding: 10px;
}

ul#navbar a{
	text-decoration: none; color: #eed624; font-size: 14pt;
}

ul#navbar a:hover {
	text-decoration: underline; color: #ebe664;
}

div#content {
	float: right; width: 75%;  margin: 5px; padding: 5px;
}

h2 {
	background: #6D7948; color: #eed624;
}