/* CSS Document */

body {
	margin:0px;
	position:relative;
	font-family: "palatino linotype", "Times New Roman", "Times", serif;
	line-height: 110%;
	text-align: center;
	color:#000;
	background:  #ffffff url(images/bodybg.png) center top no-repeat;

}


#bodycontainer {
	width:900px;
	text-align:center;
	background:  #ffffff;
	position:relative;
	clear:both;
	margin:0px auto;
		}

#book{
	position:relative;
	float:left;
	width:374px;
	height:518px;
	background: transparent;
	
	}
#RightOfBook{
	position:relative;
	float:left;
	width:500px;
	height:518px;
	background:transparent;
	text-align:center;
	}

#navigation{
	position:relative;
	float:left;
	width:100%;
	height:24px;
	clear:both;
	text-align:center;
	font:"palatino linotype" 1.3em;
	background:#81709D;
	color:#000;
	margin:50px 0;
	padding:8px;
	}

#navigation a:link {
	color:#000;
	padding:0 15px;
	font-weight:bold;
	}

#navigation a:visited {
	color:#000;
	padding:0 15px;
	text-decoration:none;
	font-weight:bold;
	}

#navigation a:hover {
	color:#000;
	background-color:#fff;
	padding:0 15px;
	text-decoration:none;
	font-weight:bold;
	}