body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000033;
	margin-top: 0px;
}
#content p {
	font-family: "Century Gothic";
	color: #FFFFFF;
	margin: 5px;
	font-size: 11px;
}
.contentbox p {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}

#content {
	width: 750px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}
.contentbox {
	width: 175px;
	float:right;
	margin-right: 5px;
	background-image:url(../images/boxbg.png);
	}
#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}
#footer p {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000033;
	background-color: #FFFFFF;
}
h1 {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #FD6804;
	text-decoration: underline overline;
	margin: 3px;
	padding: 3px;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px;
	padding: 3px;
}

