
* {
	margin: 0;
	padding: 0
	}

body {
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: center
	}

/* main styles */
h1 {
	color: #f37;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 20px
	}

h2 {
	color: #f37;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding-bottom: 5px
	}

h3 {
	color: #808080;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding-bottom: 5px
	}

p {
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 20px
	}

ul {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	padding-bottom: 20px;
	padding-left: 20px
	}

li {
	padding-bottom: 3px
	}

td {
	color: #808080;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px
	}

a {
	color: #808080;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none
	}

a:hover {
	color: #f37;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none
	}

/* layout */
#wrapper {
	text-align: left;
	margin: auto;
	padding: 0;
	position: relative;
	width: 640px
	}

#header {
	margin-bottom: 15px;
	width: 640px;
	height: 106px;
	border-bottom: 1px solid #a9a9a9
	}

#main {
	padding: 40px 20px;
	width: 640px
	}

#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 640px;
	border-top: 1px solid #a9a9a9
	}

/* other classes */
.logo {
	position: relative;
	z-index: 100;
	top: 20px;
	left: 0;
	width: 170px;
	height: 85px;
	float: left
	}

.view {
	padding-top: 30px;
	padding-right: 5px;
	width: 100px;
	height: 20px;
	float: right
	}

.book {
	padding-top: 15px;
	border-bottom: 1px solid #a9a9a9
	}

.lastbook {
	border-width: 0
	}

.book table, .lastbook table {
	padding: 10px 1px 20px;
	width: 600px;
	border-bottom: 1px dotted #808080
	}

.book td, .lastbook td {
	color: #808080;
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted #808080
	}

.note {
	font-size: 10px;
	font-weight: normal
	}

.image {
	margin-right: 10px;
	float: left
	}

.cover {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	border-width: 0
	}

.imageR {
	margin-left: 10px;
	float: right
	}

.red {
	color: #f00;
	font-weight: bold
	}

/* footer styles */
#footer a {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none
	}

#footer a:hover {
	color: #f37;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none
	}

#footer p {
	font-size: 10px;
	font-weight: normal
	}

#footer .contact {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none
	}

#footer .contact:hover {
	color: #f37;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none
	}

