@charset "utf-8";
/* CSS Document */
body {
    color: #663300;
	background:url(../images/faux.jpg) repeat-y 50% 0;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size:12px;
	height:100%;
	margin-top:0px;
	}
img {
	border:none;
	padding: 0px;
	margin: 0px;
	display:inline;
}
.main {	
	width: 1000px;
	height:100%;
	margin:0 auto;
	position:relative;
	}
.nav {
	background-color:#006699;
	width:275px;
	margin: 0px;
	height: 100%;
	position:absolute;
	top: 164px;
	left: 0px;
}
.nav a {color:#FFF;}
.content {
	background-color: #FFF;
	width: 727px;
	margin: 0px;
	position:absolute;
	top: 164px;
	left: 274px;
	min-height: 530px;
	}
.book {
	background-color: #EDE0D1;
	float: left;
	width: 322px;
	margin: 0px;
}
.extract {
	background-color: #FFF;
	float: right; 
	width: 404px;
	margin: 0px;
	height: 420px;
	}

.iframe {
	float: left; 
	width: 725px;
	background:#FFF;
	margin: 0px;
	clear:both;
}
.footer {
	background-image:url(../images/foot2.gif);
	background-repeat:no-repeat;
	width: 1000px;
	height:50px;
	bottom: 0px;
	margin-left:-275px;
	clear:both;
	}
h2 {
	color: #006699;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
}

p { padding-left: 20px;
	padding-right: 20px;
	}
.white
	{background-color:#FFF;}
	
