/* CSS Document */

body,
	html {
		margin:0;
		padding:0;
		background:#dbdbdb;
        background-image:url(css-imgs/gradient.jpg);
		background-repeat:repeat-x;
		color:#000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		heigh: 100%;
	}
	body {
		min-width:800px;
		background-color: transparent;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	
	a:link, a:visited {
	font-size: 12px;
	color: #660066;
	text-decoration: none
}

	a:hover, a:active {
	font-size: 12px;
	color: #336699;
	text-decoration:underline;
}

h1 {
	font-size:15px;
	color: #336699;
	margin: 0px;
	}
	
p {
	margin-top: 8px;
	margin-bottom: 0px;
	line-height: 16px;
	}

#top {
height: 75px;
margin-left: 20px;
margin-bottom: 2px;
vertical-align:bottom;
}


#pfa {
   background-color: #660066;
   height: 212px;
   width: 100%;
   text-align:left;
   min-width: 500px;
   padding: 0px;
   margin: 0px;
   }
   
 
 .button {
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top: 2px solid #e6e6e6;
 }
 
  .series {
 height: 212px;
 width: 594px;
 float: left;
border-right: 5px solid #e6e6e6;
 }
 
 .end {
  height: 212px;
  background-image:url(css-imgs/purplegradient-A.jpg);
  background-repeat:repeat-y;
  background-color: #c3c3c3;
  margin-left: 755px;
 }
 
 
 #stripe {
   background-color: #ccff00;
   margin-top: 5px;
   height: 2px;
   line-height: 0px;
   margin-bottom: 8px;
 }
 
 #main {
 margin-left: 20px;
 margin-right: 20px;
 }
 
 #books {
 background-image:url(css-imgs/footerbooks.gif);
 background-repeat:repeat-x;
 height: 70px;
 margin-top: 10px;
 }
 
.bottomlinks a {
 font-size: 10px;
 }
 
 .bottomlinks a.bigA {
 font-size: 12px;
 }
 
ul#main {
 margin-left: 15px;
 margin-bottom: 0px;
 margin-top: 0px;
 }
 
ul#main li {
list-style-image:url(images/square.gif);
list-style-position: outside;
 }
	
	/*MENU*/
 
#nav {
 height: 212px;
 float: left;
 margin-left: 15px;
 background-color: #58585a;
 border-left: 5px solid #e6e6e6;
 border-right: 5px solid #e6e6e6;
 width: 135px;
 color: #ccff00;
 }	
	

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0;

}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
height: 40px;
color: #ccff00;
text-decoration: none;
background: #58585a;
border-bottom: 3px solid #e6e6e6;
font-size: 14px;
letter-spacing: 1px;
font-weight: normal;
padding-left: 20px;
line-height: 39px;
}

#navcontainer>ul#navlist li a { }

ul#navlist li#active a
{
font-weight: bold;
color: #ccff00;
font-size: 14px;
letter-spacing: 1px;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #ccff00;
background-color: #336699;
font-size: 14px;
letter-spacing: 1px;

}

table {
font-size: 12px;
}


