@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0;
	font-family:"Comic Sans MS";
	background-color:#FFFFCB;
	font-size:0.85em;
}

a{text-decoration:none; color:#006600;}a:hover{text-decoration:underline; color:#33CC00;}

div#toplinks, div#btmlinks {
	text-align:center;
	color:#000000;
	font-size:0.9em;
	padding: 8px;
}
div#toplinks a, div#btmlinks a {
	text-decoration:none;
	color:#000000;
}
div#toplinks a:hover div#btmlinks a:hover {
	text-decoration:underline;
}

div#frame {
	margin-left: auto;
	margin-right:auto;
	width:780px;
	display:block;
}

div#header{
	height:217px;
	display:block;
	background-image:url(../images/header.jpg);
}
div#header h1{display:none}

div#main{
	background-repeat:repeat-y;
	background-image: url(../images/content_repeat.jpg);
	background-position: right;
}

div#links{
	float:left;
	width:157px;
	display:block;
}

div#links a {display:block;width:100%}
div#links a:hover {background-position:-100%}
div#links span{display:none}

a#nav_home{background-image:url(../images/btn_home.jpg);height:22px}
a#nav_news{background-image:url(../images/btn_news.jpg);height:22px}
a#nav_cal{background-image:url(../images/btn_calendar.jpg);height:23px}
a#nav_events{background-image:url(../images/btn_events.jpg);height:22px}
a#nav_info{background-image:url(../images/btn_info.jpg);height:22px}
a#nav_sats{background-image:url(../images/btn_sats.jpg);height:23px}
a#nav_staff{background-image:url(../images/btn_staff.jpg);height:24px}
a#nav_gallery{background-image:url(../images/btn_gallery.jpg);height:23px}
a#nav_tour{background-image:url(../images/btn_tour.jpg);height:23px}
a#nav_contact{background-image:url(../images/btn_contact.jpg);height:24px}

div#content{
	float:right;
	background-image:url(../images/content_repeat.jpg);
	background-repeat:repeat-y;
	width:623px;
	display:block;
	text-align:justify;
	background-position: right;
}
div#content_inner{
	margin-left:20px;
	background-image: url(../images/content_tr_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 35px;
	min-height:350px;
	color:#003300;
}
#links_bottom {
	background-image: url(../images/links_bottom.jpg);
	height: 53px;
}

div#content_inner h2{
	padding:0;
	color:#006600;
	margin-top:0;
}
.clear{clear:both}

div#footer {
	height:117px;
	display:block;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	position: relative;
}

div#address{
	font-size:0.8em;
	position: absolute;
	left: 40px;
	top: 40px;
	width: 220px;
	height: 63px;
}
div#address p {
	margin:0;
	padding:0;
}
p#schoolname{
	font-size:1.2em;
	font-weight:bold;
}

div#logos{
	position: absolute;
	top: 56px;
	right: 81px;
}
img{border:0}
div#logos span{display:none}

