/* CSS Document */
body{
	background-image:		url(../images/layout/background.jpg);
	background-attachment: 	fixed;
	background-color: 		#000033;
	text-align: 			center;
}
.center{
	width: 		100%;
	text-align: center;
}
.content{
	width:	969px;
	margin: 0 auto;
}
.header{
	width:				969px;
	height:				219px;
	background-image:	url(../images/layout/header.png);
	margin: 			0 auto;
	position: 			relative;
	z-index: 			2;
	left: 				0px;
	float:				left;
}
.headerText{
	width:				450px;
	position:			relative;
	left:				200px;
	top:				60px;
	float:				left;
	text-align:			left;
	font:				Georgia, "Times New Roman", Times, serif;
	font-size:			28pt;
	font-style:			italic;
	color:				#000000;
	font-weight:		bold;
}
.headerSubtitle{
	font:			Georgia, "Times New Roman", Times, serif;
	font-size:		20pt;
	font-style:		italic;
	color:			#000000;
	font-weight:	normal;
}
.headerContact{
	width:				300px;
	position:			relative;
	left:				200px;
	top:				60px;
	float:				left;
	text-align:			left;
	font:			Georgia, "Times New Roman", Times, serif;
	font-size:		20pt;
	font-style:		italic;
	color:			#000000;
	font-weight:	normal;
}
.main{
	width:				900px;
	background-color:	#FFFFFF;
	background: 		rgba(255,255,255,0.7);
	position:			relative;
	top: 				-75px;
	z-index:			1;
	border-width:		5px;
	border-color:		#000000;
	border-style:		solid;
	float:				left;
	left:				30px;
}
.filler{
	height:	75px;
	width:	900px;
	float:	left;
}
.navigation{
	width:		160px;
	text-align:	center;
	float:		left;
	align:		center;
	font:		Georgia, "Times New Roman", Times, serif;
	font-size:	14pt;
	color:		#000000;
}
.editable{
	width:		740px;
	text-align:	left;
	float:		left;
}
.boxAd{
	width: 				125px;
	height: 			125px;
	background-image:url(../images/ads/adTemplateBox.png);
	background-color:#2C5282;
	margin:				0 auto;
	font-size:9pt;
	text-align:left;
	color:#0000FF;
}
.leaderboardAd{
	width: 	728px;
	height: 90px;
	float:left;
}
.footer{
	height:	80px;
	width:	900px;
	float:	left;
}
.bodyText{
	width:455px;
	font:Georgia, "Times New Roman", Times, serif;
	color:#000033;
	font-size:14pt;
	float:left;
}
.bodyImage{
	width:285px;
	font:Georgia, "Times New Roman", Times, serif;
	color:#000033;
	font-size:14pt;
	float:left;
}
a:link {
	color: #000033;
}

	