@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
h1 {
	font-family: Lucida Handwriting;
	font-size: 250%;
	color: #FFF989;
	text-align: center;
	margin: 30px 0;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
h2 {
	font-family: Lucida Handwriting;
	font-size: 125%;
	color: #FFF989;
	text-align: center;
}
h3 {
	font-family: Lucida Handwriting;
	font-size: 125%;
	font-weight: bold;
	color: #FFF989;
	text-align: center;
	margin: -20px 0 0 12px;
}
ul {
	margin: 5px 0 0 20px;
	list-style-type: disc;}
li {
	padding: 2px;
	line-height: 20px;

}
strong {
	font-weight: bold;
}
body {
	background: url(images/background_body.jpg);
}
div#header {
	width: 100%;
	height: 100px;
	float: left;
	background: url(images/background_header.jpg) repeat-x;
	border-bottom: 3px solid #C95555;
}
div#clock {
	width: 100px;
	float: left;
	margin: -50px 0 0 44%;
}
div#container {
	width: 960px;
	margin: 0 auto;
}
div#chalkboard_top {
	width: 974px;
	height: 16px;
	float: left;
	background: url(images/chalkboard_top.png) no-repeat;
	margin: 10px 0 0 0;
}
div#chalkboard {
	width: 974px;
	min-height: 345px;
	float: left;
	background: url(images/chalkboard.png) repeat-y;
	margin-top: -3px;
}
div#chalkboard_overlay {
	width: 960px;
	min-height: 361px;
	float: left;
	background: url(images/chalkboard_overlay.png) repeat-y;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
div#chalkboard_bottom {
	width: 974px;
	height: 52px;
	float: left;
	background: url(images/chalkboard_bottom.png);
	margin-top: -11px;
}
div#column_left {
	width: 300px;
	float: left;	
	margin: 10px 10px 10px 34px;
	font-family: Gill Sans MT;
	color: #FFF;
	font-size: 12pt;
}
div#column_middle {
	width: 300px;
	float: left;	
	margin: 10px 10px 10px 20px;
	font-family: Gill Sans MT;
	color: #FFF;
	font-size: 12pt;
}
div#column_right {
	width: 240px;
	height: 300px;
	float: left;	
	background: url(images/schedule.png) no-repeat;
	margin: 10px 30px;
	text-align: center;
}
div#column_right a {
	width: 240px;
	height: 300px;
	display: inline-block;
}
div#column_right:hover {
	background: url(images/schedule_hover.png) no-repeat;
	cursor: pointer;
}
div#baseboard {
	width: 100%;
	height: 35px;
	float: left;
	background: url(images/baseboard.jpg) repeat-x;
	margin-top: 138px;
}
div#footer {
	width: 100%;
	height: 200px;
	float: left;
	background: url(images/footer.jpg) no-repeat top center #241E1E;
}
div.image {
	width: 300px;
	height: 150px;
	float: left;
	margin: 20px 0;
	text-align: center;
}
img.hr {
	margin: 5px 0;
}
