@charset "utf-8";

body {
	margin: 20px auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

h1 {
	font-size: 30px;
	font-weight: normal;
}

a:link,a:active,a:visited {
	color: #D04820;
}

#border {
	margin: 0 auto;
	width: 756px;
	border: 2px solid #D04820;
	background-image: url(../images/border.jpg);
	background-repeat: repeat;
}

#wrapper {
	margin: 0 auto;
	padding-top: 28px;
	padding-bottom: 12px;
	width: 704px;
}

#layout {
	margin: 0 auto;
	border: 2px solid #000000;
	background-color: #000000;
}

#menu {
	margin: 0;
	padding: 0 0 4px 0;
	width: 700px;
	background-color: #000000;
	text-align: center;
	height: 20px;
}
#menu ul {
	margin: 0 0 0 20px;
	padding: 0;
}
#menu li {
	float: left;
	list-style-type: none;
}
#menu a {
	display: block;
	color: #000000;
	font-size: 1px;
	height: 20px;
	padding: 0 6px 0 6px;
}
a#home {
	background-image: url(../images/home.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 77px;
}
a#home:hover {
	background-position: left bottom;
}
a#hunting {
	background-image: url(../images/hunting.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 110px;
}
a#hunting:hover {
	background-position: left bottom;
}
a#lodging {
	background-image: url(../images/lodging.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 106px;
}
a#lodging:hover {
	background-position: left bottom;
}
a#photos {
	background-image: url(../images/photos.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 93px;
}
a#photos:hover {
	background-position: left bottom;
}
a#map {
	background-image: url(../images/map.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 63px;
}
a#map:hover {
	background-position: left bottom;
}
a#contact {
	background-image: url(../images/contact.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 147px;
}
a#contact:hover {
	background-position: left bottom;
}

#content {
	margin: 0;
	padding: 1px 22px 18px 22px;
	background-color: #FFFFE8;
	text-align: left;
}
#content img {
	border: 2px solid #D04820;
}

.callout {
	float: right;
	padding-top: 28px;
	padding-left: 18px;
	font-size: 15px;
	text-align: center;
}
.callout img {
	margin-top: 7px;
	margin-bottom: 7px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
}
#footer .left {
	text-align: left;
	float: left;
}
#footer .right {
	text-align: right;
}
#footer a:link, #footer a:hover, #footer a:visited {
	color: #FFFFFF;
	font-size: 12px;
}