body
{
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

#header
{
	padding: 5px 10px;
	background: black;
	color: white;
}

h1
{
	margin: 0px;
	font-size: 1.3em;
	font-weight: normal;
}

h2
{
	margin: 0px;
	font-size: 1.1em;
	font-weight: normal;	
}

h3
{
	margin: 0px;
	font-size: 1.0em;
	font-weight: normal;
}

h4
{
	margin: 8px 0px;
	font-size: 0.8em;
	font-weight: bold;
}

hr
{
	margin: 5px 0px;
	border: 1px black solid;
}

p, #mainContent li
{
	margin: 5px;
	font-size: 0.85em;
}

#mainContent a
{
	color: #880000;
}

#bookCover
{
	text-align: center;
	border: 9px black double;
}

#colorBar
{
	height: 8px;
	width: 100%;
	background: url(../images/colorBar.jpg) repeat-x;
	font-size: 0px;
}

#nav
{
	margin: 0px;
	padding: 0px 5px;
	background: black;
	color: white;
	font-size: 0.85em;
}

#navList
{
	margin: 0px;
	padding: 0px;
	color: white;
	width: 750px;
}

#navList li
{
	padding: 0px;
	display: inline;
}

#navList li.active
{
	padding: 5px;
}

#navList li.spacer
{
	font-weight: bold;
	padding: 0px;
}

#navList a:link, #navList a:visited
{
	padding: 5px;
	line-height: 1.8em;
	color: white;
	text-decoration: none;	
}

#navList a:hover, #navList li.active
{
	background: url(../images/activeNavTriangle.gif) center bottom no-repeat;
}

table, tr, td
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

table
{
	border-collapse: collapse;
}

#container
{
	margin: 10px 0px;
}

table.contentFrame
{
	width: 500px;
}

table.sidebarFrame
{
	width: 250px;
}

td.frameUpperLeft
{
	height: 17px;
	width: 17px;
	background: url(../images/frame/upperLeft.jpg) no-repeat;
}

td.frameUpperCenter
{
	height: 17px;
	background: url(../images/frame/upperCenter.jpg) repeat-x;
}

td.frameUpperRight
{
	height: 17px;
	width: 21px;
	background: url(../images/frame/upperRight.jpg) no-repeat;
}

td.frameMiddleLeft
{
	width: 17px;
	background: url(../images/frame/middleLeft.jpg) repeat-y;
}

td.frameContent
{
	padding: 10px;
}

td.frameMiddleRight
{
	width: 21px;
	background: url(../images/frame/middleRight.jpg) repeat-y;
}

td.frameLowerLeft
{
	height: 17px;
	width: 17px;
	background: url(../images/frame/lowerLeft.jpg) no-repeat;
}

td.frameLowerCenter
{
	height: 17px;
	background: url(../images/frame/lowerCenter.jpg) repeat-x;
}

td.frameLowerRight
{
	height: 17px;
	width: 21px;
	background: url(../images/frame/lowerRight.jpg) no-repeat;
}

ul
{
	padding: 0px 15px;
}

#sidebarInfoLinks ul
{
	list-style: disc outside url(../images/listArrow.jpg);
}

#sidebarInfoLinks li
{
	font-size: 0.8em;
}

#sidebarInfoLinks a
{
	color: #880000;
	text-decoration: none;
}

#sidebarInfoLinks a:hover
{
	color: #CC0000;
}	

#sidebarInfoLinks a.new:after
{
	color: #000088;
	font-size: 0.75em;
	content: " NEW!";
}

p.quotation
{
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 10px;
	margin: 15px 30px;
	border: 1px dotted black;
}

p.attribution
{
	font-size: 0.75em;
	padding: 5px;
}

hr.quotation
{
	margin: 10px;
	border: solid gray 1px;
}