body {
	background-image: url(images/body_background_image.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #3E1807;
}
.header {
	background-attachment: fixed;
	top:0px;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 154px;
	width: 872px;
	margin-left: auto;
	margin-right: auto;
	z-index:1;

}
.navigation {
	height: 115px;
	width: 872px;
	margin-left: auto;
	margin-right: auto;
	z-index:2;
}
.body_content {
	height: 555px;
	width: 872px;
	margin-left: auto;
	margin-right: auto;
	z-index:3;
}
.footer {
	height: 60px;
	width: 872px;
	margin-left: auto;
	margin-right: auto;
	z-index:4;
	background-color: #D9C6A5;
	text-align: center;
}
.right_content {
	float: right;
	height: 400px;
	width: 400px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 420px;
	color: #039;
	font-size: small;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	margin-left: 20px;
	font-size: large;
	color: #451E0E;
	font-style: italic;
	text-transform: uppercase;
}
a:link {
	color: #00339B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #039;
}
a:hover {
	text-decoration: underline;
	color: #06C;
}
a:active {
	text-decoration: none;
	color: #039;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
}

ul {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	color: #004E9E;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
}