html, body {
	 font-family: Verdana, Helvetica, Arial, sans-serif; 
	 font-size: 12px;
	 background: url(../images/common/topbg.gif) center top no-repeat;
	 background-color: #dec180;
	padding: 0;
	margin: 0;
	height: 100%;
}	

img { border: none; vertical-align: center; }

a { color: #87642d; text-decoration: none; }

h3 { font-size: 14px; }

#header {
	/*background: url(../images/common/topbg.gif) center top no-repeat;*/
	/*width: 800px;*/
	height: 180px;
}


#contentouter {
	width: 690px;
	margin: 0px auto;
	font-size: 10pt;
	overflow: hidden;
	
	padding: 0px;
	/*min-height: 100%;*/
	position: relative;
}

#content {
	/*width: 700px; */
	/*padding: 0 20px 0 20px;*/
	height: 100%;
	width: 667px;
	padding: 20px;
	padding-bottom: 50px;
	background: url('/images/common/bodybg.png') center top no-repeat;
}
	#pagecontent {
		padding: 20px 30px 20px 20px;
		color: #5d4d3d;
		min-height: 360px;
		height: 100%;
		background-color: white;
		margin-right: 19px;
		margin-left: 1px;
	}

#menu {
	width: 700px;
	/*background: url(../images/common/menubg.jpg) center center repeat-x;	*/
	height: 35px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}


#menu a {
	color: black;
	text-decoration: none;
	padding: 20px;
}

#footer {
	/*width: 800px;
	margin: 0px auto;*/
	background: url('/images/common/footerbg.png') top center no-repeat #dec180;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;			/* Height of the footer */
	font-size: 10px;
}

#footermenu { float: right; margin-top: 20px; margin-right: 40px; }
#footermenu a { color: white; text-transform: uppercase; font-weight: bold; padding: 10px; }


#leftimage {
	background: url(../images/common/sideimage.jpg) top center no-repeat;	
	width: 249px;
	height: 500px;
	float: left;
}

#rightcontent {
	float: left;
	width: 531px;
	min-height: 500px;
	padding: 10px;
	background: url(../images/common/contentbg.jpg) top center repeat-x;	
}

#dhtmltooltip{
	position: absolute;
	border: 1px solid #87642d;
	padding: 2px 5px 2px 5px;
	visibility: hidden;
	z-index: 100;
	background: #eeeeee;
	font-family: Verdana; arial;
	font-size: 9px;
}

div.books_image {
	float: left; width: 120px; height: 200px;
}

div.books_brief {
	float: left; width: 400px; height: 200px;
}

div.book_text { float: left; width: 400px; }
	div.book_text div.image { float: left; width: 150px; height: 210px;}
div.book_others { float: right; width: 190px; }
	div.book_others span { font-weight: bold; }