﻿/* CSS layout */
#masthead {
	position: absolute;
	width: 1005px;
}

#top_left {
	width: 225px;
	height: 160px;
	position: absolute;
	left: 0px;
	top: 15px;
	padding-bottom: 5px;
}

#header {
	margin-left:225px;
	width: 500px;
	height: 160px;
	vertical-align: top;
	padding-bottom: 5px;
	padding-left: 55px;
}

#head {
	margin-left:125px;
	width: 500px;
	height: 160px;
	vertical-align: top;
	padding-bottom: 5px;
	padding-left: 30px;
}

#container {
	position: relative;
	vertical-align: top;	
	width: 802px;
}

#address {
	width: 802px;
	left: 0px;
	top: 0px;
}

#body {
	position: relative;
	width: 100%;
}

#left_col {
	width: 415px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 415px;
	width: 310px;
}

#hours {
	width: 802px;
	left: 0px;
	top: 0px;
}

#right_col {
	width: 200px;
	height: 945px;
	margin-left: 725px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#navigation {
	width: 802px;
}

#footer {
	position: absolute;
	margin-top: 1005px;
	height: 100px;
	width: 950px;
	left: 20;
}

#footer2 {
	position: absolute;
	margin-top: 1255px;
	height: 100px;
	width: 950px;
	left: 20;
}

#eventstext {
 font-size: 9pt;
 font-family: Verdana;
 color: #000000;
 line-height: 15px;
 letter-spacing: .4px;
 margin-left: 20px;
 margin-right: 15px;
}


a:active {font-weight: 800; color: #808080}
a:visited {font-weight: 800; color: #808080}
a:link {font-weight: 800; color: #CC0000}
a:hover {font-weight: 800; color: #000000}


