div.booklink {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: right;
	font-size: 0.7em;
	padding: 9px;
	border: 2px solid #FFFFFF;
	font-weight: bold;
}

A:link {
	text-decoration: none;
	color: #000000;
}
A:visited {
	text-decoration: none;
	color: #000000;
}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

div.popup {
	VISIBILITY: hidden;
	width: 320px;
	z-index: 10;
	top: 25px;
	float: right;
	position:absolute;
	left: 420px;
	padding-right: 5px;
}

div#listlayer {
	margin-right:420px;
	padding-top: 20px;
	padding-left: 18px;
	padding-bottom: 12px;
}

div#listwrapper {
	border: 1px none #000000;
	position: relative;
	width:800px;
	text-align:left;
	
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
}

body {
	background-color: #333333;
}
div#header {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF2700;
}
h1 {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
}

div#footer {
	width: 780px;
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	margin:auto;
	padding-top:20px;
	padding-left: 20px;
	}
	
p.foot {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

