body {
	background-color:#214E15;
	font-family:times;
	font-size:110%;
	font-style:italic;
	text-align:center;
}

p {
	text-indent:20px;
}

img {
	margin-left: 7px;
	margin-right: 7px;
}

h1 {
	font-style:normal;
	font-family:arial;
	font-size:130%;
	color:#662222;
}
h2 {
	font-size:90%;
	color:#226622;
}

div.container {	
	margin: 0 auto;
	width: 800px;
}

img.heading {
	margin:0px;
}

div.top {
	background:url(img/booktop.jpg) no-repeat;	
	height:10px;
	float:none;
	clear:both;
}
div.toptrans {
	background:url(img/booktoptrans.jpg) no-repeat;
	height:9px;
	float:none;
	clear:both;
}
div.middle {
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	background:url(img/bookmiddle.jpg) repeat-y;
	float:none;
	height:auto;
}
div.bottomtrans {
	background:url(img/bookbottomtrans.jpg) no-repeat;
	height:9px;
	float:none;
	clear:both;
}
div.bottom {
	background:url(img/bookbottom.jpg) no-repeat;
	height:10px;
	float:none;
	clear:both;
}

span.none {
	display:none;
}
div.left {
	float:left;
	width:360px;
	padding:15px;
}
img.title {	
	padding-bottom:10px;
}
div.right {
	float:right;
	width:360px;
	padding:15px;
}
div.clear {
	clear:both;
}

div.links {
}


div.links a{
	color:#443884;
	font-style:normal;
	text-align:center;
	text-decoration:none;
	font-size:110%;
	height:34px;
	width:80px;
	padding-top:7px;
	float:left;
	margin:5px;
}
div.links a:hover {
	background:url(img/tabhover.jpg) no-repeat;
}
div.links a.current {
	background:url(img/tab.jpg) no-repeat;
}

div.footer { 
	text-decoration:none;
	text-align:center;
	color:#334455;
	font-style:normal;
	font-family:arial;
	font-size:70%;	
}
div.footer a {
	text-decoration:none;
	text-align:center;
	color:#334455;
}

a {
  text-decoration:none;
}
a:hover {
	color:brown;
}