/* CSS Document */
* { margin:0; padding:0;}
body{
	background: #d50c06 url('images/gradbg.jpg');
	background-repeat: repeat-x;
	color: #FFFFFF;	
	font: 11px Trebuchet MS; 
	
}

.html, body { 
overflow-x:hidden;
}

html, body, table, tr, td, font, p, div {
	color: #FFFFFF;	
	font: 13px Trebuchet MS;
	text-align: justify; }

.inner { position: relative; left: 220px; width: 750px; }

h1 { font: 22px georgia; color: #97bcd5;  }
h2 { font: 16px Trebuchet MS; color: #2a8fc4;  }

.cover { margin-left: 25px; }
.bookbg {background: #22272d url('images/bookbg.jpg');
	background-repeat: repeat-x;}
