div.maindiv {
	
	background-color:#ffffff;
	width:240px;
	height:315px;
	overflow: hidden;
	text-align:left;
	
}

div.contentdiv {
	background-image:url('oldpapers.jpg');
	color:#282828;	
	width:240px;
	height:315px;
	overflow: hidden;
	font-family: 'Courier';	
}

div.largetext{
	font-size: 12px;
	text-align:center;
	
}

img.waiter{
	position:relative;
	top:-200px;	
	height : 50px;
}


div.noveltitle{
	width: 230px;	
	white-space: nowrap;
	overflow:hidden;
	margin-left : 5px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	font-style:italic;
	font-size: 10px;
	font-family: 'Verdana';	
	border-bottom:1px black solid;
}

div.novelcontent{	
	white-space: nowrap;
	overflow:hidden;
	margin-left : 5px;	
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	height:220px;
	width: 230px;
	padding:0px;
	border-bottom:1px black solid;
}

.pagecontent{	
	white-space: nowrap;
	overflow:hidden;
	height:220px;
	width: 231px;	
	text-align:left;
	font-size: 12px;
	font-family: 'Courier New';
	vertical-align:middle;
	float:left;	
	color:#282828;
	border-right:1px black solid;
	padding: 0px;
	margin:0px;
}

.nonjspagecontent{	
	white-space: normal;
	overflow:auto;
	height:220px;
	width: 231px;	
	text-align:left;
	font-size: 12px;
	font-family: 'Courier New';
	float:left;	
	color:#282828;
	border-right:1px black solid;
	padding: 0px;
	margin:0px;
	word-wrap: break-word;
	text-wrap: normal;
}

.chapterPage{	
	white-space: normal;
	height:220px;
	width: 230px;	
	text-align:center;
	font-size: 12px;
	font-family: 'Courier';
	float:left;	
	color:#282828;	
}


.novelfooter{		
	width: 110px;	
	white-space: nowrap;
	overflow:hidden;
	height:20px;	
	font-size: 9px;
	font-family: 'Verdana';	
	margin-left : 5px;	
	margin-top:0px;
	margin-bottom:0px;
	margin-right:5px;	
}

div.buttons {
	height:40px;
	width:240px;
	white-space: nowrap;
	overflow:hidden;	
}

img.button {
	padding: 0px;
	margin-left : 1px;	
	margin-top:0px;
	margin-bottom:0px;
	margin-right:1px;	
}

div.menu {	
	width : 200px;
	height : 300px; 
	position : relative;
	top: -310px;
	z-index:2;
	background-color: #e7e0d0;	
	border: 1px black solid;
	white-space: nowrap;
	overflow:hidden;	
	font-size: 1px;
	padding: 0px;
	margin:0px;
}

div.menubutton {
	height : 25px;
	width : 150px;
	margin : 14px;
	background-image: url('btn_readblank.png');
	color:white;
	font-family: 'Helvetica';
	filter: Shadow(Color=#222222, 	
			Direction=135, 
			Strength=2);

	text-shadow: #222222 2px 2px 2px;
	font-size: 18px;
	cursor: pointer;
}





 
