@charset "utf-8";


a:link {
	color: #92580F; text-decoration:none;
}
a:visited {
	color: #FDC032; text-decoration:none;
}
a:hover {
	color: #FFF869; text-decoration:underline;
}

.header {
	font-family: Verdana, Geneva, sans-serif;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(images/headimage.jpg);
	background-repeat: no-repeat;
	color: #FF8000;
	background-position: left top;
	text-align: justify;
	list-style-type: decimal;
	list-style-position: inside;
}

.mainbod {
	color: #9A5E16;
	position: relative;
	top: 250px;
	border: thin none #4B2808;
	padding-right: 30px;
	margin-left: 100px;
	padding-left: 10px;
	margin-right: 100px;
}

.navbar {
	position: relative;
	top: 200px;
	left: auto;
	right: auto;
	text-align: center;
}


.navbar li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	list-style-type: none;
	left: auto;
	right: auto;
	
}

.gallery {
	color: #9A5E16;
	position: relative;
	top: 250px;
	left: auto;
	right: auto;
	vertical-align: middle;
}

.footer {
	color: #9A5E16;
	position: absolute;
	right: 2px;
	bottom: 2px;
}
