﻿body 
{
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:75%;
	height:100%;
}
div#fullpage
{
	background:transparent url(../Images/preschool_logo_wide.gif) no-repeat scroll center top;
	height:1000px;
}
div#container
{
	margin:0 auto;
	width:800px;
	height:100%;
}
li.nonlinkinglistitem
{list-style-type:none;
 color:White;
 font-weight:bolder;
 font-size:large;
 }
li.linkinglistitem
{list-style-type:none;
 font-size:medium;}
a
{
	color:Silver;
	}
div#newscontent
{
	float:right;
	width:580px;
	padding: 5px 5px 5px 5px;
	background-color:White;
	height:500px
}
div#content a
{
	color:Blue;}

div#wrapper
{
		overflow:auto;
		width:100%;
		background-image:url(../Images/navigation.gif);
		/*background-color:White;*/
}
span#headertext
{
	float:right;
	font-size:20pt;
	padding-top:40px;
	padding-right:20px;
}
div#header
{
	height:125px;
	position:relative;
	background-image:url(../Images/preschool_logo2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:Red;
	padding-left:10px;
}
div#footer
{
	padding-top:5px;
	/*clear:left;*/
	/*width:100%;*/
	background-color:#D61E1E;
	height:36px;
}
div#navigation
{
	padding-top:5px;
	float:left;
	width:200px;
	overflow:auto;
}
div#content
{
	float:right;
	width:580px;
	padding: 5px 5px 5px 5px;
	background-color:White;
}
img.ContentImageLeft
{
	float:left;
	margin:5px 5px 5px 0px;
}
img.ContentImageRight
{
	float:right;
	margin:5px 0px 5px 5px;
}
div#footerLeftInfo
{
	float:left;
	background-color:#D61E1E;
}
div#footerRightInfo
{
	float:right;
	background-color:#D61E1E;
}

