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




H2{
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	color: #8E3820;
	font-style: italic;
}

H3{
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}




html,body{
	margin:0;
	padding:0;
}

body{
	background-color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#container{
	background-image: url(images/mainintro.jpg);
	width: 850px;
	z-index: 1;
	height: 850px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}

#blurb{
	z-index: 2;
	position: relative;
	left: 230px;
	top: -380px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}

#menu{
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 60px;
	list-style-position: inside;
	text-align: left;
	left: 0px;
	z-index: 3;
	position: relative;
	top: 160px;
	width: 200px;
}

#footer{
	width: 850px;
	text-align: center;
	color: #FFFFFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 30px;
	font-size: 12px;
	padding-top: 15px;
	position: relative;
	z-index: 4;
	margin-right: auto;
	margin-left: auto;
	background-color: #993300;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCC99;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

li{
	list-style-type: none;
}
