h1,h2,h3,h4,h5,h6
{	text-transform: uppercase;
	letter-spacing: 0.2em;}

body
{	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-image: url(images/books_in_shelf.jpg);
	background-repeat: repeat;
	color: #6F5129;}

a
{	color: #CA0000;
	text-decoration: underline;}

a:hover
{	text-decoration: none;}

/* Outer */

#container
{	width: 778px;
	margin: 2em auto;}

#menu
{	background: url('images/page.gif') top left repeat-y;
	height: 175px;
	width: 778px;}
	
#menu ul
{	list-style: none;
	text-align: center;
	position: relative;
	top: 10px;}

#menu li
{	padding: 0em 1.5em 0em 1.5em;
	display: inline;}

#menu li a
{	color: #3A2000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;}

#menu li a:hover
{	text-decoration: underline;}

/* Content */

#content
{	background: url('images/page.gif') top left repeat-y;}

#content p
{	margin-bottom: 2em;
	line-height: 1.5em;}

#content h2,h3,h4,h5,h6
{	position: relative;
	color: #3F2109;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-top: solid 1px #DFBF99;}

#content h2
{	font-size: 1.5em;}

#content h3
{	font-size: 1.1em;}

#content ul
{	margin-bottom: 2em;
	padding-left: 1em;}

#content blockquote
{	margin-bottom: 2em;}

#content blockquote p
{	border-left: solid 8px #CA0000;
	padding-left: 1em;
	margin-bottom: 0em;}

#content table
{	margin-bottom: 2em;}

#content table th
{	text-align: left;
	font-weight: bold;
	padding: 0.5em;}

#content table td
{	padding: 0.8em;}

#content table tr.rowA
{	background-color: #DFBD99;
	color: inherit;}

#content table tr.rowB
{	background-color: #EFDCC2;
	color: inherit;}

#leftcontainer
{	position: relative;
	z-index: 2;
	float: right;
	margin-left: -18em;
	width: 100%;}

#leftnav
{	margin: 2em 3.0em 0em 19em;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 1px #DFBF99;}

#middlecontent
{	position: relative;
	z-index: 2;
	float: right;
	width: 15em;
	margin-top: 2em;}

#middlecontent h3, p
{ text-align: center;} 

.clear
{
	clear: both;
}