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

body {
	background-color: #2F1813;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	position:relative;
	margin: 0 auto;
	width: 800px;
	background-color: #f2f0c9;
	
}
#content {
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 315px;
}
#content2 {
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#header {
	position: relative;
	height: 100px;
	background-image: url(images/headerBG.jpg);
	background-repeat: no;
}
#navArea{
	position:relative;
	height: 30px;
	background-color: #E69F59;
}
#homeImage{
	position:relative;
	height: 500px;
	width: 300px;
	float: left;
}

#footer{
	position:relative;
	height: 30px;
	background-color: #E69F59;
	text-align: center;
	font-size: small;
}

#navArea ul { list-style: none; margin: 0; padding: 0; }
#navArea li { list-style: none; margin: 0; padding: 0;
float:left; padding-right: 9px; padding-left: 9px; padding-bottom:5px; padding-top:5px;}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #400E0E;
}

h1 {
	font-size: medium;
	font-style: normal;
	padding: 0px;
	font-weight: bolder;
	color: #400E0E;
	line-height: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}


/* --------------LINKS-----------------*/
a:link {
	color: #591515;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #591515;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: 734338;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #400e0e;
	font-weight: bold;
}
