body {
  background-color: #88BBEE;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  }
	
p {
	text-indent: 5px;
	text-align: left;
}
	
h1 {
  font-size: 17px;
  color: #FFFFFF; }

div#navigation {
	position: absolute;
	visibility: visible;
	height: auto;
	width: 100px;
	left: 10px;
	top: 0px;
	right: auto;
	bottom: auto;
	z-index: 2; }

div#scroll1 {
  position: absolute;
  height: auto;
  width: 30px;
  left: 120px;
  top: 0px;
  right: auto;
  bottom: 0px;
  min-height: 600px;
  background: url(./scroll.gif) repeat scroll center top;
  z-index: 1; }
  
div#scroll2 {
  position: absolute;
  height: auto;
  width: 30px;
  left: 750px;
  top: 0px;
  right: auto;
  bottom: 0px;
  min-height: 600px;
  background: url(./scroll.gif) repeat scroll center top;
  z-index: 1; }

div#dragon {
  position: absolute;
  height: 200px;
  width: 100px;
  left: 20px;
  top: 250px;
  right: 120px;
  bottom: 430px;
  background: url(./dragon.gif) no-repeat fixed center top;
  z-index: 1;  }
   
div#staff {
	position: absolute;
	height: 350px;
	width: 60px;
	left: 55px;
	top: 0px;
	right: 130px;
	bottom: 350px;
	background: url(./staff2.gif) no-repeat fixed right top;
	z-index: 1; }
	
div#content {
	position: absolute;
	float: right;
	height: auto;
	width: 600px;
	top: 10px;
	bottom: auto;
	left: 150px;
	right: auto;
	padding: 0px; }

em.one {
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-decoration: underline;
	font-style: normal;
}

.center {
  text-align: center; }

.right {
  text-align: right; }
	
a:link, a:visited {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
	
a:hover {
  color: #FFFF00;
  text-decoration: none;
  background-color: #000066; }

a.noborder:hover { background-color: #88BBEE; }

hr {
  width: 70%;
  height: 2px;
  color: #FFFF00; }

em {
  font-style: oblique;
  font-variant: small-caps; }

strong {
  font-weight: bolder; }
	
img {
  border: 0; }
  
 ul.navlist {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }
	
li.navlist {
  text-align: left;
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 5px; }