*{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

body{
	/*background-color: #FFFFDF;*/
	background-color: #0F2016;
}

#container {
	width: 744px;
	margin: 0 auto;
}

#header{
	position: relative;
}

#header h1 {
	background-image: url(images/header.jpg);
	text-indent: -5000px;
	height: 306px;
	width: 744px;
}

#header img{
	display: block;
	position: absolute;
	right: -56px;
	top: 51px;
}

#header h1#snowplow_page{
	background-image: url(images/header_snowplow.jpg);
}

#container #mid {
	width: 744px;
	background-image: url(images/mid_background.jpg);
}

#container #mid #content {
	margin-left: 160px;
	width: 365px;
	padding: 15px;
	line-height: 200%;
	padding-top: 0px;
	min-height: 300px;
	_height: 300px;
}
#container #mid #right_col h3 {
	margin-bottom: 10px;
	font-size: 14px;
	background-color: #23A08A;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #mid #content p {
	margin-top: 10px;
	margin-bottom: 15px;
}

#container #mid #content ul {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
}

#container #footer p {
	padding-left: 150px;
	text-align: center;
	width: 415px;
	color: #FFFFFF;
	padding-top: 15px;
	margin: 0 0 10px 0;
}
#container #mid #content h2 {
	font-size: 15px;
	border-bottom: 1px solid;
	margin-bottom: 25px;
	padding-left: 0px;
	text-indent: 15px;
	padding: 5px;
}

#container #mid #site_nav{
	position: relative;
	top: -125px;
	list-style-position: inside;
	width: 150px;
	margin-left: 2px;
	width: 150px;
	float: left;
}

#container #mid #site_nav a {
	color: #000000;
}

#container #mid #site_nav ul li {
	text-align: right;
	list-style-type: square;
	padding: 10px;
	font-size: 16px;
}

#container #footer {
	background-image: url(images/footer.jpg);
	height: 180px;
}

#container #footer img{

}

#container #mid #right_col {
	float: right;
	width: 170px;
	text-align: center;
	padding: 5px;
}

#container #mid #content dd {
	margin-bottom: 25px;
}
#container #mid #content dt {
	font-weight: bold;
}
#container #mid #content li {
	margin-bottom: 15px;
	list-style-position: inside;
}