/* CSS Document */

#wrapper {
	height: 1200px;
	width: 720px;
	position: relative;
	left: auto;
	top: auto;
	background-image: url(Images/standard_banner.jpg);
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFF00;
}
body {
	background-color: #291818;
}
#content {
	height: 1025px;
	width: 570px;
	left: 150px;
	top: 125px;
	position: absolute;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF00;
	background-color: #291818;
}
#nav {
	height: 1075px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 125px;
	font-family: "Copperplate Gothic Light", Verdana, Arial;
	font-size: 12px;
	color: #FFFF00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF00;
	background-color: #291818;
}
#footer {
	height: 51px;
	width: 570px;
	position: absolute;
	left: 150px;
	top: 1150px;
	background-color: #291818;
	font-family: "Copperplate Gothic Light", Verdana, Arial;
	font-size: 10px;
	color: #FFFF00;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #00FFFF;
}
.pic {
	border: 1px solid #FFFFFF;
	padding-right: 6px;
	padding-bottom: 6px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
}
h1 {
	font-family: "Copperplate Gothic Light", Verdana, Arial;
	font-size: 16px;
	color: #FFFF00;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
