/* IE PNG FIX */

img, div { behavior: url(iepngfix.htc) }

/* DESIGN */

#header {
	height: 180px;
	margin: 0px;
	width: 954px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}
#nav {
	height: 40px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/nav_bg.jpg);
	background-repeat: repeat-x;
	width: 932px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #321E05;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #321E05;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #321E05;
}
#footer {
	height: 25px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	width: 952px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #321E05;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #321E05;
	text-align: center;
	padding-top: 15px;
	color: #452806;
	font-size: 12px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #321E05;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-color: #FEFBE8;
	background-repeat: no-repeat;
	background-position: center top;
}
#page {
	width: 580px;
	padding: 20px;
}
#sidebar {
	width: 260px;
	font-size: 14px;
	color: #2A1803;
	padding: 20px;
}
h2 {
	font-size: 18px;
	margin: 0px;
	color: #321E04;
}
.image_left {
	float: left;
	margin-right: 20px;
}
.image_right {
	float: right;
	margin-left: 20px;
}
h3 {
	font-weight: normal;
	font-size: 22px;
}
a {
	text-decoration: none;
	color: #043C44;
}

a:hover {
	text-decoration: none;
	color: #F9FAF2;
}
.credits {
	font-size: 11px;
}
li {
	list-style-type: decimal;
	list-style-position: outside;
}
#full_page {
	width: 912px;
	padding: 20px;
	background-color: #EAEAE0;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #402805;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #402805;
	margin: 0px;
}

