body {
	background-color: #333333;
	text-align: center;
}

#container{
	position: relative;
	width: 798px;
	margin-left: auto;
	margin-right: auto;
}

#hero{
    position : relative;
	top : 0px;
	left: 0px

}

/*Main Navigation Information* _____________________________________________________________*/

#mainnavigation {
	position: absolute;
    top : 20px;
	text-align : right;
	right: 30px;
    text-align : center; /*Mild hack for Netscape 4*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: transparent;
	color: #D39105;
	text-decoration: none;
}
#mainnavigation a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #CC9900;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
#mainnavigation a:visited {
	color : #CC9900;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
#mainnavigation a:hover {
	color : #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #320351;
	text-decoration: none;
}
#mainnavigation a:active {
	color : #CC9900;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}

/*Footer Information* _____________________________________________________________*/

#footernavigation {
	position : absolute;
	top : 520px;
	left: 0px;
	text-align : center;
	margin: 0 auto;
	width: 100%;
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	bottom: auto;
}

#footernavigation a:link {
	color : #999999;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
#footernavigation a:visited {
	color : #999999;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
#footernavigation a:hover {
	color : #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #000066;
	text-decoration: none;
}
#footernavigation a:active {
	color : #999999;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}

/*Events Information* _____________________________________________________________*/

#events {
	position: absolute;
	text-align: justify;
	color: #FFFFFF;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 10px;
	left: 508px;
	top: 254px;
}
#events ul {
	margin-bottom:0px;
}
#events p {
	color: #FFFFFF;
	text-align: left;
}
#events a:link {
	color : #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#events a:visited {
	color : #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#events a:hover {
	color : #FFFFFF;
	text-decoration: none;
}
#events a:active {
	color : #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

p {
	color: white;
	font-size: 16px;
}