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;
}

#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;
} 

#book_title{
  font: 14px normal;
}

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%;
  text-align: center;
}

#banner {
  top: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 530px;
	height: 94px;
}

#market {
  margin-left: auto;
	margin-right: auto;
  top: 96px;
  background-image: url(images/tree_market2.jpg);
  width: 530px;
	height: 510px;
}

#wares {
  position: relative;
	left: 160px;
	top: 30px;
	width: 200px;
	height: 200px;
	font-size: 18px;
	text-align: center;
}

a.contents:link {
  color: #330000;
	background-color: transparent;
}

a.contents:visited {
  color: #330000;
	background-color: transparent;
}
	
a.contents:hover {
  color: #FF6600;
	background-color: transparent;
}

