@charset "UTF-8";
/* CSS Document */

/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% geneva,verdana, sans-serif;
	line-height: 1.4;
	background: #E8D4A3;
	color: #482D14; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
	
h3 { 
	font: bold 1.6em geneva, verdana, sans-serif;
	letter-spacing: 1px;
	line-height: 1.2; 
	margin-bottom: 0; 
	color: #482D14;
	}

h2 { 
	font: bold 1.2em geneva, verdana, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #482D14;
	}
	
h1 { 
	font: italic 1em geneva, verdana, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #482D14;
	}
	
ul	{
	margin: 0;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	text-align:left;
}

li {
	margin: 0;
	height: 154px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align:justify;
	

}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #E73226;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #E73226;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #482D14;
	}
	/* specific divs */
#container { 
	overflow:auto;
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #E73226;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}

#nav {

	width: 900px;
	margin-bottom: 10px;

}

#content {
	margin: auto;
	width: 680px;
	padding: 10px 10px 10px 120px;


}

/*
#newbook {
	overflow:auto;
	width:800px;
	margin: auto;
	height: 196px;
}
*/

#prefooter { 
	width: 600px;
	padding: 10px 10px 20px 140px;
	height: 190px
	margin: 0;


	}
	
#footer {
	clear: both;
	border-top: 2px solid #E73226;
	padding: .5em .5em;
	background: #482D14;
	color: #E8D4A3;
	font-size:12px;
	text-align:center;

}

.header {
	font:  bold 1.2em geneva, verdana, sans-serif;
	letter-spacing: 2px; 
	margin-bottom: 0; 
	color: #482D14;

}

.imglist {
	float: right;
	padding: 5px 30px 5px 30px;

}
