/* CSS Document */

body {
	background-color: #0c220c;
	margin: 0px;
}

#header {
	background-image: url(imagefiles/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 800px;
}

#divider {
	background-image: url(imagefiles/divider.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 3px;
	width: 800px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(imagefiles/menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 800px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}

#menu a, a:link, a:active, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #BC733D;
	font-size: 10px;
	font-weight: bold;
	text-decoration: blink;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C66F39;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	width: 800px;
	font-weight: bold;
}
