/* 
Project : School Search Site(s)
Author : Rade New Media
Date : Monday, 6 April 2009
*/

body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666; 
}

/* Shared Styling 
   GENERAL STYLES */
div#wrapper {
	width: 850px;
	margin: 0 auto;
	position: relative;
}		div#background { background: url('../images/mainbackground.jpg') repeat-y; width: 850px; margin-top: 9px; padding-bottom: 20px; }
		div#backgroundbottom { background: url('../images/contentbottom.jpg') no-repeat; width: 850px; height: 26px; }
		div#container { width: 680px;  margin: 0 auto; overflow: hidden; clear: both; }
		
h1 { font-size: 24px; margin: 5px 0; }
h2 { font-size: 18px; margin: 5px 0; }
h3 { font-size: 16px; margin: 5px 0; }
h4 { font-size: 16px; margin: 5px 0; font-weight: normal; }
h5 { font-size: 14px; margin: 5px 0; }
h6 { font-size: 14px; margin: 5px 0; font-weight: normal; }
p { padding: 0 5px; }

div#right {
	width: 180px;
	float: right;
	margin: 10px 0 0 0;
}	

.rightItem { padding: 15px 5px; width: 160px; text-align: center; margin-bottom: 10px; }
			.rightItem p { font-size: 12px; color: #007671; font-weight: bold; }
			.rightItem img { margin-bottom: 5px; }

/* NAVIGATION STYLES */
ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font: 10px Tahoma; 
}		#nav li { float: left; padding: 0 8px 0 8px; }
			#nav li a { text-decoration: none; font-weight: bold;  }
			#nav li.last { border-right: none; }

/* LOGO */
#johncatt {
	background: url('../images/logo_johncatt.jpg') no-repeat;
	width: 43px;
	height: 85px;
}			#johncatt a { display: block; width: 43px; height: 85px; }
			#johncatt span { display: none; }
	
/* FOOTER */
div#footer {
	clear: both;
	margin-top: 20px; 
	text-align: center;
}		#footer img { margin: 0 10px; }
		#footer a { text-decoration: none; }
			#footer a:hover { text-decoration: underline; }
		.copyright { margin-right: 20px; }

