@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(images/headerbackgr.jpg);
	background-repeat: repeat-x;
	background-color: #6a90af;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	border-width: 0;
}
#wrapper {
	width: 900px;
	background: transparent;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 378px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: transparent;
	background-image: url(images/headerart.jpg);
	background-repeat: no-repeat;
}
#mainContent {
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 100px;
	padding-left: 70px;
	background-color: #d6d4c6;
}
#mainContent .review {
	border:1px solid #999999;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0px;
}
#sidebar {
	display: block;
	width: 240px;
	height: auto;
	float: left;
	z-index: 20;
	margin-right: 30px;
}
#bookart {
	width: 252px;
	height: 365px;
}
h1 {
	font-size: 1.2em;
	padding-bottom: 0.7em;
}
h2 {
	font-size: 1em;
	padding-bottom: .7em;
}
h3 {
	font-size: .9em;
	padding-bottom: .7em;
}
h4 {
	font-size: .9em;
	padding-bottom: .7em;
}
h5 {
	font-size: .83em;
	padding-bottom: .7em;
}
h6 {
	font-size: .83em;
	padding-bottom: .7em;
}
p {
	font-size: .83em;
	line-height: 1.3em;
	padding-bottom: 1em;
}

#footer {
	background-color: transparent;
	height: 60px;
	z-index: 10;
}
#footer p {
	padding: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
/*========================
     NAV MENU - MAIN 
==========================*/

#mainnav {
	position:absolute;
	display:block;
	height:42px;
	font-size:1em;
	font-weight:bold;
	margin: 100px 0 0 50px;
}
#mainnav ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#mainnav ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#mainnav ul li a {
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:28px;
}
#mainnav ul li a:hover, #mainnav ul li a.current {
	color:#fff;
}

/*=============*/

.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #003399;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
	outline: none;
}
a:focus
{
-moz-outline-style: none;
}

