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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-color: #08200a;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	color: #abc4ac;
	font-size: 13px;

}

h1 {
	background: url(images/hathersage.png) no-repeat;
	height: 238px;
	width: 289px;
	margin: 0px;
	text-indent: -9999px;
	
}

h2 {
	color: #c1c89f;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 5px;
	font-size: 36px;
	margin-top: 15px;
	margin-bottom: 5px;
}

h3 {
	color: #c1c89f;
	font-family:"Times New Roman", Times, serif;
	font-size: 30px;
	margin-bottom: 5px;
	}

#container {
	width: 899px;
	margin: auto;
	background: url(images/topbackground.jpg) no-repeat;
	height: 100%;
	
}

#header {
	clear: both;
	width: 820px;
	padding: 60px 40px 0px 40px;
}

#leftcol {
	width: 304px;
	height: 100%;
	float: left;
	padding: 20px 10px 0px 20px;
	color: #c1c89f;
	font-family:"Times New Roman", Times, serif;
	line-height: 150%;
	letter-spacing: 1px;
	
}

#leftcol a:link {
	color: #8eb5b9;
	text-decoration: none;
}

#leftcol a:active {
	color: #ffffff;
	text-decoration: none;
}

#leftcol a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: solid #8eb5b9 2px;
}

#leftcol a:visited {
	color: #8eb5b9;
	text-decoration: none;
}

#rightcol {
	width: 495px;
	float: right;
	background: url(images/contentback.png) top no-repeat;
	margin: 0px 0 0 0;
	padding: 0px 35px 0px 35px;
	line-height: 170%;
	letter-spacing: 1px;
}
#footer {
	clear: both;
	width: 900px;
	text-align:center;
	padding-top: 50px;
	margin-bottom: 15px;
	color: #c1c89f;
	font-size: 11px;
}

#footer a:link {
	color: #8eb5b9;
	text-decoration: none;
}



#footer a:active {
	color: #ffffff;
	text-decoration: none;
}

#footer a:visited {
	color: #8eb5b9;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: solid #8eb5b9 2px;
}

#nav {
	float: right;
	width: 500px;
	margin: 0px;
	padding: 0px;
}

.navlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	clear: none;
}
