body {
	background: #fff;
	margin: 0 auto;
	padding: 0;
}

div#container {
	background: url(../images/middle.png) repeat-y 0 0;
	margin: 0 auto;
	width: 970px;
}

div#content {
	float: left;
	margin-top: -1.5em;
	padding: 0 10px 0 50px;
	width: 630px;
}

div#footer {
	background: url(../images/footer.png) no-repeat left bottom;
	clear: both;
	height: 70px;
	padding: 40px 50px 0;
}

div#banner {
	clear: both;
	height: 110px;
	padding: 40px 50px 0;
}

div#header {
	background: #fff url(../images/header.png) no-repeat left bottom;
	height: 138px;
	position: relative;
}

div#header2 {
	background: #fff url(../images/header.png) no-repeat left bottom;
	height: 138px;
	position: relative;
}
div#info_links {
	float: right;
}

div#sheriff_badges {
	margin: 2.5em 0;
}

div#sidebar { 
	border-left: 1px solid #f0f0f0;
	float: right;
	padding: 0 35px 0 20px;
	width: 215px;
}

div#sidebar h3 {
	clear: both;
}

div#sidebar img {
	display: block;
	margin: 0 auto;
}

div#sidebar ul {
	padding-left: 16px;
}

div#signup img {
	margin-top: 1em;
}

h1 {
	left: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

h1 a {
	background: url(../images/logo.jpg) no-repeat 0 0;
	display: block;
	font-size: 0;
	height: 73px;
	line-height: 0;
	text-indent: -10000px;
	width: 100%;
}

ul#sitenav {
	bottom: 14px;
	left: 45px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

ul#sitenav li {
	background: url(../images/inactive_tab_left.png) no-repeat 0 0;
	float: left;
	margin: 0 2px;
}

ul#sitenav li1 {
	background: url(../images/inactive_tab_left-highlight.png) no-repeat 0 0;
	float: left;
	margin: 0 2px;
}

ul#sitenav li.active {
	background-image: url(../images/active_tab_left.png);
}

ul#sitenav li a {
	background: url(../images/inactive_tab_right.png) no-repeat right top;
	display: block;
	height: 29px;
	padding: 8px 15px 0;
	text-align: center;
	text-decoration: none;
	min-width: 80px;
	width: auto !important;
	width: 180px;
}

ul#sitenav li1 a {
	background: url(../images/inactive_tab_right-highlight.png) no-repeat right top;
	display: block;
	height: 29px;
	padding: 8px 15px 0;
	text-align: center;
	text-decoration: none;
	min-width: 80px;
	width: auto !important;
	width: 180px;
}

ul#sitenav li.active a {
	background-image: url(../images/active_tab_right.png);
	color: #a60202;
}
