/* CSS Document */

<style type="text/css">

#wrapper {height: 1000px;
	width: 720px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(Images/standard_banner.jpg);
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFF00;
}
#wrapper  {

	height: 1000px;
	width: 720px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(Images/standard_banner.jpg);
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFF00;
}
#content {
	height: 825px;
	width: 720px;
	left: 0px;
	top: 125px;
	position: absolute;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF00;
	background-color: #291818;
	text-align: center;
}

#footer {
	height: 51px;
	width: 720px;
	position: absolute;
	left: 0px;
	top: 950px;
	background-color: #291818;
	font-family: "Copperplate Gothic Light", Verdana, Arial;
	font-size: 10px;
	color: #FFFF00;
}
body,td,th {
	font-family: Copperplate Gothic Light, Verdana, Arial;
	font-size: 16px;
	color: #FFFF00;
}
body {
	background-color: #291818;
	text-align: center;
}
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;
}
.style2 {font-size: 12px}
#wrapper #content img {
	border: thin solid #CCCCCC;
}
h1 {
	font-family: "Copperplate Gothic Light", Verdana, Arial;
	font-size: 16px;
	color: #FFFF00;
}

</style>

