html, body 
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
html 
{
	height:100%;
}
body 
{
background:#4F716F url(images/gradient_03.jpg) top right repeat-x;

}
a 
{
	color:#4F716F;
	text-decoration:underline;
	font-weight:bold;
}
.book_link
{
	
	border-bottom:10px solid #003333;
}
a:hover
{

	color:#BD1A1E;
}
li {
	padding-bottom:5px;
}
h2 
{
	display:inline;
	color:#4F716F;
}
h3
{
	display:inline;
	color:#4F716F;
}
#main
{
	padding:0px;
	margin:0px;
	background:#fff url(images/text_bg_06.jpg) 320px 323px no-repeat;
	width:823px;

}

#books
{
position:absolute;
left:663px;
top:0px;
width:160px;
padding:0px;
margin:0px;
}

#menu
{
	position:absolute;
	top:299px;
	left:0px;
	width:663px;
	height:24px;
	background:url(images/menu_bg_03.jpg) top left repeat-x;
	word-spacing:15px;
	padding-top:3px;
	padding-left:40px;
	
}
#submenu
{
	position:absolute;
	top:323px;
	left:0px;
	width:623px;
	height:20px;
	background:#ececec;
	border-bottom:1px solid #4F716F;
	word-spacing:15px;
	padding-top:3px;
	padding-left:40px;
	z-index:50;
}
.menu_item
{	
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	word-spacing:normal;
}
.sub_menu_item
{	
	font-weight:bold;
	font-size:13px;
	color:#4F716F;
	text-decoration:none;
	word-spacing:normal;
}
#testimonial
{
	position:absolute;
	top:100px;
	left:100px;
	text-align:right;
	color:#fff;
	font-size:14px;
	font-style:italic;
}

#content
{
	
	position:absolute;
	top:323px;
	left:0px;
	width:610px;
	height:430px;
	padding:30px;
}
#footer
{
	
	text-align:center;
	
	background:#fff;
	width:823px;
	font-size:11px;

	
}
#footer a
{
	font-weight:normal;
	
}
#text{
	/*height:430px;*/
}
#text{
	height:auto;
}