body {
	background-image: url(../images/body.jpg);
	background-position: top center;
	*background-position: top left;
	background-repeat: no-repeat;
}

#wrapper {
	background-image: url(../images/wrapper.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 951px;
	height: 829px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	margin-bottom: 4em;
}

#left_column {
	position: absolute;
	top: 277px;
	left: 25px;
	
	z-index: 10;
}

#right_column {
	position: absolute;
	top: 277px;
	right: 25px;
	z-index: 20;
}

ul.links li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 190px;
	height: 43px;
	background-image: url(../images/logs.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: -2px;
}

ul.links li a {
	display: block;
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding-top: 15px;
	font-size: 1em;
}

ul.links li:hover {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 190px;
	height: 43px;
	background-image: url(../images/logs_on.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: -2px;
}

ul.links li a:hover {
	color: #991833;
}

ul.links li.active {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 190px;
	height: 43px;
	background-image: url(../images/logs_on.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: -2px;
}

ul.links li.active a {
	display: block;
	text-decoration: none;
	color: #991833;
	font-weight: bold;
	padding-top: 15px;
	font-size: 1em;
}

#video {
	position: absolute;
	top: 0;
	left: 95px;
	z-index: 10;
	background-image: url(../images/tv.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 403px;
	height: 315px;
}

#wifi {
	position: absolute;
	top: 150px;
	left: 25px;
	z-index: 10;
	background-image: url(../images/panel.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 191px;
	height: 127px;
}

#deer_background {
	position: absolute;
	top: 150px;
	right: 25px;
	z-index: 10;
	background-image: url(../images/panel.png);
	background-position: right top;
	background-repeat: no-repeat;
	width: 191px;
	height: 127px;
}

#deer {
	position: absolute;
	top: -10px;
	right: 25px;
	z-index: 15;
	width: 191px;
	height: 127px;
}

#duck {
	position: absolute;
	top: -20px;
	left: 5px;
	*left: -10px;
	z-index: 10;
	width: 191px;
	height: 127px;
}

#badger {
	position: absolute;
	bottom: 0;
	right: -67px;
	*right: -32px;
	z-index: 10;
	width: 191px;
	height: 127px;
}



#content {
	position: absolute;
	top: 150px;
	left: 180px;
	padding: 10px;
	width: 565px;
	height: 574px;
	background-image: url(../images/content_back.png);
	_background-image: none;
	_background-color: white;
}

#sub_content {
	height: 475px;
	overflow: auto;
	padding-left: 45px;
	padding-right: 35px;
}

#content.index {
	background-image: url(../images/index.jpg);
}

#footer {
	background-image: url(../images/footer.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 578px;
	padding-top: 120px;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0;
	left: 4px;
	text-align: center;
}

#content.photo_gallery #sub_content, #content.photo_gallery2 #sub_content, #content.photo_gallery3 #sub_content {
	margin-right: 25px;
	margin-left: 10px;
}

#content.photo_gallery ul, #content.photo_gallery2 ul, #content.photo_gallery3 ul {
	padding: 0;
	margin: 0;
}

#content.photo_gallery ul li, #content.photo_gallery2 ul li, #content.photo_gallery3 ul li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-right: 5px;
	padding-bottom: 5px;
}

#map {
	background-image: url(../images/map_background.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 325px;
	width: 475px;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 5px;
	line-height: 16px;
}

img {
	border: 0;
}

h1 {
	font-size: 25px;
	margin-bottom: 7px;
}

h2 {
	font-size: 20px;
	margin-bottom: 6px;
	line-height: 25px;
}

h3 {
	font-size: 17px;
	margin-bottom: 5px;
	line-height: 25px;
}

ul {
	margin-bottom: 10px;
}

li {
	margin-left: 15px;
	list-style: disc;
	margin-bottom: 5px;
}

#content.photo_gallery ul li img, #content.photo_gallery2 ul li img, #content.photo_gallery3 ul li img {
	width: 135px;
}

#content.photo_gallery ul li, #content.photo_gallery2 ul li, #content.photo_gallery3 ul li {
	margin-left: 10px;
}