body {
	background-color:#000000;
	padding: 0px;
	margin: 0px;
}

#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 80px;
	width: 950px;
	padding: 5px;
	margin: 0px;
	border: 0px;
}

#content {
	width: 650px;
	height: 360px;
	padding: 55px;
	margin-right: 100px;
	margin-left: 100px;
}

#footer {
	padding: 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #ffffff;
	line-height: 12px;
	text-align:center;
}

p {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #f3ffe1;
	line-height: 18pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 3px;
}

a {
	color: #CC1100;
	text-decoration: none;
}

a:visited {
	color: #CC1100;
	text-decoration: none;
}

a:hover {
	color: #CC1100;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #090909;
	padding: 3px 0;
   	margin: 3px 0;
	line-height: 12pt
	text-align:center;
}

.center {
	text-align:center;
}

.leftlarge {
	font-size: 21px;
	font-weight: bold;
	text-align:left;
}

.right {
	font-size: 21px;
	font-weight: bold;
	text-align:right;
}

.large {
	font-size: 36px;
	font-weight: bold;
	text-align:center;
}

.greena {
	font-size: 21px;
	font-weight: bold;
	color: #00ff00;
	text-align:left;
}

.greenb {
	font-size: 21px;
	font-weight: bold;
	color: #00B300;
	text-align:left;
}

.greenc {
	font-size: 21px;
	font-weight: bold;
	color: #006600;
	text-align:left;
}

.blue {
	font-size: 21px;
	font-weight: bold;
	color: #2C7F79;
	text-align:left;
}

td.brick {
	background-color:#590000;
	border-collapse:collapse;
	width: 210px;
	height: 160px;
	padding: 40px;
}

td.gold {
	background-color:#CC6600;
	border-collapse:collapse;
	width: 430px;
	height: 260px;
	padding: 20px;
}

td.yellow {
	background-color:#FFCC00;
	border-collapse:collapse;
	width: 650px;
	height: 360px;
	padding: 0px;
}

td.centerlogo {
	width: 100px;
	padding: 0px;
}

