/* Stylesheet for Reading For Pleasure */
/* Ashley Aldwinckle */

body {  
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  background: url(images/body_bg.jpg) repeat-x left top #e8f4fb; 
}

a img {
	border: none;
}

a {
	color: #803885;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 10;
}

ul li {
	list-style-position: outside;
}

.main {
	margin: 0 auto;
	width: 955px;
}

/********** header **********/

.header {
	height: 122px;
	width: 924px;
	float: left;
	background: url(images/header_bg.jpg) no-repeat right top;
	padding-left: 31px;
}

.header a.logo {
	margin-top: 58px;
	text-decoration: none;
	float: left;
}

/********** menu **********/

.menu {
	height: 25px;
	width: 943px;
	float: left;
	text-align: right;
	padding: 10px 12px 0 0;
}

.menu a {
	color: #fff;
}

/********** content **********/

.content {
	width: 935px;
	float: left;
	padding: 10px;
}

/********** left content **********/

.left {
	float: left;
	width: 200px;
}

.left .white_block {
	background: url(images/left_bg.jpg) repeat-y left top;
	width: 200px;
	float: left;
	margin-bottom: 14px;
}

.left .white_block .white_block_top {
	font-size: 2px;
	height: 10px;
	background: url(images/left_top.jpg) no-repeat left top;
}

.left .white_block .white_block_bottom {
	font-size: 2px;
	height: 10px;
	background: url(images/left_bottom.jpg) no-repeat left top;
}

.left .white_block a {
	display: block;
	margin: 0 7px;
	font-weight: bold;
	font-size: 13px;
	padding: 6px 0 6px 20px;
	text-decoration: none;
}

.left .white_block a:hover {
	text-decoration: underline;
	background: url(images/left_hover.jpg) no-repeat left top;
}

/*
.left .white_block a.active, 
.left .white_block a.active:hover {
	background: url(images/left_selected.jpg) no-repeat left top;
	color: #fff;
}
*/

#mainmenu,
#mainmenu ul {
	padding-left:0;
	list-style:none;
}
#mainmenu ul{
	padding-left: 20px;
}
#mainmenu li{
	smargin: 0 7px;
	spadding: 6px 0 6px 20px;
}

/* ONLY active */
#mainmenu div.active a{
	background: transparent url(images/left_hover.jpg) no-repeat left top;
}

/* ONLY current section */
#mainmenu div.current-section div.top{
	background: transparent url(images/left_section_top.jpg) no-repeat left top;
}
#mainmenu div.current-section{
	background: transparent url(images/left_section_bottom.jpg) no-repeat left bottom;
}
#mainmenu div.current-section a{
	color: #fff;
}
#mainmenu div.current-section a:hover{
	background-image: url(images/left_hover_section.jpg);
}

/* current section AND active*/
#mainmenu div.current-section.active div.top{
	background: transparent url(images/left_selected_top.jpg) no-repeat left top;
}
#mainmenu div.current-section.active a{
	background-image:none;
	
	/* turn on "hasLayout" for IE */
	zoom: 1;
}

/********** centre content **********/

.center {
	float: left;
	margin: 0 14px;
	width: 506px;
}

.center .white_block {
	width: 506px;
	float: left;
	background: url(images/center_bg.jpg) repeat-y left top;
	margin-bottom: 14px;
}

.center .white_block .white_block_top, .center .white_block .white_block_bottom {
	width: 506px;
	font-size: 2px;
	height: 10px;
	background: url(images/center_top.jpg) no-repeat left top;
}

.center .white_block .white_block_bottom {
	background: url(images/center_bottom.jpg) no-repeat left bottom;
	padding-top: 18px;
	float: left;
}

.center h2 {
	padding: 15px 20px 0 20px;
}

.center p,
.center ul {
	padding: 12px 20px 0 20px;
}
.center ul li {
	margin-left:20px;
}

.center p img.thumb {
	margin-right: 14px;
	float: left;
}

/********** right content **********/

.right {
	float: left;
	width: 200px;
}

.right .banner {
	margin-bottom: 12px;
	display: block;
}

/********** bottom links **********/

.bottom_links {
	background: url(images/bottom_bg.jpg) repeat-y left top;
	margin: 0 10px;
	clear: both;
	display: inline;
	float: left;
	width: 100%;
}

.bottom_links .bottom_top, .bottom_links .bottom_bottom {
	background: url(images/bottom_top.jpg) no-repeat left top;
	height: 10px;
	font-size: 2px;
	float: left;
	width: 100%;
}

.bottom_links .bottom_bottom {
	background: url(images/bottom_bottom.jpg) no-repeat bottom left;
}

.bottom_links a {
	margin: 0 26px;
}

/********** footer **********/

.footer {
	width: 919px;
	padding: 50px 18px;
	color: #999;
	text-align: left;
	clear: both;
}

.footer p {
	line-height: 1.5em;
}