
body		{  	
		margin: 0;
        padding: 0;
		background-color: #4B493A;
		background-image:url(images/pagebackground.jpg);
		background-repeat:repeat;
		color: #000000;				
		}
                         	
h1		{  
		font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
		font-size: 22px;  			
		}

h2		{
		font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
		font-size: 19px;  			
		}

h3		{
		font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
		font-size: 20px;
		
		}

h4		{
		font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
		font-size: 14px;  			
		}

p, li		{
		font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
		font-size: 16px;
		margin: 0 0 15px 0;		
		}
		
blockquote {
		margin: 0;
		padding: 40px 20px 0 40px;
		background-image: url(images/quotes.png);
		background-position: left top;
		background-repeat: no-repeat;
			}
		
div		{
		margin: 0;
		padding: 0;
		}
		
img		{
		margin: 0;
		padding: 0;
		color: #000;
		border: none;
		text-decoration:none;
		font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
		}
		
#menu a, p a		{
		margin: 0;
		padding: 0;
		color: #000;
		border-bottom: solid #000 1px;
		text-decoration:none;
		font-style: oblique;
		font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
		}
		

		
#menu	{
		clear: both; 
		margin: 11px 0 0 40px;
 
		}
 
		
#menu a	{
		float: left;
		height: 50px;
		 
		color: #DFCFAD;
		font-size: 20px;
		text-shadow: #555 0px 1px 1px;
		padding: 0 5px 0 10px;
		line-height: 50px;
		border: none;
		font-style: normal;
		}
		
#menu a:hover, #menu #selected {
		text-decoration: underline;
		}
		
#footer {
		background-image: url(images/bottom1.png);
		background-repeat:no-repeat;
		height: 202px;
		padding: 0 0 10px 0;
		padding: 10px 65px 10px 65px;
		}
		
#amazon:hover {
		background-image: url(images/amazon2.png);
		background-repeat:no-repeat;
		background-position: bottom center;
		text-decoration: underline;
		}
		
#authorhouse:hover {
		background-image: url(images/authorhouse2.png);
		background-repeat:no-repeat;
		background-position: bottom center;
		text-decoration: underline;
		}
		
#booksamillion:hover {
		background-image: url(images/bam2.png);
		background-repeat:no-repeat;
		background-position: bottom center;
		text-decoration: underline;
		}

#barnesandnoble:hover {
		background-image: url(images/bandn2.png);
		background-repeat:no-repeat;
		background-position: bottom center;
		text-decoration: underline;
		}
		
#borders:hover {
		background-image: url(images/borders2.png);
		background-repeat:no-repeat;
		background-position: bottom center;
		text-decoration: underline;
		}
		
#credits {
	color: #A4A49B;
	float: right;
	padding: 0 65px 10px 0;
	font-size: 12px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	}

#credits a {
	text-decoration: none;
	font-style: normal;
	border: none;
	}
		
#credits a:link.text, #credits a:visited.text, #credits a:active.text {
	color: #A4A49B;
	}
	
#credits a:hover.text {
	color: #A4A49B;
	border-bottom: #A4A49B solid 1px;
	}
	
#credits img {
	vertical-align: middle;
	margin: 0 3px 0 3px;
	}
