body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	background-color: #f1f1f1;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a, a:link, a:visited {
	color:#0066CC;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration:none;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
img {
	border: none;
}
em {
	color: #000;
	font-weight: bold;
	font-style: normal
}
h1, h2, h3, h5, h6 {
	color: #333;
	font-weight: normal;
}
h1 {
	font-size: 38px;
	margin: 0 0 20px 0;
	padding: 5px 0
}
h2 {
	font-size: 30px;
	margin: 0 0 15px 0;
	padding: 5px 0;
}
h3 {
	font-size: 24px;
	margin: 0 0 15px;
	padding: 0;
}
h4 {
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0;
	color:#0066CC;
	border-bottom:thin solid #CCC;
	padding:5px;
}
h5 {
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0;
	color:#333333;
	font-weight:bold;
}
h6 {
	font-size: 12px;
	margin: 0 0 5px;
	padding: 0;
	font-weight:bold;
}
.cleaner {
	clear: both
}
.h10 {
	height: 10px;
}
.h20 {
	height: 20px;
}
.h30 {
	height: 30px;
}
.h40 {
	height: 40px;
}
.h50 {
	height: 50px;
}
.h60 {
	height: 60px;
}
a.more {
	clear: both;
	display: block;
	width: 90px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	padding-left: 48px;
	color: #fff;
	font-weight: 400;
	background: url(images/readmore.png) no-repeat
}
a.more:hover {
	text-decoration: none;
}
.float_l {
	float: left
}
.float_r {
	float: right
}
.image_wrapper {
	display: inline-block;
	border: 5px solid #fff;
	background: none;
	margin-bottom: 5px
}
.image_fl {
	float: left;
	margin: 3px 15px 0 0
}
.image_fr {
	float: right;
	margin: 3px 0 0 15px
}
/* ------------------ */



#wrapper {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto
}
#header {
	width: 960px;
	height: 120px;
	padding: 10px 0 0;
	background:url(images/header.png) top no-repeat;
}
#site_title {
	float: left;
}
#site_title h1 {
	margin: 0;
	padding: 0
}
#site_title h1 a {
	display: block;
	width: 172px;
	height: 120px;
	color: #fff;
	text-indent: -10000px;
	background: url(images/logo-nam.png) no-repeat
}
#lang {
	float: right;
	margin-top:0px;
}
#lang h1 {
	margin-TOP: 0;
	padding: 0px 5px 5px 5px;
}
#lang h1 a {
	height: 50px;
	font-size:12px;
	color:#fff;
	text-transform: uppercase;
	font-weight:bold;
	text-decoration:none;
}
#lang img {
	padding: 0px 5px 5px 5px;
	float:right;
}
#dtime {
	float: right;
	display:block;
	margin: 0px 0px 0px 0px;
	clear:right;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}
/* menu */

#menu {
	width: 960px;
	height: 38px;
}
#menu ul {
	float: left;
	margin: 0;
	margin-top:5px;
	padding: 2px;
	list-style: none;
}
#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}
#menu ul li a {
	float: left;
	display: block;
	width: 94px;
	height: 28px;
	padding: 5px 5px 5px;
	margin-left: 1px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	outline: none;
	border-right:groove 1px;
	border-color:#CCC;
}
#menu ul li a:hover, #menu ul li .current {
	background:#E1E1E1;
	color:#333333;
}
#search_box {
	float: right;
	margin-top: 10px;
	width: 240px;
	height: 28px;
	background: url(images/search.png) left bottom no-repeat
}
#search_box form {
	clear: both;
	width: 240px;
	height: 28px;
	padding: 0;
	margin: 0
}
#searchfield {
	display: block;
	float: left;
	line-height: 28px;
	height: 28px;
	width: 190px;
	padding: 0 5px;
	font-size: 12px;
	color: #000;
	line-height: 0;
	background: none;
	border: none;
}
#searchbutton {
	height: 17px;
	width: 20px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: none;
	border: none;
}
/* end of menu */





#main {
	clear: both;
	width: 960px;
	padding: 20px 0 40px;
}
.content_box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px dotted #ccc
}
#main_leftcol {
	float: left;
	width: 630px;
	margin-top: 15px;
}
.leftcol_menu {
	padding:5px;
	float: left;
	width: 150px;
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	border-bottom-color:#aaa;
	border-right-color:#aaa;
	border-top-color:#ddd;
	border-left-color:#ddd;
}
#main-menu p a {
	color:#0066CC;
	font-weight:bold;
	font-size:11px;
	padding:5px;
	width:150px;
	text-decoration:none;
}
#main_rightcol {
	float: right;
	padding:5px;
	width: 780px;
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	border-bottom-color:#aaa;
	border-right-color:#aaa;
	border-top-color:#ddd;
	border-left-color:#ddd;
}
.news_list {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}
.news_list li {
	color:#5d546e;
	margin: 0 0 10px 0;
	padding: 0 5px 0 25px;
	background: url(images/arrow.png) no-repeat scroll 0 2px;
}
.newsbox img {
	float: left;
	margin: 0 5px 0 0;
	padding: 2px;
}
.newsbox .newstitle {
	font-size: 16px;
	color:#666;
	font-weight: bold;
}
.newsbox p {
	text-align:justify;
	padding:5px;
	font-size:11px;
}
#news_section .news_box {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
#news_section .region {
	font-weight: bold;
	text-align:justify;
}
#news_section .title span a {
	font-weight: bold;
	color:#990000;
	padding:2px;
}
#news_section p {
	text-align:justify;
	margin-right:30px;
}
#news_section .news {
	font-weight: bold;
	color:#36F;
	padding:0px;
	text-align:justify;
}
#main_category {
	float: right;
	width: 780px;
	padding:5px;
	margin-top:15px;
}
.category_box h6 a {
	color:#1564C4;
	font-weight:bold;
	text-decoration:none;
}
.category_box {
	margin: 0;
	padding: 5px;
	display: block;
	height:200px;
	width: 235px;
	float: left;
	margin: 0 18px 10px 0;
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	border-bottom-color:#aaa;
	border-right-color:#aaa;
	border-top-color:#ddd;
	border-left-color:#ddd;
	overflow:hidden;
}
.category_box p a {
	color:#333333;
	text-decoration:none;
	border-bottom:thin dotted #999999;
}
.category_box_last {
	margin-right: 0
}
#footer_wrapper {
	clear: both;
	width: 100%;
	background: url(images/footer_repeat.jpg) repeat-x
}
#footer {
	overflow: hidden;
	width: 960px;
	height: 306px;
	padding: 40px 0 0;
	margin: 0 auto;
	color: #746522;
	background: url(images/footer.jpg) bottom center no-repeat
}
.footer_box {
	float: left;
	width: 210px;
	margin-right: 30px;
}
.footer_box h4 {
	color: #746522;
	font-size: 26px;
	margin-bottom: 20px
}
.footer_list {
	margin: 0;
	padding: 0;
	list-style: none
}
.footer_list li {
	margin: 0 0 5px;
	padding: 0 0 5px;
}
.footer_list li a {
	color: #746522;
}
.footer_list li a:hover {
	color: #CC0000;
	text-decoration: none
}
#footer_menu_box {
	clear: both;
	width: 960px;
	height: 37px;
	margin: 0 auto;
	text-align: center
}
.footer_menu {
	margin: 0;
	padding: 10px 0;
	list-style: none
}
.footer_menu li {
	margin: 0 30px;
	padding: 0;
	display: inline
}
.footer_menu li a {
	color: #FFFFFF
}
.footer_menu li a:hover {
	color: #FFCC00
}
#copyright {
	clear: both;
	width: 960px;
	height: 74px;
	padding: 15px 0 0;
	margin: 0 auto;
	text-align: center;
	color: #fff2b9;
}
#copyright .left {
	float: left;
	text-align: left;
}
#copyright .right {
	float: right;
	text-align: right;
	margin-top: 20px;
}
#copyright .right a {
	display: block;
	float: left;
	margin-left: 30px;
	color: #FFFFFF
}
#copyright .right a:hover {
	text-decoration: underline;
	color: #FFCC00
}
#copyright a {
	color: #fff
}
#gallerypic {
	border: solid 5px #fff;
	box-shadow: 3px 3px 6px #000;
	-webkit-box-shadow: 2px 2px 6px #333;
	-khtml-box-shadow: 2px 2px 6px #333;
	-moz-box-shadow: 2px 2px 6px #333;
	margin-bottom: 10px;

}
