﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('Slices2/images/Whitetailpage_14.jpg');
}

#left_col {
	width: 160px;
	float: left;
}

#page_content {
	background-image: url('bg/images/Whitetailpage_04.jpg');
	background-repeat: no-repeat;
	margin-left: 160px;
	padding-left: 20px;
}
#footer {
	clear: both;
	background-repeat: no-repeat;
}

