body {
	background: #911a1d url('images/bg_page.gif') top left repeat-x;
	padding-top: 60px;
}

h1,h2,h3,p,li {
	font-family: verdana,arial,helvetica,sans serif;
	color: #ffffff;
	font-size: 10pt;
	line-height: 1.5em;
}

h1 {
	font-size: 1.5em;
	line-height: 2.0em;
}

#container {
	 width: 900px;
	 margin: auto;
	 border: none;
	 clear: both;
}

#book {
	 width: 450px;
	 margin: 0px;
	 border: none;
	 text-align: center;
	 float: left;
}

#blurb {
	width: 450px;
	margin: 0px;
	border: none;
	text-align: center;
	float: left;
}

#page {
	background-color: #ffffff;
	border: 2px solid #000000;
	color: #000000;	
	padding:30px 50px;
}

#page h1 {
	color:#000000;
}

#page p {
	color:#000000;
}

#footer {
	border: none;
	text-align: center;
	padding: 20px 0px 20px 0px;
	clear: both;
}

#menu ul {
	margin: .5em 3em 3em 3em;
	margin-left: 1em;
}

#menu li {
	list-style-type: none;
}

#menu a {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 5px;
	color: #9E8A4F;
}

#menu a:hover {
	background: url('images/bg_menu.png') bottom center no-repeat;
	color: #ffffff;
}

.big_text {
	 font-size: 1.2em;
	 font-weight: bold;
}

.small_text {
	font-size: 0.8em;
	line-height: 0em;
}

