/* CSS Document */

body {
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	background-color: #F9ECD2;
	text-align:center;
}


#wrapper 
{ 
 position: relative;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 width: 800px; 
 text-align: left; 
 
} 




.topcolumn {
position:       absolute;
top:			0px;
left:			0px;
width:			800px;
height:			100px;
background-image:url(/classicfantasyepics/classichomepagesimages/maintitlebar.jpg);
background-repeat: repeat-x;
}

.footer{
position:		absolute;
top:			1203px;
left:			0px;
height:			200px;
width:			800px;
background-image:url(/classicfantasyepics/classichomepagesimages/footer.jpg);
}

.navbar { 
display:block;
position:       absolute;
top:			101px;
left:			0px;
width:			272px;
height:			1100px;
z-index:		-1;
background: url("/classicfantasyepics/classichomepagesimages/sidebarsepia2.jpg");
background-repeat: repeat-y
}


.mainarea {
	position:		absolute;
	left:			273px;
	top:			101px;
	width:			487px;
	height:			410px;
	padding:		20px;
	
}

.newsarea {
	position: absolute;
	left:				273px;
	top:				552px;
	width:				487px;
	height:				150px;
	padding:			20px;
	text-align: justify;
	overflow: scroll;
	overflow-x:				hidden;
	font-size: 12px;
	color: #000000;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(classichomepagesimages/pawnbgop.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-weight: bold;

}
.welcomearea {
	position: absolute;
	left:	273px;
	top:	742px;
	width:	487px;
	height:	419px;
	padding: 20px;	
	font-size: 12px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
	background-image: url(/classicfantasyepics/classichomepagesimages/tilebg1.jpg);
	font-style: normal;
	font-weight: bolder;
	
}






.dondrarollover a {
display:block;
position: absolute;
top:101px;
left:0px;
width: 212px;
height: 74px;

background: url("/classicfantasyepics/classichomepagesimages/dondrabuttons.jpg") 0 0 no-repeat;
text-decoration: none;

}
.dondrarollover a:hover { 
background-position: 0 -74px;

}
.dondrarollover a:active {
background-position: 0 -148px;

}
.questmasterrollover a {
display:block;
position: absolute;
top:175px;
left:0px;
width: 212px;
height: 74px;

background: url("/classicfantasyepics/classichomepagesimages/questmasterbuttons.jpg") 0 0 no-repeat;
text-decoration: none;
z-index: 2;
}
.questmasterrollover a:hover { 
background-position: 0 -74px;

}
.questmasterrollover a:active {
background-position: 0 -148px;

}



.wimerollover a {
display:block;
position: absolute;
top:249px;
left:0px;

width: 212px;
height: 74px;
background: url("/classicfantasyepics/classichomepagesimages/wimebuttons.jpg") 0 0 no-repeat;
text-decoration: none;
	
}
.wimerollover a:hover { 
background-position: 0 -74px;

}
.wimerollover a:active {
background-position: 0 -148px;

}





.immortalrollover a {
display:block;
position: absolute;
top:323px;
left:0px;
width: 212px;
height: 74px;

background: url("/classicfantasyepics/classichomepagesimages/immortalbuttons.jpg") 0 0 no-repeat;
text-decoration: none;
}
.immortalrollover a:hover { 
background-position: 0 -74px;

}
.immortalrollover a:active {
background-position: 0 -148px;

}
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	background-color: #999999;
	background-repeat: no-repeat;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 5;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 133px;
	height: 180px;
	
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	
}

.hoverbox .preview
{
	border-color: #000;
	width: 206px;
	height: 301px;
	z-index: 6;
}
div.img
  {
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #0000ff;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }
