body {
	background-color: #000000;
}
#imagearea {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 641px;
	width: 929px;
	left: 5px;
	top: -5px;
	z-index: 10;
}
#contentarea {
	overflow: auto;
	position: absolute;
	z-index: 20;
	height: 570px;
	width: 470px;
	left: 193px;
	top: 26px;	
	scrollbar-face-color: #232E18; 
	scrollbar-highlight-color: #42572D; 
	scrollbar-3dlight-color: #124027; 
	scrollbar-darkshadow-color: #1B0000; 
	scrollbar-shadow-color: #062208; 
	scrollbar-arrow-color: #5D9380; 
	scrollbar-track-color: #051D07; 
	
}
#coverimage {
	position: absolute;
	z-index: 30;
	height: 321px;
	width: 246px;
	left: 689px;
	top: -5px;
}
#content {
	padding: 10px 20px 20px 45px;
}

p, td, li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #D5C99F;	
}
	
#navigation {
	position: absolute;
	z-index: 50;
	width: 160px;
	top: 306px;
	right: 500px;
	left: 722px;
	height: 240px;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 2px;
}
.refsmall {
	font-size: 12px;
}
#subcontent {
	overflow: auto;
	height: 460px;
	width: 385px;
	padding-right:10px;
}
#quizresult {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

A:link {
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none;
}
A:active {
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none; 
}
A:visited {
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none; 
}
A:hover {
	COLOR: #FFFFFF; 
	TEXT-DECORATION: underline; 
}
.extractbox {
	text-align: center;
	padding: 10px;
	border: 1px dashed #FFCC66;
}
.titledetails
{
	display: none;
	color: #D5C99F;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dashed #996600;
	overflow: auto;
	position: absolute;
	height: 130px;
	top: 400px;
	z-index: 100;
	font-size: 14px;
}
#readinglist {
	overflow: auto;
	height: 260px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #384925;
	z-index: 200;
	position: absolute;
	width: 472px;
	left: 191px;
	top: 612px;
	text-align: center;
}
.cellbg {
	background-image: url(images/cell_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
