body {
  background: url(images/bgtile3.jpg);
	font-family: Papyrus, Arial, sans-serif;
	background-color: #FDF5E6;
	color: #330000;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

p {
  font-size: 18px;
	text-align: justify;
}

p.normal {
  text-align: center;
}

#bookmark {
  position: absolute;
  top: 0px;
	left: 0px;
	background-image: url(images/bookmark.jpg) ;
	width: 250px;
	height: 600px;
	display: block;
	visibility: visible;
	padding: 0px;
	font-family: Papyrus, Arial, sans-serif;
	color: #FFFFFF;
}

#leftnav {
  position: absolute;
	top: 140px;
	left: 10px;
	width: 200px;
	height: 325px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #CCCC66;
} 

a {
  text-decoration: none;
}

a:link {
  color: #CCCC66;
	background-color: transparent;
}

a:visited {
  color: #CCCC66;
	background-color: transparent;
}

a:hover {
  color: #FFFF99;
	background-color: transparent;
}

#main {
  position: absolute;
  top: 10px;
	left: 260px;
	width: 72%;
	height: 100%;
  text-align: center;
}

#about {
  text-align: justify;
}

#links {
  position: relative;
	top: 20px;
	height: 350px;
	text-align: center;
}

#banner {
  top: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 530px;
	height: 94px;
  text-align: center;
}



img.image_left {
  float: left;
}

img.image_right {
  float: right;
}

#book_title{
  font: 14px normal;
}

a.contents:link {
  color: #330000;
	background-color: transparent;
}

a.contents:visited {
  color: #330000;
	background-color: transparent;
}
	
a.contents:hover {
  color: #FF6600;
	background-color: transparent;
}



a.gallery:link {
  font-size: 20px;
  color: #330000;
	background-color: transparent;
}

a.gallery:visited {
  font-size: 20px;
  color: #330000;
	background-color: transparent;
}
	
a.gallery:hover {
  font-size: 20px;
  color: #FF6600;
	background-color: transparent;
}