body {background: #FFF2F4 url(none.jpg); 
		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;
			 display: none;
		     text-align: center;
		     font-stretch: ultra-expanded;
		     font-size: 300%;
		     line-height: 0.6em;
		     letter-spacing: 0.4em;
		     margin: .2em;
			 padding: 0em;
		    }
div#title h1 span{font-stretch: ultra-condensed;
				  font-size: smaller;
				  letter-spacing: 0em;
				  }
				  
div#core{
	
}
div.content{ position: absolute;
			 top: 150px;
			 left: 175px;
			 background: white;
			 
		   }
div.content h2{ background: red url(none.jpg);
				font-family: serif;
				margin: 0em;
				padding: 0.25em 0em 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: justify;
			   margin: 0.25em 1em 0.25em 0.25em;
			  }
div.content span {font-size: 200%;
				 }
		
div#menu { position: absolute;
		   top: 150px;
		   width: auto;
		   background: grey;
		   
		 }
div#menu ul { padding: 0px;
			  margin: 0px;
			}
div#menu li { list-style-type: none; 
			  padding: 0em 1em 0em 0em; 
			  float: left;
			}
div#menu a { text-decoration: none;
			 text-align: center;
			 border-width: 0px;
	   	   }
div#menu a:hover { background-color: yellow;
			 	 }
div#menu a img {border: none; }

div#home {
		}
div#review {
		}
div#buy {
		}
div#sample {
		}
div#author {
		}
.floatright { float: right; margin: 0.5em 0 0.5em 0.5em;}
.floatleft { float: left; margin: 0.5em 0.5em 0 0.5em;}
div.noCSS {display: none;}
