/* CSS Document */

body	{
	background:#993300 url(../images/bkgnd.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
	text-align: center;	
}

#wrapper	{
	background: #fff url(../images/page_bkgnd.gif) repeat-y;
	border: 1px solid #993300;
	width: 780px;
	text-align: left;
	margin: 0 auto 2% auto;
}

#main	{
	margin-left: 180px;
	padding: 1em 5em 1em 5em;
}

/*style for heads and subheads*/
h1, h2, h3 {	color: #993300;	}
h1 {	font-size: 180%; text-align: center; font-style: italic; font-weight: normal;	background: url(../images/rule_ornament.gif) no-repeat center bottom; margin-top: 0; height: 50px; margin-bottom: 2em;}
h2 {	font-size: 140%; font-style: italic; font-weight: normal;	}
h3	{	font-size: 100%;	}

h1.banner { background: none }
h2.author	{
	color:#333300;
	font-size: 150%;
	font-weight: normal;
	text-align: center;
}
h3.quote	{
	color:#993300;
	font-size: 140%;
	line-height: 160%;
	font-weight: lighter;
	text-align: center;
}
/*style for basic text elements*/
p, ul, dl {	font-size: 95%; line-height: 170%;	}
ul.readinglist { padding: 1em 0 1em 0;}
ul.readinglist li { padding: 0 0 1em 0;}
.title	{ font-style: italic; font-weight: bold;	}
dt	{ font-weight: bold;	}
.small	{ font-size: 75%; }
.reviewer { font-style: inherit; font-weight: bold; text-align: right; margin: -10px 0 2.5em 0;	}
p.reviewer a { font-weight: normal;	}
.img_left	{	float: left; padding: 0 1.5em 1.5em 0; }
.img_right	{	float: right; margin: 0  0 1.5em 1.5em; }

/*style for links*/
a:link		{	color: #993300; text-decoration: none;	}
a:visited	{	color:#993333; text-decoration: none;	}
a:hover		{	text-decoration: underline;	}

hr	{ width: 467px; height: 12px; border: none; background:url(../images/rule.gif); }

#nav	{
	float: left;
	background-color:#7b1b17;
	width: 180px;
	font-family: Verdana, Helvetica;
	font-variant: small-caps;
	font-size: 10px;
	color: #D6C69C;
	letter-spacing: 0.25em;
}
#nav ul	{
	list-style-type: none;
	padding: 0;
	margin: 1em 0 0 1em;
}
#nav ul li	{
	 border-bottom: 1px solid #993300;
	 padding-bottom: 2px;
	 margin-bottom: 1.75em;
	 padding-left: 18px;
}
#nav ul li.space	{
	 border-bottom: none;
	 margin-bottom: 5em;
}
#nav ul li.selected	{
	 background: url(../images/nav_bullet.gif)  no-repeat 0 50%;
	 border-bottom: 1px solid #993300;
	 padding-bottom: 2px;
	 padding-left: 18px;
	 margin-bottom: 1.75em;
}
#nav ul li a:link	{
	color: #D6C69C;
	text-decoration: none;
}
#nav ul li a:visited	{
	color: #D6C69C;
	text-decoration: none;
}
#nav ul li a:hover	{
	color:#FFFFFF;
	background:#993300;
	text-decoration: none;
}

.top	{ font-size: 80%; margin: 2em 0 2em 0;	}

#footer	{ margin-top: 3em; border-top: 1px solid #993300; padding-left: 200px;	}