@charset "UTF-8";
/* CSS Document */

#bg {
	background: url(../images/dawn_bg.jpg) no-repeat center bottom;
	padding-bottom: 60px;
	width: 800px;
	height: auto;
}

#frame {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border: 1px solid #e8e7fe;
	height: auto;
	background: url(../images/bg_alpha.png) repeat;
}

#content {
	width: 780px;
	padding: 10px;
	text-align: left;
}

#content .pic {
	border: 2px solid #7593b8;
	float: right;
	margin: 12px 0 12px 12px;
}

#portrait {
	position: relative;
	float: right;
}

a {
	color: #e8e7fe;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.book {
	border: 2px solid #7593b8;
	margin-top: 14px;
}

.link {
	margin: 0;
	text-align: center;
	text-indent: 0;
}

.bookdesc {
	padding-left: 10px;
}

#booktable td {
	padding: 8px;
}

.divider {
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #7593b8;
}

