* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #afbcaf;
	padding-top: 12px;
}
#wrap {
	margin: auto;
	width: 675px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
#header {	
	margin: auto;
	width: 679px;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 8px;
}
.main_outer {
	background-color: #30a3bc;
}
.main {
	margin: auto;
	width: 616px;
	background-color: #62c9ee;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 18px;
}
.main h1 {
	text-align: center;
}
.scroll_wrap {
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #b1e4f7;
	margin: auto;
	width: 608px;
	padding-top: 12px;
}
.scroll_btm {
	background-image: url(images/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
}

.scroll {
	overflow: scroll;
	OVERFLOW-X: hidden;
	background-image: url(images/books.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	height: 550px;
}
.scroll a { color: #0099ff; text-decoration:none;}
.scroll a:hover { text-decoration: underline;}
.bookname {
	font-size: 14px;
	color: #0099ff;
	width: 60%;
	font-weight: bold;
}
.listtab td {
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer {
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	text-align: center;
	background-color: #6bbeec;
	padding: 10px;
}
