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

body {
	background-color: #041B43;
	background-image: url(Images/SiteBackground2.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: -89px;
	width: 1000px;
	padding-top: 0px;
}

#Content{
	margin-left: 250px;
	margin-top: 0px;
	text-align: left;
	width: 550px;
	height: auto;
	background-color: #D5BB63;
	color: #523C93;
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	top: 198px;
	position: absolute;
}



#Page{
	margin-left: 250px;
	margin-top: 0px;
	text-align: center;
	padding-bottom: 0px;
	width: 550px;
	height: 25px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 0.5em;
	text-transform: capitalize;
	font-variant: small-caps;
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #523C93;
	border-right-color: #523C93;
	border-bottom-color: #523C93;
	border-left-color: #523C93;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	padding-right: 6px;
	padding-left: 6px;
	top: 125px;
	position: absolute;
}

#background{
width: 1000px;
height: 500px;
background-image: url(Images/SiteBackground.jpg);
margin-left: 25px;
top: 0px;
position: absolute;
}

#Nav{
	margin-left: 250px;
	margin-top: 0px;
	text-align: center;
	width: 550px;
	height: 25px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-color: #523C93;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	position: absolute;
	top: 160px;
	letter-spacing: 0.01em;
	word-spacing: 4%;
	left: 1px;
}

a:link {
	color: #CDB867;
}
a:visited {
	color: #663399;
}
a:hover {
	color: #041B43;
}
a:active {
	color: #FFFFFF;
}#Nav a {
	color: #D5BB63;
	text-decoration: none;
	display: inline;
	margin: 10px;
	padding: 5px;
}
#Nav a:hover {
	background-color: #051B43;
}

