
body {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size : 80%;
	background-color:#ffffff;
	margin:0;
	text-align:center;
	scrollbar-track-color:#c6e0fd;
	scrollbar-arrow-color:#1e7af7;
	scrollbar-base-color:#1e7af7;
	scrollbar-face-color:#1e7af7;
	/* two pairs that line up */
	scrollbar-highlight-color:#fff;
	/* lower arrow, top & left sides, pairs with arrow color */
	scrollbar-shadow-color:#fff;
	/* upper arrow, right & bottom sides, pairs with arrow color */
	scrollbar-3dlight-color:#1e7af7;
	scrollbar-darkshadow-color:#1e7af7;
}

#contents {
	margin:0 auto;/* auto sides for mozilla */
	text-align:left;
	width:777px;
	border:0px red solid;
	}

div.intro {
	
	font-family: "Courier New", Courier, monospace;
	color:#669900;
	font-weight: bold;
	margin:5px 60px 50px 60px ;
}

	
div.book {
	border: 0px solid #663333;
	width:100%;
	position:relative;	/* they will lay on top of each other because the id specifies height */
	margin:2em 0;
}


div.column1 {
	position:absolute;
	top:0;
	left:0;
	width:25%;
	}
	
div.column2 {
	position:relative;/* as the potential longest div, relative lets the container expand when text is resized. */
	top:0;
	left:27%;
	width:33%;
	}
	
	
div.column3 {
	position:absolute;
	top:0;
	left:61%;
	width:38%;
	}
	
		
p.title {
	color:#333366;
	font-size:1.5em;
	letter-spacing : .3em;
}
	
p.desc {
	color:#333366;
	font-size:.9em;
	}
		
p.stats {
	font-family:"Trebuchet MS";
	color:#333366;
	font-size:.9em;
	font-weight:bold;
	}
	
#foot{
	width:100%;
	text-align:left;
    /*position: absolute;
    bottom: 0px;*/
	margin-top:50px;
	color:#333366;
	font-family:verdana;	
	font-family: monaco, Lucida Console, MS Gothic, Courier New, Courier, mono;
	}

#book1 {
	height:284;
	}

#book2 {
	height:284;
	}
	
a {
	font-weight:bold;
	background: transparent; 
	}
	
	
a:link, a:visited {
	text-decoration : none;
	color: #30c;
	}

a:hover {
	text-decoration : underline;
	color: #f90;
	}

a:active {
	text-decoration : none;
	color: #3300cc;
	}
	
	
	/* 	
yellow is  #ffff66; */
/* off-black is  #1c231b; */
/* redorange is #ff6600;  */
/* olive is #669900;  */
