/* ------------------ default styling ----------------- */

body	{
	background: #FDD017;
	margin: 0px auto;
	padding: 0px;
	font-family: "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 170%;
	color: #000;
	}
	
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	}

a:link 		{color: #000; font-weight: bold; text-decoration: none;}
a:visited	{color: #000; font-weight: bold; text-decoration: none;}
a:hover	 	{color: #000; font-weight: bold; text-decoration: underline;}
a:active	{color: #000; font-weight: bold; text-decoration: none;}

.whitetext	{color: #FFF;}
.redtext	{color: #C00;}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
	}

/* ------------------ layout ----------------- */

#container	{
	background: #FFF; 
	width: 780px;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#header		{
	background: url(../images/header.jpg) no-repeat;
	width: 780px;
	height: 216px;
	margin: 0px; padding: 0px;
	color: #FFF;
	}

#header h1, #header h2	{display: none;}
 
#main	{ 
	width: 780px;
	margin: 0px; padding: 0px; 
	background: url(../images/main_px.jpg) repeat-y;
	}

#contentwrapper	{
	float: right;
	width: 485px;
	margin: 0px; padding: 10px;	
	}

#subnav {
	width: 480px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	}
	

#subnav ul {
	width: 480px;
	margin: 0px; padding: 0px;
	list-style: none;
	border-bottom: 1px dotted #CCC;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0px; padding: 0px;
	}


#subnav a {
	margin: 0px;
	padding: 5px 10px 5px 27px;
	background: url(../images/paint_splat.jpg) top left no-repeat;
	text-decoration: none;
	white-space: nowrap;
	}


#subnav a:hover		{
	text-decoration: underline; 
	background: url(../images/paint_splat_o.jpg) top left no-repeat;
	padding: 5px 10px 5px 27px;
	color: #990000;
	}

#subnav a:link		{
	text-decoration: none;
	float: left;
	}

#breadcrumbs {
	float: left;
	width: 284px;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
	clear: both;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	}
	
#breadcrumbs li {
	display: inline;
	padding: 0px 6px 0px 12px;
	background: url(../images/subnav_bullet.gif) left  no-repeat;
	}

#breadcrumbs a:link		{text-decoration: none;}
#breadcrumbs a:visited	{text-decoration: none;}
#breadcrumbs a:hover	{text-decoration: underline;}
#breadcrumbs a:active	{text-decoration: none;}

#datetime	{
	float: right;
	width: 180px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	font-size: 90%;
	text-align: right;
	}

#content	{
	clear: both;
	margin: 0px;
	padding: 5px;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}
	
#shelf {
	background: url(../images/book_shelf.jpg) no-repeat;
	width: 266px;
	height: 111px;
	}

#footer	{
	background: url(../images/footer.jpg);
	width: 750px;
	height: 57px;
	margin: 0px;
	padding: 15px;
	font-size: 80%;
	text-align: right;
	color: #8D7000;
	}

#footer a	{color: #8D7000}


/* ------------------ start menu classes for standard menus ----------------- 

				#menu	{
					float: left; 
					margin: 0px; padding: 0px;
					width: 180px;
					background: #C4D7FF
					}
					
				#menu ul	{
					margin: 0px; padding: 0px; 
					width: 180px;
					}
					
				#menu li 	{
					list-style: none;
					}
					
				#menu li a	{
					display: block;
					margin: 0px;
					padding: 5px;
					}
					
				#menu li a:hover	{
					display: block; 
					margin: 0px;
					padding: 5px;
					color: #000; 
					background: #FFF;
					}
					
 ------------------ ^^ end menu classes for standard menus ^^ ----------------- */

/* ------------------ start menu classes for image replaced menus ----------------- */

				#menu	{ 
					margin: 0px; padding: 0px;
					width: 266px;
					float: left;
					}
					
				#menu ul	{
					margin: 0px; padding: 0px; 
					width: 266px;
					}
					
				#menu li 	{
					list-style: none;
					}
				
				#menu1	{
					height: 45px;
					text-indent: -5000px;
					background: url(../images/b_home.jpg) no-repeat;
					}
				#menu1 a {
					height: 45px;
					display: block;
					}
				
				#menu2	{
					height: 30px;
					text-indent: -5000px;
					background: url(../images/b_news.jpg) no-repeat;
					}
				#menu2 a {
					height: 30px;
					display: block;
					}
				
				#menu3	{
					height: 43px;
					text-indent: -5000px;
					background: url(../images/b_school.jpg) no-repeat;
					}
				#menu3 a {
					height: 43px;
					display: block;
					}
					
				#menu4	{
					height: 31px;
					text-indent: -5000px;
					background: url(../images/b_whos.jpg) no-repeat;
					}
				#menu4 a {
					height: 31px;
					display: block;
					}
				
				#menu5	{
					height: 31px;
					text-indent: -5000px;
					background: url(../images/b_pupils.jpg) no-repeat;
					}
				#menu5 a {
					height: 31px;
					display: block;
					}
				
				#menu6	{
					height: 39px;
					text-indent: -5000px;
					background: url(../images/b_learn.jpg) no-repeat;
					}
				#menu6 a {
					height: 39px;
					display: block;
					}
				
				#menu7	{
					height: 36px;
					text-indent: -5000px;
					background: url(../images/b_friends.jpg) no-repeat;
					}
				#menu7 a {
					height: 36px;
					display: block;
					}
				
					
 /*------------------ ^^ end menu classes for image replaced menus ^^ ----------------- */