/* CSS Document */

body {
	background: #000000;
	margin: 0; padding: 0;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	background: url(../images/headerBack.jpg) top center #000000;
	height: 215px;
	width: 880px;
	padding: 120px 0 0 20px;
}

#header h1 {
	background: url(../images/headTitle.png) center top no-repeat;
	margin: 0;
	display: block;
	width: 459px;
	height: 200px;
	text-indent: -2000px;
}

#siteArea {
	background: url(../images/siteBack.jpg) top center #000000 no-repeat;
	width: 900px;
}

#navOutline {
	padding: 5px 0 0 0;
	width: 900px;
	text-align: center;
}

#navOutline img {
	margin: 0 10px 0 10px;
}

/* News and Dates */

#newsAndDates {
	width: 900px;
	padding: 10px 0 0 0;
}

#news {
	width: 585px;
	margin: 0 15px 0 0;
	float: left;
}

#news h1 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	border-bottom: #FFF5F0 solid 1px;
}

.newsItem {
	width: 535px;
	margin: 0 0 5px 25px;
	padding: 0 0 5px 0;
	border-bottom: 1px #3E1800 solid;
}

.newsItem h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #FFFBF4;
	margin: 0 0 5px 0;
	border: 0;
}

.newsItem p {
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFCFB;
	margin: 0 0 5px 0;
	line-height: 17px;
}

#dates {
	width: 300px;
	margin: 0;
	float: left;
}

#dates h1 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	border-bottom: #FFF5F0 solid 1px;
}

.dateItem {
	margin: 0 0 5px 25px;
	padding: 0 0 5px 0;
	border-bottom: 1px #3E1800 solid;
}

.dateItem h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #FFFBF4;
	margin: 0 0 5px 0;
	border: 0;
}

.dateItem p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFCFB;
	margin: 0 0 5px 0;
}

#copyright {
	width: 900px;
	margin: 5px 0 5px 0;
}

#copyright p {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
}

#copyright a:link, #copyright a:hover, #copyright a:active, #copyright a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}