@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #44432B;
	text-align: left;
	background-color: #FFF;
	background-image: url(images/background01_tile.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menubar_home {
	margin-left: 250px;
	margin-top: 22px;
}
#menubar {
	margin-left: 150px;
	margin-top: 22px;
}
#left_bookmark_home {
	position: absolute;
	float: left;
	height: 600px;
	width: 300px;
	margin-left: -80px;
}
#vine_topright {
	position: absolute;
	height: 50px;
	width: 180px;
	left: 650px;
	top: 83px;
}

#left_bookmark{
	position: absolute;
	float: left;
	height: 300px;
	width: 150px;
	margin-left: -40px;
}
#book_latest_left {
	margin-left: 30px;
}

#feature_book_home {
	position: absolute;
	float: right;
	margin-top: 75px;
	left: 650px;
	top: 66px;
}
#section_title_main {
	float: left;
	margin-top: 70px;
	margin-left: 150px;
}
#section_title_main_home {
	float: left;
	margin-top: 70px;
	margin-left: 250px;
}
#main_body {
	margin-top: 126px;
	margin-left: 200px;
}

#main_body_home {
	margin-top: 126px;
	margin-left: 300px;
}
p {
	margin: 0px;
	padding: 0px;
}
#site_body {
	position: absolute;
    left: 50%;
    margin-left: -450px;
    width:900px;
}
a {
	color: #534F7D;
	text-decoration: underline;
}
a:hover {
	color:#900;
}
a:visited {
	color:#282E18;
}
a:active {
	color: #336;
}
.table_row_header {
	color: #757294;
	background-color: #B6B3D2;
}
.table_row_dark {
	background-color: #EDECF4;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999;
	font-style: italic;
}
