#container {
	height: 575px;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: center;
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#navigation {
	height: 250px;
	width: 150px;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#address {
	padding-left: 25px;
	width: 175px;
	font-size: 12px;
	z-index: 10;
}

#navigation h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}



#main_area {
	height: 470px;
	width: 750px;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	top: -270px;
	overflow: visible;
	background-color: #F7F7F7;
	border: thin solid #E0E0E0;
	padding-top: 30px;
	margin-top: 40px;
}
#main_area table {
	left: 35px;
	position: relative;
}

#upcomming-events-text {
	font-family: Arial, Helvetica, sans-serif;
}
#banner {
	background-image: url(images/banner_marquee.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
#scroll {
	overflow: scroll;
	height: 400px;
}
#main_area img {
	float: left;
}

.navigation a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #783234;
	text-decoration: none;
	width: 200px;

}


.navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5C2526;
	width: 200px;
	text-decoration: underline;


}

.navigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #783234;
	text-decoration: none;
	width: 200px;

}


.navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #783234;
	text-decoration: none;
	width: 200px;

}
