@charset "utf-8";
/* CSS Document */
* {padding:0; margin:0}
img { behavior: url("iepngfix.htc") }
body {
	background-image: url(../images/background.jpg);
	background-position: center;
	text-align: center;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 310px;
}
#content {
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 100px;
	padding-top: 10px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	font-size: x-small;
	font-style: oblique;
	text-align: center;
	padding-top: 10px;
}
#header h1, #header h2 {
	display: none;
}
#headerNav {
	text-align: left;
	font-size: 20px;
	margin-top: 65px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 85px;
	height: 50px;
}
ul.nav-header  {
	list-style-type: none;
	height: 30px;
	padding: 0;
	margin: 0;

}
ul.nav-header li {
	float: left;
}
ul.nav-header a {
	color: #ffe18c;
	text-decoration: none;
	display: block;
	float: left;
	height: 20px;
	padding: 15px;
}
ul.nav-header li:hover a{
	color: #FFFFFF;
	text-decoration: underline;
}
ul.nav-header li.nav-selected a{
	color: #FFFFFF;
}
ul.nav-header li:hover.nav-selected a{
	text-decoration: none;
}
#slideshow {
	height: 230px;
	width: 390px;
	float: right;
	padding-right: 54px;
}
#chalkboard {
	color: #CCCCCC;
	background-image: url(../images/chalkboard.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 260px;
	width: 240px;
	padding-top: 70px;
	padding-right: 50px;
	padding-bottom: 70px;
	padding-left: 50px;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;

}
#chalkboard p {
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#chalkboard h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: lighter;
	padding-bottom: 20px;
	color: #FFFF66;
}
.left {
	float: left;
}
.right {
	float: right;
}
#contact {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contact p {
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.ccm-spacer {
	display: none;
}
#content p {
	padding-bottom: 10px;
}
