html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #8A6036;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #613920;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #b19978;
	text-align: center;
	font: 13px arial, sans-serif;
	color: #634f32;
}
.main {
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-top: 15px;
	list-style-image: url(template/bullet.gif);
	list-style-position: outside;
	background-image: url(template/images/main.jpg);
	background-repeat: repeat-y;
	line-height: 1.5em;
}
.mainTop { background: url (template/main_top.jpg);
	background-image: url(template/main_top.jpg);
}



/** Menu **/
#nav {
	float: left;
	background-image: url(template/images/menu.jpg);
	text-align: left;
}
#nav li {
  background: #cebfaa left url(images/bullet.gif) no-repeat;

  list-style: none;
  font-size: 12px;
  padding: 0px 0 0px 35px;
}
#nav a {
  text-decoration: none;
  color: #000000;
}
#nav a:hover {
  text-decoration: underline;
}



/** Body **/


 h1 {
	font-size: 16px;
	color: #7d6748;
	background-image: url(template/h1_underline.jpg);
	background-repeat: no-repeat;
	background-position: left;

}
 
#body h2 {
 font: 14px "Times New Roman", serif;
}
#body h2 strong {
 color: #660505;
 font-weight: normal;
 font-size: 18px;
}
#body h3 {
 font: 14px "Times New Roman", serif;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
 h4 {
 color: #660505;
}
#body .left {
 margin: 0 26px 0 0;
}

/** footer **/
.footer {
	height: 57px;
	background-image: url(template/images/templatel_r5_c1.jpg);
	color: #CECECE;
	text-align: center;
}
#welcome {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	color: #000000;
	background-image: url(template/images/welcome.jpg);
}
.bookBody {
	background-image: url(template/book/images/book_r2_c1.jpg);
	font-family: Tahoma;
	padding-left: 20px;
	padding-right: 30px;
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
}
.news {
	background-image: url(template/news/images/news_r2_c1.jpg);
	font-family: "Courier New", Courier, monospace;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
}