/* CSS for new home page DC 12/03/2008 */

/* Center content on page */

body
{
text-align: center;
}

div#container
{
margin-left: auto;
margin-right: auto;
width: 760px;
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
}

/* Header with nav and email signup form */



#header {
	clear: both;
	float: left;
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #72a4c5;

}
.signupTxt {
	margin: 0px 0px 0px 3px;
	padding: 0px;
	height: 18px;
	width: 100px;
	border: 1px solid #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


#header form{
	font-size:11px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 5px 20px;
	text-align:left;
	}

.signupSubmit{
	background-image: url(images/2008/signupSubmit.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px 0px 0px 85px;
	padding: 0px;
	height: 20px;
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Main Content Area */

#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	clear: both;
	float: left;
	width: 760px;
	background-image: url(images/2008/mainBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#booksContent {
	margin: 19px 0px 0px;
	padding: 0px;
	float: left;
	width: 635px;

}
#booksTable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#smlBooksTable {
	clear: both;
	float: left;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#booksTable td, #smlBooksTable td {
	text-align: center;
	vertical-align: bottom;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 20%;
	padding-right: 0px;
	padding-left: 0px;
}

#smlBooksTable td {
width: 50%;
}

#booksTable tr.bookAuthor, #smlBooksTable tr.bookAuthor{
	color:#1e7ac3;
	}





#cols {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 635px;
}

#leftCol {
	margin: 0px;
	padding: 0px 11px 0px 1px;
	float: left;
	width: 299px;
}


#rightCol {
	width:295px;
	float:left;
	clear:right;
	margin: 0px;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #f0f0f0;
	background-image: url(images/2008/rightColbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

div.colheader, div.colbody {
	width:100%;
	margin:0px;
	padding:0px;
	clear:both;
	float:left;
	}

#rhsSidebar {
	margin: 0px;
	padding: 0px;
	clear: right;
	float: left;
	width: 125px;
}
#rhsSidebar img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer{
	margin: 10px 0px 0px;
	padding: 10px 0px 0px;
	clear: both;
	float: left;
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/2008/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	color: #666666;
}
#booksTable img, #smlBooksTable img {
	border: 1px solid #FF0000;
}

#smlBooksTable {
	font-weight:bold;
	color:#333333;
	}

#books {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 760px;
	background-image: url(images/2008/bookBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}



/* Estra styling for text/headers etc */

p {
	margin-top:2px;
	margin-bottom:8px;
	}

#leftCol h1, #leftCol h2, #leftCol h3, #books h1, #books h2, #books h3 {
	color:#C60A09;
	}
	
#rightCol h1, #rightCol h2, #rightCol h3 {
	color:#1e7ac3;
	}
	
#cols h1 {
	font-size:14px;
	font-weight:bold;
	width: 299px;
	padding-top: 19px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px 0px 12px;
	}
#books h1 {
	font-size:14px;
	font-weight:bold;
	width: 299px;
	padding-top: 19px;
	padding-bottom: 8px;
	margin: 0px 0px 12px;
}

#cols h2, #books h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}
	
#cols h2.light {
	font-weight:normal;
	}

#cols h3, #books h3 {
	padding-top:25px;
	padding-bottom:0px;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	}

#leftCol a{
	color:#C60A09;
	}
#rightCol a, #footer a{
	color:#1e7ac3;
	}
.halfgrey{
	background-image: url(images/2008/navRightBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

