body {
	background-color: #FFF;
	background-image:url(!gradient.jpg);
	background-repeat;
	
	
}

body,td,th {
    font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

img {border:none;}

table { border-collapse: collapse; }

h1 {font-size:120%; font-weight:normal;}
h2 {font-size:110%; font-weight:normal;}

/* make a division for each book and assign colors to links? */
a:link {text-decoration: none; color: #804A02;}
a:visited {text-decoration: none; color: #804A02;}
a:hover {text-decoration: none; color: #fff; background-color:#804A02;}
a:active {text-decoration: none; color: #fff; background-color:#804A02;}

.headline {font-size:120%; font-weight:bold;} 
.subhead {font-size:110%; font-weight:normal;}
.normal {font-size: 100%;}
.smallprint {font-size:90%; font-weight:normal;} 
.tinyprint {font-size:72%; font-weight:normal;} 
.fade {color: #AAA;}

.bold {font-size: 110%; font-weight:bold;}
.widespace {line-height: 1.4;}

#banner {
	position:relative;
	top: 1px;
	left: 1px;
	height: 140px;
	width: 760px;
}

#contents{
    position:absolute;
	left: 1 px;
	top: 1px;
	width:760px;
}

#indent {
	position: relative;
	margin-left: 2em;
	}

#excerpt {
	position: relative;
	margin-left: 2em;
	line-height:1.35;
	width: 625px;
	}
	
#excerpt p {text-indent: 50px;  
margin-bottom: 4px;
margin-top: 4px;
}

#copy{
	position:relative;
	top: 140 px;
	width: 760px;
}


#footer {
    text-align:center;
	background-color:#FFFFFF
	width : 760px;
	font-size:90%;
	}


