html {
     overflow: -moz-scrollbars-vertical;
}

body {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	background-color: #F7F7F3;
	background-position: center;
}
img {
	border:none;
}
.headerimg {
	height: 164px;
	width: 800px;
	border-top: 1px none #f7f7f3;
	border-right: 1px solid #f7f7f3;
	border-bottom: 1px none #f7f7f3;
	border-left: 1px solid #f7f7f3;
}
.navbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F7F7F3;
	border-right-color: #F7F7F3;
	border-bottom-color: #F7F7F3;
	border-left-color: #F7F7F3;
}
.contenttable {
	background-color: #ffffff;
	padding: 0px;
}
.contentpanel {
	padding: 15px;
	margin: 0px;
}
.home_blurb {
	width:736px;
	height:120px;
	background-image:url(images/home-blurb-bg.gif);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:20px;
	padding:10px 17px 24px 17px;
}
.home_blurb p {
	margin:0 !important;
}
.home_tile {
	width:544px;
	height:199px;
	background-image:url(images/home-tile-bg.gif);
	background-repeat:repeat-x;
	border:solid 1px #d6d6d4;
}
.home_tile_blog {
	float:right;
}
.book_tile {
	width:750px;
	padding:10px;
	margin-bottom:10px;
	background-image:url(images/book-bg.gif);
	background-repeat:repeat-x;
}
.book_tile h1 {
	padding:8px 0 0 0;
}
.bookcover {
	width:80px;
	height:120px;
	margin-right:25px;
	float:left;
}
.booklink {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 3px 0;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.3em;
	color:#363636;
	margin:0 0 15px 0;
	padding:14px 0 0 0;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.3em;
	color:#363636;
	margin:15px 22px 15px 22px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.3em;
	color: #363636;
	margin:0 22px 15px 22px;
}
.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
	padding:0;
	margin:0;
}
.footertable {
	background-color: #ffffff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.footertable td {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.footertable td a:link, .footertable td a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding: 3px 6px;
	margin: 0px;
}
.footertable td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 3px 6px;
	margin: 0px;
	background-color: #CCCCCC;
}
a:link, a:visited {
	color: #242244;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
.bookbox{
border: solid 1px #cccccc;
padding: 10px;
text-align: center;
float: right;
background-color: white;
width: 185px;
margin-left: 20px;
margin-bottom: 10px;
}
.clear {
	clear:both;
	height:1px;
}