body {background: #FFF2F4 url(warmgrad.gif) repeat-x; 
		font-family: sans-serif;
		color: black;
		margin: 0;
		padding: 0;
		}
		
div#title {background: black url(title.jpg) center no-repeat;
		   color: yellow;
		   font-family: serif;
		   position: absolute;
		   top: 1px;
		   height: 149px;
		   width: 100%;
		  }
div#title h1{text-transform: uppercase;
			 background: black url(title.jpg) center no-repeat;
			 display: none;
		     text-align: center;
		     font-size: 300%;
		     line-height: 0.6em;
		     letter-spacing: 0.4em;
		     margin: .2em;
			 padding: 0em;
		    }				  
div#core{
	
}
div.content{ position: absolute;
			 top: 150px;
			 left: 175px;
			 background: white;
		   }
div.content h2{ text-align: center;
				text-indent: -7em;
				font-family: serif;
				margin: 0em;
				padding: 0.25em 0.5em 0.25em 0.5em;
			  }
div.content p:first-letter{font-size: 200%;
					  	   text-transform: uppercase;
					  	   font-family: serif;
					  	   font-weight: bold;
					  	  }
div.content p {text-transform: none;
			   text-align: left;
			   margin: 0.25em 1em 0.25em 0.25em;
			  }
div.content span q{ font-style: italic;
					font-size: 125%;
					display:block;}
<!--/* common styling for all galleries */ 
/*
a.gallery, a.gallery:visited {display:block; display:inline-block; color:#000; text-decoration:none; border:1px solid #000; width:200px; height:281px; margin:4px; z-index:50;}
a.slidea {background:url(page63thumb.jpg) no-repeat; float:left;}
a.slideb {background:url(page165thumb.jpg) no-repeat; float:right;}
a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #fff;}
*/
/* styling for TOP gallery */
/*
#container_top {position:relative; width: auto; height: auto; margin:1em auto;}
#container_top img {border:0;}
#container_top .thumbs {position:relative; text-align: center; left:0; top:0;}
#container_top a.gallery:hover span {display:block; position:absolute; width:402px; height:50px; top:310px; left:-150px; padding:5px; font-style:italic; color:#fff;  z-index:100;}
#container_top a.gallery:hover span:first-line {font-style:normal; font-weight:bold; font-size:1.1em; color:#000;}
#container_top a.gallery:active, #container_top a.gallery:focus {border:1px solid #000;}
#container_top a.gallery:active em, #container_top a.gallery:focus em {display:block; position:absolute; width:100px; height:145px; top:310px; left:-150px; padding:5px; color:#000; z-index:50;}
*/
div#menu { position: absolute;
		   top: 150px;
		   width: 150px;
		   background: gray;
		   font-family: serif;
		   font-weight: bold;
		   text-transform: uppercase;
		   letter-spacing: -0.1em;
		   overflow: hidden;
		 }
div#menu ul { padding: 0px;
			  margin: 0px;
			   
			}
div#menu li { list-style-type: none; 
			  padding: 0em 0em 0em 0em;
			  text-align: center;
			}
div#menu a { color: black;
			 text-decoration: none;
			 font-size: 200%;
			 border-width: 0px;
			 padding: 0em 0em 0em 0em;
			 margin: 0em 0em 0em 0em;
	   	   }
div#menu a:visited { color: black; }
		   

		   
div#menu a:hover {  color: black;
					background: url(none.jpg);
			 	 }
#home {background: #3333DD; 
		}
#review {background: #DD3333; 
		}
#buy {background: yellow; 
		}
#sample {background: green; 
		}
#author {background: orange; 
		}
div#home:hover {background: url(home.jpg) center no-repeat; 
		}
div#review:hover {background: url(reviews.jpg) center no-repeat; 
		}
div#buy:hover {background: url(buy.jpg) center no-repeat; 
		}
div#sample:hover {background: url(sample.jpg) center no-repeat; 
		}
div#author:hover {background: url(author.jpg) center no-repeat; 
		}

.italic {font-style: italic;}
.floatright { float: right; margin: 0.5em 0 0.5em 0.5em; background: #DDDDDD;}
.floatleft { float: left; margin: 0.5em 0.5em 0 0.5em; background: #DDDDDD;}
.text {display: block; width: 10em; margin: 0.25em 0.5em 0.5em 0.5em; padding: 0.5em 0.5em 0.5em 0.5em; background: #DDDDDD; border: 1px solid black;}

div.noCSS {display: none;}
