body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding; 0;
	margin: 0;
	margin-left:auto;
	margin-right: auto;
	}
	
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}
	
a { text-decoration: none;
	color: #990000;
	}

a:hover {
	color:#000000;
	}
	
a img {
	border: none;
	}
	
ul {
	list-style-type: none;
	}
	
p, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
li {
	font-weight: bold;
	}
	

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	}
			
#wrapper {
	width: 990px;
	margin-top: 5px;
	margin-left:auto;
	margin-right: auto;
	}
	
#banner {
	width: 990px;
	height: 100px;
	background: #CCCC99;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;	
	}
	
.bannerimage {
	float: left;
	clear:right;
	}
	
.navbar {
	height: 22px;
	width: 990px;
	margin: 5px 0 18px 0;
	padding-top: 5px;
	background: #CCCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;	
	}
	
ul.nav li {display: inline;
	}	
ul.nav a {
	padding: 3px 10px 3px 10px;
	margin-right: 5px;
	color: #990000;
	font-weight: bold;
	}
a.nav:link { color: #990000; }
a.nav:hover { color: #000000; }
a.nav:active {color:#999966; }




		
#sidebarleftmain {
	width: 800px;
	float: left;
	}
	
#sidebarright {
	height: 750px;
	width: 175px;
	float: right;
	padding-left: 4px;
	border-color: #999933;
	border-width: 1px 2px 1px 1px;
	border-style: solid;
	}	

#sidebarright .search {
	padding-bottom: 2.5em;
	}
	
#main {

	width: 545px;
	float: right;
	}



#sidebarleft {
	width: 175px;
	height: 700px;
	float: left;
	}
		
#copyright {
	clear: both;
	height: 75px;
	width: 990px;
	
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding-top: 15px;
	}
	
#referal {
	clear: both;
	height: 75px;
	width: 600px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding-top: 15px;
	}

/* BEGIN style2 */


#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


#navcontainer li
{
font-size: 10px;
}


#navcontainer .navhead {
background-color:#CCCC99;
font-size: 12px;
	}

#navlist
{
list-style-type: none;
color:#990000;
background-color: #CCCC99;
margin-left: 5px;
}

#active:hover li { display: block; }
#active li { display: none; }

#navcontainer
{
width: 175px;
background-color: #CCCC99;
padding-bottom: 40px;
}

#navcontainer a
{
color:#990000;
display: block;
padding: 6px 0 6px 0;
width: 175px;
background-color: #CCCC99;
border-bottom: 1px solid #eee;
}

#navcontainer a:visited
{
color:#990000;
background-color: #CCCC99;
}

#navcontainer a:active
{
color:#990000;
background-color:#CCCC99;
}

#navcontainer a:hover
{
color: black;
background-color:#999966;
}

/* END style2 */

#sidebarleft {
	width: 175px;
	float: left;
	border: none;
	}
	

	
#googleleftnav {
	padding-top: 75px;
	}
	
		
/* BEGIN jumpstyle1 */
	
.jumpMenu{
	position: relative; /* needed */
		
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
   width: 124px;
}
.jumpMenu:hover{
	z-index: 10; /* place it over top of the surronding text */
}
/* The label of the jump menu */
.jumpMenu .label{
	width: 124px;
	height: 20px;		
	display: block;	
	position: relative;
	z-index: 2; /* key so that the links can hide underneath it */
	
	text-align: center;
	padding-top: 3px;
	cursor: default; /* The pointer cursor gives a better ui feel, I think */
	color: Black;
	background-color: #CCCC99;
	}
.jumpMenu:hover .label{
	background-color: #CCCC99;
	color: Black;
}
.jumpMenu ul{
	margin: 0;
	padding: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -100%;
}
.jumpMenu ul li{	
	list-style: none;	
	display: inline;
	font-size:10px;
	
}
.jumpMenu ul a{

	display: block;	
	text-decoration: none;
	

	background-image: none;
	width: 124px;
	height: 14px;
	
	/* Make it small and place underneath the label which
	 * hides the links but allows them to gotten to by tabbing */
	margin-top: -10px;
	position: absolute;
	height: 0;	
	overflow: hidden;
	
	color:  black;
	background-color: #eee;
	
}
.jumpMenu ul a:hover{
	background-color: #999966;
	color: White;
}
.jumpMenu:hover ul a,
.jumpMenu ul a:focus
{
   margin-top: 0;
	height: 14px;
	visibility: visible;
	position: static;
	overflow: visible;
	z-index: 3;
}





	
.headline {
	font-weight:bold;
	}
	
		
.aboutuscontent {
	padding: 30px 10px 0 0;
	margin: 10px 7px 0 0;
	}
	
#aboutus .headline {
	padding-left: 150px
	}
	

		
.contactuscontent {
	padding: 30px 10px 0 0;
	margin: 10px 10px 0 0;
	text-align: center;	
	}
	
#contactus #main .headline {
	padding-left: 200px;
	}

#faq #main .faq {
	padding: 15px 40px 0 0;
	margin: 20px 20px 0 0;
	line-height: 1.4em;
	}
	
.quizmain1 {
	float: left;
	width: 200px;
	padding: 60px 0 35px 35px;
	}

.quizmain2 {
	float: right;
	width: 200px;
	padding: 60px 50px 20px 0;
	}
	
#quizzes h1 {
	padding: 15px 0 5px 60px;
	}

#quizzes #sidebarleftmain {
height: 1300px;
}

#quizzes li {
	line-height: 2em;
	}

	
#sitemap #main a {
	color:black;
	}
	
#sitemap #main	{
	line-height: 1.2em;
	height: 800px;
	}
	
#sitemap #sidebarleftmain {
height: 1100px;
}
	
.maplist {
	text-indent: 2em;
	}

			
#sitemap h1{
	padding: 15px 0 25px 160px;
	}
	
#sitemap .mapmain2	{
	width: 545px;
	clear: right;
	}

#sitemap .mapmain2a {
	float: left;
	width: 170px;
	height: 30px;
	}

#sitemap .mapmain2b {
	height: 30px;
	}
		
#sitemap .mapmain3 {
	width: 545px;
	clear: right;
	padding-bottom: 30px;
	}
	
#sitemap .mapmain3a {
	float: left;
	height:385px;
	width: 170px;
	}
		
#sitemap .mapmain3b {
	height:470px;
	float: left;
	width: 360px;
	}
	
#sitemap .mapmain4 {
	width: 545px;
	clear: right;
	}
	
#sitemap .mapmain4a {
	float: left;
	height:390px;
	width: 170px;
	}	
	
#sitemap .mapmain4b {
	height:390px;
	float: left;
	}
	

	
#free #main {
	text-align: center;
	padding: 25px 20px 20px 0;
	margin: 20px;
	line-height: 1.2em;
	text-indent: 1.2em;
	}

#free #main h1 {
	font-weight: bold;
	}
	
#free #main ul {
	font-weight: bold;
	padding-right: 26px;
	}

#free .freecopyright {
	font-size:9px;
	}
	
#free #sidebarleftmain {
height: 800px;
}	

#freecategorys #main {
	text-align: center;
	padding: 30px 0 50px 0;
	}

#freecategorys #main h1 {
	padding: 0 0 30px 0;
	}

		
#freecategorys #main p {
	line-height: 1.5em;
	}
	
#freecategorys #main ul {
	padding-right: 28px;
	}	

#freeaudiobook #main {
	padding: 15px 0 0 0;
	}
			
#freeaudiobook #main h1 {
padding: 0 0 15px 185px;
line-height:0.56em;
text-indent: -6em;
color:#666669;
	}
	
#freeaudiobook .title {
	font-size: 24px;
}

#freeaudiobook .main {
	height: 959px;
	}
	
#freeaudiobook .main1 {
	width: 545px;
	height: 500px;
	padding-top: 20px;
	}
	
#freeaudiobook .main1a {
	width: 250px;
	text-indent: 2em;
	line-height: 75%;
	}
	
.clicklisten {
	padding-top: 20px;
	color: #666666;
	}

#freeaudiobook .main1b {
	float: right;
	width: 275px;
	text-align: center;
	margin: 4px;
	height: 590px;
	}
	
#freeaudiobook .disclaimer {
	padding-top: 50px;
	font-size: 9px;
	}

#freeaudiobook .main1c {
	width: 250px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	word-spacing: 5px;
	padding-top: 15px;
	}

#freeaudiobook .main1c a:visited {
	color: #000000;
	}
		
.chapterrow1 {
	width: 80px;
	float: left;
	line-height: 150%;
	}
	
.chapterrow2 {
	width: 80px;
	float: left;
	line-height: 150%;
	}
	
.chapterrow3 {
	width: 90px;
	float: left;
	line-height: 150%;
	}
	
#freeaudiobook .main1d {
	text-align: center;
	line-height: 1.6em;
	padding: 15px;
	width: 218px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	float: left;
	}
	
.spacer {
	background-color: #CCCC99;
	width: 175px;
	height: 180px;
	}
		


#freeaudiobook .main2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 90px;
	width: 350px;
	float: left;
	}
#freeaudiobook .bottombanner {
	padding-top: 10px;
	padding-left: 70px;
	width: 600px;
	}
	
#freeaudiobook .chapterrowpoe {
	width: 250px;
	float: left;
	line-height: 150%;
	text-align: center;
	}
#freeaudiobook .bottombannerpoe {
	padding-left: 70px;
	padding-top: 60px;
	width: 600px;
	}
	
#quiz .quizheader {
	text-align: center;
	padding: 10px;
	}	
	
#quiz #sidebarleft {
	float: left;
	}	
	
#quiz #main {
	padding: 15px 0 0 0;
	text-indent: -6em;
	}
			
#quiz #main h1 {
padding: 0 0 15px 185px;
line-height:0.56em;
text-indent: -6em;
color:#666669;
	}
	
#quiz .title {
	font-size: 24px;
	text-align: left;
	indent: -6em;
}

#quiz .bottombanner {
	padding: 60px 0 50px 120px;
	float: left;
	width: 870px;
	}
	
	
#quiz .actualquiz {
	padding: 10px 0 25px 0;
	width: 350px;
	text-align: left;
	indent: -6em;
	}

#quiz .answers {
	padding: 25px 0 25px 0;
	}
	
#quiz .promo {
	height: 400px;
	width: 130px;
	float: right;
	padding: 0 0 0 14px;
	border-color: #999933;
	border-width: 1px 1x 1px 1px;
	border-style: solid;
	margin: 0 20px 0 0;
	}	

#quiz .promoheader {
	height: 20px;
	width: 120px;
	border-color: #999966;
	padding: 20px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0em;
	color: #666669;
	font-weight: bold;
	font-style:italic;
		}
		
		
		#quiz .promoheader2 {
	height: 20px;
	width: 120px;
	border-color: #999966;

	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0em;
	color: #666669;
	font-weight: bold;
	font-style:italic;
		}
	
#quiz .promobar {
	height: 120px;
	width: 100px;
	margin: 5px 0 5px 0;
		border-width:2px;
	border-color: #999933;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 1em;
	color: #000000;
	border-style:ridge;
	}
	
#quiz .promobar2 {
	height: 120px;
	width: 100px;
	margin: 5px 0 5px 0;
		border-width:2px;
	border-color: #999933;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 1em;
	color: #000000;	
	border-style: ridge;
	}

	
#freecategorys .bottombanner {
	padding: 60px 0 50px 120px;
	float: left;
	width: 870px;
	}	
	
#freeaudiobook .chapterrowpoe .holmes {
	text-align: left;
	}
	
#freeaudiobook .chapterrowpoe .poetry1 {
	text-align: left;
	padding: 25px 0 15px 0;
	}
					
#index .bottombanner {
	padding: 10px 0 10px 290px;
	float: left;
	width: 870px;
	}

#index .bannerbox {
	height: 30px;
	width: 410px;
	border: 1px solid #666669;
	text-align: center;
	padding-top: 8px;
	}
	
	
#index	.header {
	padding: 7px 25px 35px 10px;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	}
	
#index h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-indent: -25px;
	}


#index h1 {
	padding-bottom: 30px;
	}
		
#index .maina1 {
	width: 100px;
	float: left;
	height: 140px;
	text-align: center;
	}

#index .maina2 {
	width: 112px;
	float: left;
	height: 140px;
	text-align: center;
	}
			
#index .maina2 h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	}

#index .maina3 {
	float: left;
	height: 134px;
	width: 280px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 0 0 0;
	}

#index .mainb1 {
	width: 100px;
	float: left;
	height: 140px;
	text-align: center;
	}
	
#index .mainb2 {
	width: 112px;
	float: left;
	height: 140px;
	text-align: center;
	}
			
#index .mainb2 h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	}

#index .mainb3 {
	float: left;
	height: 134px;
	width: 280px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 0 0 0;
	}
	
#index .mainc1 {
	width: 100px;
	float: left;
	height: 140px;
	text-align: center;
	}
	
#index .mainc2 {
	width: 112px;
	float: left;
	height: 140px;
	text-align: center;
	}
			
#index .mainc2 h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	}

#index .mainc3 {
	float: left;
	height: 134px;
	width: 280px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 0 0 0;
	}
	
#index .maind1 {
	width: 100px;
	float: left;
	height: 140px;
	text-align: center;
	}
	
#index .maind2 {
	width: 112px;
	float: left;
	height: 120px;
	text-align: center;
	padding-top: 20px;
	}
			
#index .maind2 h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	}

#index .maind3 {
	float: left;
	height: 134px;
	width: 280px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 0 0 0;
	}
	
#index .maine1 {
	width: 100px;
	float: left;
	height: 140px;
	text-align: center;
	}
	
#index .maine2 {
	width: 112px;
	float: left;
	height: 140px;
	text-align: center;
	}
			
#index .maine2 h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	}

#index .maine3 {
	float: left;
	height: 134px;
	width: 280px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 0 0 0;
	}
	
#index .mainf1 {
	width: 100px;
	float: left;
	height: 140px;
	text-align: center;
	}
	
#index .mainf2 {
	width: 112px;
	float: left;
	height: 140px;
	text-align: center;
	}
			
#index .mainf2 h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	}

#index .mainf3 {
	float: left;
	height: 134px;
	width: 280px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 0 0 0;
	}
	
#index .maing1 {
	width: 100px;
	float: left;
	height: 140px;
	text-align: center;
	}
	
#index .maing2 {
	width: 112px;
	float: left;
	height: 132px;
	text-align: center;
	padding-top: 8px;
	}
			
#index .maing2 h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	}

#index .maing3 {
	float: left;
	height: 134px;
	width: 280px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 0 0 0;
	}
	
#buy h1 {
	font-size: 18px;
	color: #666666;
	padding: 30px 0 50px 0;
	text-align: center;
	text-indent: -30px;
	}

#buy h2 {
	font-size: 16px;
	padding: 10px 0 10px 0;
	text-align: center;
	text-indent: -30px;
	font-weight: bold;
	text-decoration:underline;
	}
		
#buy p {
	font-size: 12px;
	text-align: center;
	text-indent: -26px;
	}
	
#buy .bottombanner {
	padding: 60px 0 50px 120px;
	float: left;
	width: 870px;
	}
	