body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p {
	margin: 0;
	padding: 0;
}

body {
	color: #898989;
	background: url(../images/background.jpg) #424301 repeat-x 0 187px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}


#header {
	background: url(../images/background_header.jpg) #424301 repeat-x;
	border-bottom:1px solid #fff;
	margin-bottom:20px;
	height: 186px;
}

#header_wrap{
	width: 960px;
	margin: auto;
	text-align: left;
}

#header_img{
	width: 960px;
	height:186px;
	background: url(../images/header_main.jpg) no-repeat;
}

#top_nav {
	color:#fff;
	padding-top:169px;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif ;
}

#nav-menu ul {
	list-style: none;
} 

#nav-menu li {
	float: left;
	margin: 0 20px 0 10px;
} 

#top_nav a, #top_nav a:visited, #footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#top_nav a:hover, #footer a:hover {
	color:#9a9b45;
}

#content_wrap{
	width: 920px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	margin: auto;
	border: 1px solid #000;
	padding: 10px;
	background: #ffffff;
	text-align: left;
	overflow: auto;
	clear:both;
}

#book {
	width:898px;
	height:273px;
	margin:auto;
	margin-bottom: 10px;
	background: url(../images/book.jpg) #fff no-repeat;
}

#left_column {
	float: left;
	width: 600px;
	margin-left:10px;
	color:#666;
	font:12px Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	line-height:18px;
	background:#fff;
	}
	
#left_column .pic {
	border:1px solid #fff;
	margin:27px;
}

#left_column .thumb {
	border:1px solid #9a9b45;
	margin:15px;
	padding:2px;
}

#pic_box_r {
	background:url(../images/background_pic.jpg) no-repeat;
	float:right;
	width:354px;
	height:275px;
	margin:5px 0 5px 5px;
}
	
#left_column p, right_column p {
	margin-top:10px;
	margin-bottom:10px;
}

#right_column {
	float:right;
	margin-right:10px;
	width:260px;
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#666;
	text-align:justify;
	line-height:18px;
	background:#fff;
}

#right_chapter {
	background: url(../images/background-sota.gif) #fff no-repeat top right;
	margin-bottom:20px;
}

#right_chapter p {
	margin-top:10px;
	margin-bottom:10px;
	width:180px;
}

#right_author p, #right_avail p, #right_contact p {
	margin-top:10px;
	margin-bottom:10px;
}

#left_column a, #left_column a:visited, #right_column a, #right_column a:visited {
	color: #b38b52;
	text-decoration:none;
}

#left_column a:hover, #right_column a:hover {
	color: #805417;
	text-decoration:underline;
}

#inside_content {
	float: left;
	width:898px;
	margin-left:10px;
	color:#666;
	font:12px Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	line-height:18px;
}

#inside_content p {
	margin-top:10px;
	margin-bottom:10px;
}

#footer{
	margin-top: 0px;
	color: #ffffff;
}

#footer_wrap {
	width: 940px;
	margin: auto;
	padding: 10px 0 10px 0;
	/*text-align: left;*/
	overflow: auto;
}

#footer_wrap p {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	float:right;
}

h1 {
 	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color: #54580a;
	border-bottom:1px solid #825619;
	height:24px;
}

h3 {
 	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color: #54580a;
	border-bottom:1px solid #825619;
	height:24px;
	margin-top:20px;
}

.dates p {
	border-bottom:1px solid #dadb98;
	padding-bottom:7px;
}

.map {
	margin-top:20px;
	font-size:10px;
	text-align:right;
}


