	body {
	margin:0px;
	background: #FFF;
	}
	
	#top {
	background:url('images/top_bg.jpg') top center repeat-x; 
	width:100%;
	padding:0px;
	margin:0px;
	}
	
	#container {
	background:url('images/middle_bg.jpg') top center repeat-x;
	background-color:#11294B; 
	width:100%;
	}
	
	#footer {
	background:url('images/bottom_bg.jpg') top center repeat-x #fff; 
	width:100%;
	min-height:250px;
	height:250px;
	padding-top:40px;
	font-family: tahoma, sans-serif;
	font-size:10px;
	line-height:18px;
	}
	
	#main {
	background:url('images/main_bg.jpg') top left no-repeat #11294B; 
	width:100%;
	min-height:380px;
	}
	
	#content {
	background:#C4CDDA;
	width:700px;
	font-family: tahoma, sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:left;
	}
	
	#header {
	font-family: impact, tahoma, sans-serif;
	font-size:20px;
	line-height:26px;
	color:#A80707;
	padding-left:10px;
	vertical-align:middle;
	}
	
	ul {
	list-style:none;
	color:#11294B;
	}
	
	.sponsor, .sponsor:link, .sponsor:active, .sponsor:visited {
	font-family:tahoma, sans-serif;
	font-size:16px;
	color:#A80707;
	padding-left:10px;
	text-align:center;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration:none;
	}

.sponsor:hover {
color:#11294B;
text-decoration:underline;
}

HR {height:1px; color:#11294B; border: 0 solid #11294B; border-top-width:thin; }

	.title, .title:link, .title:active, .title:visited {
	font-family:tahoma, sans-serif;
	font-size:14px;
	color:#A80707;
	font-variant: small-caps;
	text-decoration:underline;
	}

.title:hover {
color:#11294B;
text-decoration:underline;
}

	#header2 {
	font-family: impact, tahoma, sans-serif;
	font-size:20px;
	line-height:26px;
	color:#A80707;
	vertical-align:middle;
	}