body { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 0.8em; 
	color: black;
}

h1 {
	font-size: 2em; 
	color: red; 
	padding: 0.1em;
	margin-left: 0;	
	border-bottom-style: solid;
	border-bottom-width: 0.1em;
	border-color: #00CC00;
}

h2 { 	
	font-size: 1.2em; 
	color: red;
	
}

h3 { 	
	font-size: 1em;
	font-decoration: underline;
	color: black;
	margin: 0;
	padding: 0em;
	
}

ul {
	padding: 0.1em;
	margin-left: 0.7em;
	
}

li {
	

}
	

#navigation {
	position: absolute;
	top: 16em;
	left: 0.7em;
	width: 10em;
	height: 25em;
	background:  url(preschool_02.gif);
}

#rightbanner {
	position: absolute;
	top: 148px;
	left: 58em;
}

#content {
	width: 43em;
	top: 0em;
	margin: 0 14em;
}


#footer {
	clear: both;
	width: 62.5em;
	padding-left: 12em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-top-style: solid;
	border-top-width: 0.2em;
	border-color: blue;
	background-color: LightBlue;
	
}

#menu {
	width: 150px;
	margin: 0;
	list-style: none;
	}
	
#menu   a {
	height: 32px;
 	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu   a:link, #menu 
	a:visited {
	color: white;
	display: block;
	background:  url(menu14.gif);
	padding: 8px 0 0 10px;
	}
	
#menu   a:hover {
	color: red;
	background:  url(menu14.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	