/* 
Project : School Search Site(s)
Author : Rade New Media
Date : Monday, 6 April 2009
*/

body {
	background: url('../img/bg_ccr.jpg') top repeat-x;
}

/* Bookshop Styling */
div#ccrNav { 
	background: url('../img/topbg_ccr.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 508px;
}		#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_ccr.jpg') no-repeat;
	width: 762px;
	height: 210px;
	padding: 12px 0 0 0;
	margin: 0 0 0 44px;
}		#logo { width: 566px; height: 212px; float: left; margin-left: 36px; display: inline; }
			#logo a { display: block; width: 563px; height: 206px; }
			#logo img { border: 0; }
			#logo span { display: none; }

/* Content Area */
div#left {
	width: 470px;
	float: left;
	margin: 10px 0 0 0;
}		#left img { margin-right: 10px; }
		#left a { color: #FF1111; text-decoration: none; }
			#left a:hover { text-decoration: underline; }
			
.rightItem { border: #007BAD 1px solid; padding: 9px; width: 160px; margin-bottom: 10px; }

/* Footer Styling */
div#footer {
	color: #80BCE7;
}		div#footer a { color: #80BCE7; }

