/* 
Project : School Search Site(s)
Author : Rade New Media
Date : Monday, 6 April 2009
*/

body {
	background: url('../img/bg_bsmag.jpg') top repeat-x;
}

/* Bookshop Styling */
div#bsmagNav { 
	background: url('../img/topbg_bsmag.jpg') no-repeat; 
	width: 850px; 
	height: 22px; 
	position: absolute;
	left: 27px;
	top: -8px; 
}

div#swirl {
	background: url('../img/bsmag_swirl.jpg') no-repeat;
	margin: 0 0 0 24px;
}

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 509px;
}		#nav li { border-right: #fff 1px solid; }
		#nav li a { color: #fff;  }
			#nav li a:hover { color: #ddd; }

/* Header Styling */
div#header {
	background: #fff;
	width: 762px;
	height: 167px;
	padding: 13px 0 0 0;
	margin: 0 0 0 23px;
}		#logo { width: 489px; height: 167px; float: left; margin-left: 40px; display: inline; }
			#logo img { border: 0; }
			#logo a { display: block; width: 489px; height: 167px; }
			#logo span { display: none; }
		#bsa {
			width: 174px;
			height: 150px;
			float: right;
			margin: 0 -15px 10px 0;
			display: inline;
		}			#bsa a { display: block; width: 112px; height: 127px; }
					#bsa img { border: 0; }
					#bsa span { display: none; }

/* Content Area */
div#left {
	width: 470px;
	float: left;
	margin: 10px 0 0 0;
}		#left img { margin-right: 10px; }
		#left a { color: #BB1C27; text-decoration: none; }
			#left a:hover { text-decoration: underline; }
			
.testimonial {
	padding: 10px; 
	border: #2054B4 1px solid; 
	margin: 10px 0;
}		.testimonial p { font-style: italic; }
		.testimonial h1 { font-size: 12px !important; color: #BB1C27; }

.rightItem { border: #2054B4 1px solid; padding: 9px; width: 160px; margin-bottom: 10px; }

/* Footer Styling */
div#footer {
	color: #720510;
}		div#footer a { color: #720510; }

