body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #1d1d28 url(/millerscreek/images/top_corners.gif) top left repeat-x;
	margin: 0;
	padding: 0px
	}
	
#container {
	background: #575760 url(/millerscreek/images/top_grass.gif) top left no-repeat;
	width: 980px;
	min-height: 1200px;
	margin: 0 auto;
	position: relative;
	}

h1, h2, p {
	color: #fff;
	margin: 0;
	}
	
h3 {
	color:#000;
	margin: 0px;
	padding: 10px 0px;
	font-size: 16px;
	}

/* background images */

#background_right {
	width: 680px;
	height: 181px;
	position: absolute;
	top: 0;
	left: 300px;
	background: url(/millerscreek/images/top_right.gif) top left repeat-x;
	}
	
#background_creek {
	width: 564px;
	height: 232px;
	position: absolute;
	top: 7px;
	left: 332px;
	background: url(/millerscreek/images/creek2.png) top left no-repeat;
	}
	
#home-link {
	width: 190px;
	height: 64px;
	position: absolute;
	bottom: 58px;
	left: 25px;
	}
	
#logo {
	width: 190px;
	height: 116px;
	position: absolute;
	top: 40px;
	left: 97px;
	}
	
#container img {
	border: none;
	}
	
	
/* links */

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	}
	
ul {
	margin: 0;
	padding: 0;
	}
	
li {
	list-style: none;
	font-size: 14px;
	letter-spacing: 0;
	}

/* page layout */
	
#masthead {
	position: relative;
	}
	
div#topnav {
	width: 564px;
	height: 25px;
	position: absolute;
	left: 332px;
	top: 29px;
	}

#topnav ul {
	padding-left: 10px;
	font-weight: bold;
	}
	
a:hover {
	color: #0073AE;
}
	
#masthead li {
	float: left;
	padding: 0 20px 0;
	}
	
ul.page-nav {
	margin-top: 20px;
	}
	
#sidebar {
	width: 190px;
	position: absolute;
	left: 93px;
	top: 228px;
	background: url(/millerscreek/images/bar.gif) top center no-repeat;
	}
	
#sidebar p {
	font-size: 12px;
	}
	
#sidebar ul {
	margin-top: 12px;
	}
	
#sidebar li {
	width: 190px;
	height: 24px;
	background: #1d1d28 url(/millerscreek/images/nav_right.gif) top right no-repeat;
	margin-bottom: 5px;
	}
	
#sidebar li a {
	width: 100%;
	height: 20px;
	display: block;
	padding-left: 8px;
	padding-top: 4px;
	background: url(/millerscreek/images/nav_left.gif) top left no-repeat;
	}
	
	
#sidebar img {
	margin: 28px 0 0 1px;
	}
	
#main {
	width: 548px;
	margin-top: 40px;
	position: absolute;
	left: 345px;
	top: 195px;
	line-height: 1.5;
	padding: 10px 0;
	}
	
#column1 {
	width: 250px;
	margin: 0;
	padding: 0 0 10px 0;
	float: left;
	}
	
#column2 {
	width: 250px;
	margin-left: 295px;
	padding: 0 0 10px 0;
	/* position: absolute; 
	top: 10px;
	right: 0; */
	}
	
#footer {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 12px;
	}
	
#bottom_background {
	width: 273px;
	height: 302px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(/millerscreek/images/grass_bottom.png) bottom right no-repeat;
	}
	
#bottom_text {
	position: absolute;
	right: 0;
	bottom: 0;
	}

#bottom_text p {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	}
	
	
#content_top {
	background: url(/millerscreek/images/content_top.jpg) no-repeat;
	width: 570px;
	height: 37px;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -22px;
	}

	
#content_bottom {
	width: 570px;
	height: 27px;
	position: absolute;
	bottom: -27px;
	left: 0;
	background: url(/millerscreek/images/content_bottom.jpg) no-repeat;
	}
	
#content {
	background: url(/millerscreek/images/content_slice.jpg) repeat-y;
	width: 570px;
	z-index: 2;
	padding: 20px 0 0 10px;
	float: left;
	position: relative;
	margin: 700px 0 225px 332px;
	z-index: 2;
	}
	
#content img {
	float: left;
	padding: 6px;
	}
	
#content h2 {
	font-size: 16px;
	color: #fff;
	padding: 8px 0 0 14px;;
	}
	
#content h4 {
	margin: 5px 0 0 0;
	}
	
#content p {
	color: #000;
	}
	
#text {
	width: 75%;
	margin-left: 100px;
	}
	
#text h4 a:link, #text h4 a:visited {
	color: #000;
	}

#text h4 a:hover, #text h4 a:focus {
 	color: #0073AE;
	}	

