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

html, body {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 40px;
	background-attachment: fixed;
	background-color: #009;
}
/*CSS Rule to reset the margins and padding on the html and body tags to 0*/

#page-container {
	margin: auto;
	width: 950px;
	background-color: white;
}
/*the house for all the divs to live in*/

#header {
	width: 950px;
	height: 106px;
	background-image: url(images/header.png);
	background-color: #009;
}
/*header area div*/

#nav {
	width: 950px;
	height: 39px;
	background-image: url(images/header2.png);
}
/*nav bar area*/

#navbtm {
	width: 950px;
	height: 12px;
	background-image: url(image/nav/navbar_bkg.jpg);
	background-repeat: repeat;
}

#main {
    width: 930px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
}
/*main content area*/

#main2 {
    width: 890px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
}
/*main2 content area used for full page text*/

#main3 {
	width: 890px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	clear: both;
}
/*main3 content area used for full page text within main*/

#leftmain, .leftmain {
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 380px;
	float: left;
}

#rightmain, .rightmain {
	padding-bottom: 0px;
	padding-top: 5px;
	width: 505px;
	float: right;
	padding-left: 5px;
	padding-right: 15px;
}

#left1 {
	width: 210px;
	float: left;
	padding: 10px;
}
/*left content area for buy the book and contact*/

#right1 {
	width: 680px;
	float: right;
	padding: 10px;
}
/*right content area for buy the book and contact*/


#footer {
	clear: both;
	height: 40px;
	padding: 1px 0 5px 5px;
	background-color: #146cbb;
}
/*footer area div*/

#footer a:hover, #footer a:active {
	font-family: "Arial", sans-serif;
	font-weight: normal;
	color: white;
	font-size: 7.5pt;
	text-decoration: underline;
}

.paragraphtype, p {
	font-family: "Arial", sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	vertical-align: top;
	color: black;
	text-decoration: none;
}
/*Main Paragraph type*/

h1 {
	font-family: "Arial", sans-serif;
	color: blue;
	font-style: italic;
	font-weight: bold;
	font-size: 13pt;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	text-decoration: none;
}
/*Main Paragraph bold type*/

h2, h2 a, h2 a:hover {
	font-family: "Arial", sans-serif;
	color: blue;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	text-decoration: none;
}
/*Sub heading bold type*/

#footer p, #footer a, .paragraphtypefooter {
	font-family: "Arial", sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	vertical-align: top;
	color: white;
	text-decoration: none;
}
/*Footer type*/

a:focus { -moz-outline-style: none; }
/*gets rid of dotted line outline on links in firefox*/

img
{  border-style: none;
}
/*gets rid of blue line around images*/

h2 a {
	text-decoration: underline;
}

a, a:visited {
	font-size: 9pt;
	color: #666;
	text-decoration: underline;
	font-family: "Arial", sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

a:hover {
	font-weight: normal;
	color: #CCC;
	font-size: 9pt;
	text-decoration: underline;
	font-family: "Arial", sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

/*Buy the Book and reviews Rollover*/

#buybook, #reviews {
	padding: 0;
	margin: 0;
	display: inline;
}

#buybook a {
	padding: 47px 0 0 0;
	overflow: hidden;
	float: left;
	height: 0px;
	width: 160px;
	background: url(images/bt_buy.jpg) no-repeat;
}

#buybook a:hover, #buybook a:active, #buybook a.selected {
	background-position: 0 -47px;
}

#reviews a {
	padding: 43px 0 0 0;
	overflow: hidden;
	float: left;
	height: 0px;
	width: 202px;
	background: url(images/bt_reviews.jpg) no-repeat;
}

#reviews a:hover, #reviews a:active, #reviews a.selected {
	background-position: 0 -43px;
}

#alsoby {
	clear: both;
	padding-top: 10px;
}

.clear {
	clear: both;
}
