#container {
	height: 575px;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container-background.png);
	background-repeat: no-repeat;
}
#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;
	position: absolute;
	left: 4px;
	top: 338px;
}

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



#main_area {
	height: 500px;
	width: 580px;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	left: 200px;
	top: -257px;
	padding-top: 10px;
}


#upcomming-events-text {
	font-family: Arial, Helvetica, sans-serif;
}

#main_area-prp {
	height: 400px;
	width: 580px;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	left: 200px;
	top: -257px;
	padding-top: 10px;
	overflow: scroll;
}


#success-rates {
	height: 390px;
	width: 580px;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	left: 200px;
	top: -257px;
	padding-top: 10px;
	overflow: scroll;
}


#banner {
	background-image: url(images/banner_marquee.jpg);
	background-repeat: repeat-x;
	height: 30px;
}

#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;

}
#services-table {
	width: 560px;
}
