*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000;
	background-color: #FFF;
	font-size: 14px;
	font-family: Georgia, Times, "Times New Roman", Serif;
	line-height: 20px;
}

a
{
	color: #600;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #F00;
	background-color: inherit;
	text-decoration: none;
}

img
{
	border-style: none;
}

div#box
{
	position: relative;
	margin: 50px auto;
	width: 800px;
	background-image: url( '../img/underlay.png' );
	background-repeat: no-repeat;
	background-position: left top;
}

div#placard
{
	position: absolute;
	top: 80px;
	left: 100px;
	width: 120px;
	height: 120px;
}

div#buttons
{
	position: absolute;
	top: 304px;
	left: 70px;
	width: 180px;
}

div#buttons div
{
	width: 180px;
	height: 35px;
}

div#buttons div#end
{
	background-image: url( '../img/bot_3_1.png' );
	background-repeat: no-repeat;
	background-position: left top;
}

div#listings
{
	position: relative;
	top: 270px;
	left: 285px;
	width: 475px;
}

div#listings div#left
{
	float: left;
	width: 225px;
}

div#listings div#right
{
	margin-left: 250px;
}

div#listings p
{
	padding: 1em 0;
	border-bottom: 1px #369 solid;
}

div#listings p.subhead
{
	padding: 0.5em 0;
	font-style: italic;
	text-align: center;
	border-bottom: none;
}

div#listings p.listing
{
	padding: 0.25em 0;
	border-bottom: none;
}

div#listings p.first
{
	padding-top: 1em;
	border-top: 1px #369 solid;
}

div#listings p.last
{
	padding-bottom: 1em;
}

div#listings div#bookLink
{
	border-top: 1px #369 solid;
	clear: both;
	text-align: center;
	padding-top: 15px;
	margin-top: 10px;
}

div#listings div#bookLink img
{
	margin: 0 10px;
}

div#listings div#copy
{
	border-top: 1px #369 solid;
	clear: both;
	margin-top: 10px;
	color: #666;
	background-color: #FFF;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	padding: 1em;
}
