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

/* This is to make the top bar thing */
body {
	background-image: url("headerbg.png");
	background-color: #b9895a;
	background-repeat: repeat-x;
	margin:0px 0px; padding:0px;
	text-align:center;
}

/* This is the class for the title at the top */
#headerimage {
	top: 0px;
	z-index: 3;
	align: center;
}

/* This is the bar for the links to go in at the top */
#optionsbar {
	display: block;
	top: 100;
	height: 30px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-family: arial black;
	color: #d4b186;
	background: #633919;
	line-height: 40px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}

/* This is the main content box */
#main {
	padding: 10px;
	width: 800px;
	overflow: hidden;
	margin:0px auto;
	text-align:left;
	border: none;
	background-color: #d4b186;
}

/* Main font styling */
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #633919;
}

/* These are the styles for the hovers on the top link bar */
a.linkbar:link {
	font-size: 18px;
	font-family: verdana;
	font-weight: bold;
	color: #b56352;
	line-height: 14px;
	text-decoration: none;
	padding-right: 20px;
}

a.linkbar:visited {
	font-size: 18px;
	font-family: verdana;
	font-weight: bold;
	color: #b56352;
	line-height: 14px;
	text-decoration: none;
	padding-right: 20px;
}

a.linkbar:hover {
	font-size: 18px;
	font-family: verdana;
	font-weight: bold;
	color: #d4b186;
	line-height: 14px;
	text-decoration: none;
	padding-right: 20px;
}

i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #865832;
}

/* Normal links... */
a.normal:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b56352;
	text-decoration: none;
}

a.normal:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b56352;
	text-decoration: none;
}

a.normal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #865832;
	text-decoration: underline;
}
	