@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bkgnd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #1D160C;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #47758F;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #48321B;
}


a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color:#0000FF;
	}
#wrapper {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/wrapper%20bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: center 216px;
}
#header {
	width: 900px;
}
#navigation {
	float: left;
	width: 140px;
	margin-right: 20px;
	padding-left: 10px;
}
#navigation ul {
	padding-top: 5px;
	padding-right: 0px;
	margin-left: 0px;
	padding-left: 15px;
}
#navigation li {
	padding-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #47758F;
}

#navigation a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #42708A;
	text-decoration: none;
}
#navigation a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #42708A;
	text-decoration: none;
}

#navigation a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #42708A;
	text-decoration: underline;
}
#navigation a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #42708A;
	text-decoration: none;
}

#content {
	float: left;
	width: 400px;
}
#rightrail {
	float: right;
	width: 300px;
	margin-right: 5px;
	margin-top: 40px;
}
#footer {
	/*background-image: url(images/bkgndfooter.jpg);*/
	height: 179px;
	width: 100%;
}
#footerart {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#navigation h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #42708A;
}
