﻿#masthead {
	background-position: center;
	background-image: url('!images/sword2-3.png');
	background-repeat: no-repeat;
}
#masthead h1 {
	font-size: 54px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	font-family: "Midevil Wide";
}
#masthead h2 {
	color: #FFFFFF;
	font-family: "Midevil Wide";
	text-align: right;
	padding-right: 10px;
}
#navbar {
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #000000;
	border-color: #000000;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 30px;
	white-space: nowrap;
}
#nav li {
	list-style-type: none;
	display: inline;
}
#nav li a {
	text-decoration: none;
	color: #000000;
	padding: 7px 10px 5px 10px;
}
#nav li a:link {
	color: #000000;
	background-color: #333333;
}
#nav li a:visited {
	color: #000000;
	background-color: #333333;
}
#nav li a:hover {
	color: #FFFFFF;
	background-color: #800000;
}
#footer1 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
}
#footer1 a:link {
	color: #FFFFFF;
}
#footer1 a:visited {
	color: #FFFF00;
}
#footer1 a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}



