body {
	background-color:#D0C0DD;
	font-family:trebuchet ms,arial,helvetica;
	font-size:75%;
	line-height:150%;
	color:#2E3192; /* DARK BLUE */
	}
	
a {
	}

a:hover {
	color:#FAA61D; /* ORANGE */
	}
	


h1 {
	}

h2 {
	color:#EE3224; /* RED */
	font-size:220%;
	line-height:110%;
	margin:0px 0px 10px 0px;
	}

h3 {
	color:#FAA61D; /* ORANGE */
	text-transform:uppercase;
	font-size:135%;
	margin:0;
	position:relative;
	top:10px;
	}

h4 {
	color:#2E3192; /* DARK BLUE */
	line-height:180%;
	font-size:140%;
	margin:0px;
	font-weight:normal;
	}

h5 {
	color:#2E3192; /* DARK BLUE */
	line-height:32px;
	font-size:28px;
	margin:40px 0px 0px 0px;
	font-weight:bold;
	}

h5 a {
	text-decoration:none;
	}



#layout {
	width:950px;
	border:2px solid #ffffff;
	margin:auto;
	position:relative;
	background-color:#ffffff;
	background-image:url(images/back.jpg);
	background-repeat:repeat-y;
	background-position:left;
	}
	


#header {
	height:180px;
	position:relative;
	background-image:url(images/header_back.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	}

	
.logo {
	border:0px;
	width:200px;
	float:left;
	}	


#navigation {
	width:750px;
	text-transform:uppercase;
	background-color:#2E3192; /* DARK BLUE */
	font-size:110%;
	position:absolute;
	top:0px;
	left:200px;
	border-bottom:2px solid #ffffff;
	font-weight:bold;
	}

#navigation a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	float:left;
	padding:22px 10px 20px 10px;
	position:relative;
	left:10px;
	}

#navigation a:hover {
	color:#ffffff;
	background-color:#EE3224; /* RED */
	}






#left {
	float:left;
	width:200px;
	padding-bottom:20px;
	}

#left a {
	text-transform:uppercase;
	text-decoration:none;
	font-size:110%;
	color:#FAA61D; /* ORANGE */
	line-height:200%;
	position:relative;
	left:30px;
	font-weight:bold;
	}
	
#left a:hover {
	color:#ffffff;
	}

#left .photo {
	border:0;
	}

#left .get_involved {
	border:0;
	padding-bottom:10px;
	}







#right {
	float:right;
	width:750px;
	}
	
#right .home_content {
	height:238px;
	padding:0px 40px 0px 40px;
	margin:0;
	border-top:1px solid white;
	background-image:url(images/star_green.gif);
	background-repeat:no-repeat;
	background-position:500px 20px;
	}

#right .home_content h2 {
	padding-top:40px;
	}


.nowplaying {
	width:440px;
	height:250px;
	float:left;
	}

.nowplaying img {
	border:0;
	width:440px;
	}

.news {
	width:310px;
	height:250px;
	background-color:#2E3192; /* DARK BLUE */
	float:right;
	overflow:hidden;
	color:#ffffff;
	}

.news ul {
	padding:15px 15px 15px 15px;
	list-style:disc outside;
	margin-left:10px;
	}

.news li {
	padding-bottom:8px;
	}

.news img {
	border:0;
	}

.news a {
	text-decoration:none;
	color:#ffffff;
	}


.news a:hover {
	text-decoration:none;
	color:#FAA61D; /* ORANGE */
	}
	


.history {
	position:relative;
	top:-2.5em;
	left:100px;
	}

.history_page p {
	font-weight:bold;
	}

#right .sub_content {
	padding:20px 15px 30px 40px;
	}

#right .sub_content h4 {
	position:relative;
	top:15px;
	}


ul.plain {
	list-style:none;
	padding-left:0;
	margin-left:0;
	}



#footer {
	width:950px;
	background-color:#632E8D; /* PURPLE */
	border-top:2px solid #ffffff;
	color:#D0C0DD; /* VERY LIGHT PURPLE */
	font-weight:bold;
	font-size:110%;
	height:45px;
	}

#footer a {
	color: #9260A7; /* LIGHT PURPLE */
	text-transform:uppercase;
	text-decoration:none;
	padding-right:15px;
	}

#footer a:hover {
	color:#ffffff;
	}
	
#footer .left {
	width:450px;
	float:left;
	position:relative;
	top:15px;
	left:30px;
	}

#footer .right {
	width:450px;
	float:right;
	text-align:right;
	position:relative;
	left:-30px;
	top:15px;
	}