

body {
	margin: 0;
	background: url(../img/bg_tile.gif) repeat-y;
	background-color: #fff;
}

A:link {
	color: Indigo;
	text-decoration:none;
	cursor:pointer;
}

#header {
	height: 169px;	
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #CC9933;
	background: url(../img/header_bg_tile.gif) repeat-x;
}

#nav {
	top: 169px;
	left: 0px;
	position: absolute;
	width: 161px;
}

#content {
	width: 781px;
	top: 169px;
	left: 162px;
	position: absolute;
	background-color: #fff;
	font-size: 14px;
	padding: 12px 40px 12px 12px;
	font: normal 14px palatino;
	padding-bottom:20px;
	line-height: 1.6em;
}

#content_splash {
	width: 781px;
	top: 169px;
	left: 162px;
	position: absolute;
	background-color: #fff;
	font-size: 14px;
	padding: 12px 40px 12px 12px;
	font: normal 14px palatino;
	padding-bottom:20px;
	line-height: 1.6em;
}

#content h1 {
	color:  #300;
	font: italic bold 18px Georgia, sans-serif;
	border-bottom: 3px solid #960;
	width: 85%;
	padding: 0px 0px 3px 4px;
}

#content h1 a:link, a:active, a:visited {
	font-size: 9pt;
	text-decoration:none;
}

#content h1 a:hover {
	text-decoration:underline;
}

#content_bold {
	color: #300;
	font: bold 14px palatino;
	display: inline;	
}

#content_img {
	float:right; padding:10px;
}

#footer {
	clear: both;
	height: 20px;
	text-align: center;
	background-color: #47280A;
	color:white;
	font:normal 10px arial;
	letter-spacing: 0.1em;
	line-height:20px;
	margin-top: 30px;
}

#bottom_spacer {
	background-color:#CC9933;
	height:300px;
	width:789px;
	margin-left: 161px;
}

#nav_table {
	width: 100%;
	border: 0;
	height: 240px;
}

#nav_table TD {
	border-bottom: 1px solid #960;
	width: 100%;
	color:  #960;
	font: normal 12px palatino;
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 8px;
	padding-left: 12px;
	letter-spacing: 0.1em;
}

#nav_table A:link, active {
	text-decoration: none;
	color: #960;
} 

#nav_table A:visited {
	text-decoration: none;
	color: #960;
} 

#nav_table A:hover {
	color: white;
}

#footer A:link, active {
	color:#fff;
	text-decoration:none;
}

#footer A:hover {
	color:#fff;
	text-decoration:underline;
}

#calendar {
	border:1px solid black;
	padding: 0;
	width: 70%;
	float: left;
	margin-bottom: 10px;
}

#calendar TH {
	background-color: #350A47;
	border: 0;
	margin: 0;
	color: #fff;
}

#calendar TD {
	vertical-align: top;
	border: 1px solid black;
	padding: 5px;
}

#sunday TD {
	background-color: #ccc;
}

#splash_text {
	margin: 5px 0px 20px 0px;
	font: normal 11pt garamond, helvetica;
	line-height:20px;
	vertical-align:top;
}

#splash_text_bold {
	color: #303;
	font: bold 16px garamond, helvetic;
	letter-spacing: 0.1em;
}

#special_event {
	background-color: #ffc;
	border: 1px solid #303;
	width:  70%;
	margin-left: 100px;
	padding: 5px;
}

#special_event TD {
	vertical-align:top;
	padding-right: 10px;
	padding-left:30px;
	font-size:11pt;
}

#special_event th {
	color: #c00;
	font-size:14pt;
	text-align:center;
	font-size:14pt;
	}
	
.weekly_schedule TH {
	font-weight:bolder;
	font-size:12pt;
	font-style:italic;
	color:#303;
	border-bottom:1px dotted #333;
}

.weekly_schedule TD {
	font-size:12px;
	font-family:Georgia,Arial;
}
