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

html, body {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 40px;
	background-attachment: fixed;
	background-color: #666;
}
/*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: 246px;
	background-image: url(images/header.jpg);
}
/*header area div*/

#nav {
	width: 950px;
	height: 79px;
	background-color: white;	
}
/*nav bar area*/

#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 in FAQ*/

#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: #969595;
}
/*footer area div*/

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

.paragraphtype, p {
	font-family: "Times New Roman", serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	vertical-align: top;
	color: #6d6e71;
	text-decoration: none;
}
/*Main Paragraph type*/

h1 {
	font-family: "Times New Roman", serif;
	color: #6d6e71;
	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 {
	font-family: "Times New Roman", serif;
	color: #6d6e71;
	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: "Times New Roman", 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*/


a, a:visited {
	font-size: 9pt;
	color: #666;
	text-decoration: underline;
	font-family: "Times New Roman", 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: "Times New Roman", serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}


