/* 
Project : School Search Site(s)
Author : Rade New Media
Date : Monday, 6 April 2009
*/

body {
	background: url('../img/bg_prep.jpg') top repeat-x;
}

/* Bookshop Styling */
div#prepNav { 
	background: url('../img/topbg_prep.jpg') no-repeat; 
	width: 850px; 
	height: 22px; 
	position: absolute;
	left: 24px;
	top: -9px; 
}

h1 { color: #BB1C27; }
h2 { color: #BB1C27; }
h3 { color: #BB1C27; }
h4 { color: #BB1C27; }
h5 { color: #BB1C27; }
h6 { color: #BB1C27; }

#background { margin-top: 0 !important; }
#wrapper { margin-top: 9px !important; }

/* Navigation Styling */
ul#nav {
	margin: 4px 0 0 510px;
}		#nav li { border-right: #fff 1px solid; }
		#nav li a { color: #fff;  }
			#nav li a:hover { color: #ddd; }

/* Header Styling */
div#header {
	background: url('../img/header_prep.jpg') repeat-x;
	width: 762px;
	height: 115px;
	padding: 13px 0 0 0;
	margin: 0 0 0 43px;
}		#logo { width: 536px; height: 107px; float: left; margin: 5px 0 0 40px; display: inline; }
			#logo img { border: 0; }
			#logo a { display: block; width: 536px; height: 107px; }
			#logo span { display: none; }
		#satips {
			width: 117px;
			height: 118px;
			float: right;
			margin: 7px 10px 0 0;
		}			#satips a { display: block; width: 117px; height: 118px; }
					#satips img { border: 0; }
					#satips span { display: none; }

/* Content Area */
div#left {
	width: 470px;
	float: left;
	margin: 10px 0 0 0;
}		#left img { margin-right: 10px; }
		#left a { color: #5B3988; text-decoration: none; }
			#left a:hover { text-decoration: underline; }

.rightItem { border: #2054B4 1px solid; padding: 9px; width: 160px; margin-bottom: 10px; }

/* Footer Styling */
div#footer {
	color: #5B3988;
}		div#footer a { color: #5B3988; }
