@charset "utf-8";
/* CSS Document */

body {
	font-family:"Segoe UI", Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/strip.jpg);
	background-color:#99CCCD;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	background-position:0 44px;
}

div#toplinks {
	background-color:#99CCCD;
	height:42px;
	display:block;
	padding-top:8px;
}

div#toplinks, div#toplinks a { color:#fff }

div#toplinks, div#btmlinks {text-align:center; font-size:0.8em; font-weight:bold}

div#btmlinks {
	margin-top:4px;
	margin-bottom:16px;
}

div#btmlinks, div#btmlinks a {color:#000}

div#frame {
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

div#header {
	display:block;
	height:219px;
	background-image:url(../images/header.jpg);
}

div#main {
}

div#links {
	width:163px;
	display:block;
	float:left;
}

div#links_btm {
	background-image:url(../images/links_btm.jpg);
	display:block;
	height:222px;
	background-repeat: no-repeat;
	background-position: left top;
}

div#links a {
	display:block;
	width:163px;
}

div#links a:hover {
	background-position:-163px;
}

a#nav_home		{background-image:url(../images/nav_home.jpg); height:27px}
a#nav_news		{background-image:url(../images/nav_news.jpg); height:26px}
a#nav_calendar	{background-image:url(../images/nav_calendar.jpg); height:26px}
a#nav_meetthestaff	{background-image:url(../images/nav_meetthestaff.jpg); height:26px}
a#nav_children	{background-image:url(../images/nav_children.jpg); height:25px}
a#nav_parents		{background-image:url(../images/nav_parents.jpg); height:27px}
a#nav_events	{background-image:url(../images/nav_events.jpg); height:25px}
a#nav_virtualtour		{background-image:url(../images/nav_virtualtour.jpg); height:26px}
a#nav_weblinks		{background-image:url(../images/nav_weblinks.jpg); height:26px}
a#nav_contactus	{background-image:url(../images/nav_contactus.jpg); height:28px}	

div#content {
	display:block;
	float:right;
	width:617px;
	font-size:0.95em;
	background-position: -0.5px top;
	background-image:url(../images/main_strip.jpg);
	background-repeat:repeat-y;
}


div#content_inner {
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
	min-height:485px;
	height:auto!important;
	height:485px;
	padding-left:25px;
	padding-right:35px;
	text-align:justify;
	color:#0000FF;
}

div#content_btm {
	background-image:url(../images/content_btm.jpg);
	background-repeat:no-repeat;
	display:block;
	height:95px;
	clear: both;
}

div#footer {
	display:block;
	height:113px;
	background-image:url(../images/footer.jpg);
	clear:both;
	width: 707px;
	margin-right: auto;
	margin-left: auto;
}

div#logos {
	float:right;
	text-align:right;
	padding-top:36px;
	padding-right:64px;
}

div#address {
	float:left;
	padding-top:20px;
	padding-left:60px;
	font-size:0.6em;
}

div#address p {
	margin:0;
	padding:0;
}
div#address p#schoolname {
	color:#fe0000;
	font-size:1.2em;
	font-weight:bold;
}

a {text-decoration:none}
a:hover {text-decoration:underline}

h2 {margin:0; padding:0; color:#0000CC}
img {border:0}
div#header h1,
div#links span,
div#footer span
{display:none}

