body {
	margin: 0;
	background: #000000;
	}

img { border: none }

h1 {
	font-family: Times New Roman, Times, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #8D6837;
}

h2 {
	font-family: Times New Roman, Times, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #336600;
}

h3 {
	font-weight: bolder;
}

a:link {
	color: #336600;
	text-decoration: none;	
}
a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #8D6837;
}
a:active {
	color: #00264c;
}

/* --------------------------------- Framework, Header & Footer --------------------------------------------*/

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #ece5b4;
	background: url(images/int_wood.jpg) repeat-y;	
	}

#containerInner {
	background: #ece5b4;
	width: 960px;
	margin-left: 20px;
	margin-right: 20px;
	}

#header {
	height: 143px;
	width: 960px;
	margin-left: 0px;
}

#date_time {
	height: 20px;
	width: 960px;
	text-align: right;
}

#interface {
	width: 200px;
	margin-left: 0px;	
	float: left;	
}

#content {
	width: 740px;
	float: right;
}

#splash_gallery {
	width: 250px;
	margin-left: 0px;	
	float: left;
}

#splash_content {
	width: 510px;
	margin-left: 0px;	
	float: right;
}

#splash_contentPadding {
	width: 500px;
	margin-left: 0px;	
	float: left;
}

#footer {
	clear: both;
	background: url(images/int_footer.gif) repeat-x;	
	height: 36px;
	}

#footer p {
	margin: 0;
	text-align: center;
	padding-top: 4px;
	color: #00264c;
}

#footer a {
	color:#99CC00;
	text-decoration: none;
}

#footer a:visited {
	color:#99CC00;
	text-decoration: none;
}


/* --------------------------------- Framework, Header & Footer --------------------------------------------*/

.copy {
	font-family: Times New Roman, Times, sans-serif;
	font-size: 12px;	
	text-align: left;
	color: #000000;
	line-height: 21px;	
	}

.interface_text {
	font-family: Times New Roman, Times, sans-serif;
	font-size: 17px;	
	text-align: center;
	color: #336600
	line-height: 21px;	
	padding: 0px 0px 0px 0px;	
	}
	
.footer_text {
	padding: 0px 0px 0px 0px;
	font: 9px Arial, Verdana, sans-serif;
	text-align: left;
	color: #99CC00;
	line-height: 16px;
}


/* ---------------------------  CALENDAR -------------------------- */

.cal_daylabel {
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
	text-align: center;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color: #000000;
}

.cal_month {
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color: #000000;
}

.cal_day {
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	text-align: right;
}

.cal_daypad {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color: #D5CC8B;
}

.cal_today {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: right;
}

.cal_todaypad {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color: #d59a6d;
}

.cal_blankday {
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	text-align: center;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color: #f1eed7;
}

.cal_event {
	line-height: 13px;
	text-align: left;
}
.cal_event_title {
	font-size: 11px;
	font-weight: bold;
}
.cal_event_time {
	font-size: 9px;
}
.cal_event_facility {
	font-size: 9px;
}
.cal_event_cost {
	font-size: 9px;
}
.cal_event_description {
	font-size: 9px;
}

.cal_nav {
	font-size: 11px;
	color: #990000;
	line-height: 14px;
	text-align: center;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color: #000000;
}