@import url('theos.css');
#container {width:760px;
			margin:  0px auto 0px auto;
			background-image:url(images/book/bookbg.jpg);
			background-repeat:repeat;
			border: 1px solid #9F9566;
			position:relative;}
#booknav {position:absolute;
			top:165px;
			right:-70px;
			width:95px;}
			
#book {width:760px;
		height:517px;
		overflow:hidden;
		background-image:url(images/book/main-theosbook.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		margin-top:15px;}
		
	h1 {font-family: "Times New Roman", Times, serif;
	font-size:30px;
	color:#953502;
	margin-top:0px;
	margin-bottom:20px;
	line-height:20px;
	padding-bottom:0px;
	background-image:none;
	text-align:center;}
	
	p {text-indent: 20px;
	font-size:12px;}	

#rightdiv {width:320px;
			float:right;
			margin-right:30px;
			
			height:440px;
			margin-top:30px;
			overflow:auto;}

#leftdiv {width:320px;
			float:left;
			
			margin-left:30px;
			height:440px;
			overflow:auto;
			margin-top:30px;}
			
			
			
#book img {margin-bottom:18px;}			

