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

p  { margin:0px;}

#blackBox {
	background-color: #000000;
	background-repeat: repeat-x;
	height: 500px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -250px;
}
#goldBox2 {
	background-color: #B89400;
	margin-top: 25px;
	height: 450px;
	width: 100%;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .725em;
	color: #000000;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
}
#container a:link {
	text-decoration: underline;
	color: #000000;	
}
#container a:visited {
	text-decoration: underline;
	color: #000000;	
}
#container a:visited {
	text-decoration: underline;
	color: #000000;	
}
#container a:hover {
	text-decoration: none;
	color: #000000;
}
#logo {
	height: 255px;
	width: 385px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
}
