body {
		background:url(../images/bg.jpg) no-repeat top center ;
		background-color:#f1ede1;
		margin:0;
		padding:0;
		text-align:center;
		font-family: Georgia, Times, Serif;
		font-size:12px;
		color: #333333;
	}

 a:link, a:visited, a:hover, a:active {
		font-weight: bold;
		color: #333333;
}

	#container {
		width:900px;
		height:1055px;
		margin-left:auto;
		margin-right:auto;
		background:url(../images/frame_ext.gif) no-repeat top center ;
	}
	
	#headerWrapper {
		height:256px;
		padding-left: 43px;
	}
	
	#header {
		float:left;
		width:564px;
		height:188px;
		margin-top:68px;
		
	}
	
	#nav {
		width:254px;
		height:188px;
		margin-top:68px;
		float:left;
	}
	
	#contentWrapper {
		width:900px;
		height:800px;
		background:none;
	}

	#content {
		width:800px;
		padding-top:30px;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
	}
	
	#footer {
		width:900px;
		height:99px;
	}
	
	a img {
		border:none;
	}
	
	/* ---------- footerFix ---------- */
		
	ul#footerMap {
		margin: 0;
		padding: 0;
		background: transparent url(../images/footer_ext.jpg) top left no-repeat;
		height: 99px;
		width: 900px;
		position: relative;
	}
	
/* ---------- bio ---------- */
	#bioWrapper {
		padding-left:58px;
	}
	
	#bioMain {
		width:476px;
		height:777px;
		margin-top:20px;
		background:url('../images/bio_frame.png') no-repeat;
		float:left;
	}

/* ---------- image preloader ---------- */
	#preloadContent {
		display:none;
		}
		

/* ---------- books ---------- */

.alertTag {
	color:#CF0000;
	margin-bottom:10px;
	font-size:12px;
	font-weight: bold;
}		

.bookDetails {
	padding:7px 0 8px 0;
	font-family: arial; 
	font-size:11px;
	line-height:11px;
	color:#ffffff;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-top:15px;
	background:#555555;
	opacity: .5; 
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}