@charset "UTF-8";
/* Blackwell Public School Foundation */

body
{
	margin: 0px auto;
	
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	
	background-color: #e8ebe9;
}

#container {
	position: relative;
	width: 800px;
	height: auto;
	
	padding: 0px;

	margin-top: 0px;
	margin-bottom: 0px;

	margin-left: auto;
	margin-right: auto;
}

#navigation
{
	position: absolute;
	top: 179px;
	right: 0px;

	width: 640px;
	height: 22px;
	margin: 0px auto;	
}

#content
{
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	
	width: 800px;
	height: auto;
		
	text-align: left;
	
	background-color: #FFF;
	background-image: url(newimages/images/bottombg_03.gif);
	background-repeat: no-repeat;
	
}

#content_index_mainimage
{
	position: relative;

	width: 800px;
	height: auto;
	
	margin: 0px auto;
	padding: 0px;
}

#content_index_contact
{
		position: relative;
		float: left;
		
		width: 150px;
		height: auto;

		margin: 20px 20px 20px 50px;
			
		border-right: 1px solid #CCC;

}

#content_index_imagelinks
{
		position: relative;
		float: left;
		
		width: 175px;
		height: auto;
		
		margin: 20px 20px 20px 20px;
			
		border-right: 1px solid #CCC;

}

#content_index_recentnews
{
		position: relative;
		float: left;

		width: 300px;
		height: auto;
		
		margin: 20px 20px 20px 10px;

}

#content_sub_left
{
		position: relative;
		float: left;
		
		width: 155px;
		height: auto;
		
		margin: 20px 20px 20px 30px;
		padding-right: 10px;
		
		border-right: 1px solid #CCC;
}

#content_sub_right
{
		position: relative;
		float: left;
		
		width: 480px;
		height: auto;
		
		margin: 20px 30px 20px 0px;
		padding: 0px 40px 0px 30px;
		
}

#footer
{
	position: relative;
	
	margin: 0px auto;
	
	width: 800px;
	height: auto;
		
}

#footer p
{
	font-size: 10px;
	font-weight: 100;
	color: #363424;
	line-height: 15px;
}

#footer a {text-decoration: none;}
#footer a:hover {text-decoration: underline;}

p {font-size: 11px; text-align: left; color: #363424; line-height: 14px;}
a {color: #000; text-decoration: underline;}
a:hover {text-decoration: none;}

h1 {font-size: 34px; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-weight: 200;}
h2 {font-size: 15px; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-weight: 200}

ul {font-size: 11px; color: #363424;  padding: 0px; margin: 15px;}
ul li {line-height: 14px;}

.trusteestable {border-top: 1px dotted #CCC;}

hr {height: 1px; color: #CCC; background-color: #CCC; border: 0px;}