#logo {
 	position: absolute;
	width: 100%;
	height: 81px;
	z-index: 1;
	background-color: #3960A5;
	border: 1px none #000000;
	left: 0px;
	top: 0px;
}
#content {
	position: absolute;
	height: 538px;
	width: 496px;
	top: 132px;
	left: 270px;
}
#menu {
	position: absolute;
	width: 100%;
	height:25px;
	z-index: 1;
	left: 0px;
	top: 81px;
	background-color: #003366;
}
#calendar {
	position: absolute;
	top: 134px;
	width: 121px;
	left: 502px;
}
.font_color {
	color: #339900;
}
.font_style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.large_font {
	font-size: large;
}
.small_font {
	font-size: x-small;
}
.extra_small {
	font-size: xx-small;
}
.text_wrap_left {
	float: left;
}
.text_wrap_right {
	float: right;
}
#address {
	position: absolute;
	left: 15px;
	top: 190px;
	width: 159px;
}
#hours {
	position: absolute;
	left: 253px;
	width: 300px;
	top: 190px;
}
