/* general */
body {
	margin: 0;
	font: 14px Verdana, sans-serif;
	background-color: #8b8b8b;
	color: #505050;
	margin-top: 0px;
}

h1 {
	margin: 0 0 5px 0;	
	font-size: 25px;	
	color: #000;	
	letter-spacing: 3px;	
	font-weight: normal;
}

h2 {
	margin: 0 0 5px 0;	
	font: 24px Verdana, sans-serif;	
	color: #fff;	
	letter-spacing: 0px;
	font-weight: normal;
}

h3 {
	margin: 0 0 5px 0;	
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;	
	letter-spacing: 0px;
	font-weight: bold;
}
h4 {
	margin: 0 0 5px 0;	
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #505050;	
	letter-spacing: 0px;
	font-weight: bold;
}

p {margin: 0 0 5px 0;}
a{text-decoration: none;}
a:link{color: #fff;}
a:visited{ color: #fff;}
a:hover{text-decoration: underline;}
pre { background-color: #eeeeee; padding: 5px; border: 1px solid #dddddd; }
.field {
	background-color: #fff;
	border: #666 1px solid;
	height: 25px;
	color: #5b5b5b;
	margin-top: 5px;
}
.button {
	background-color: #fff;
	border: #666 1px solid;
	color: #5b5b5b;
	padding-top: 5px;
	padding-bottom: 4px;
}

/* design */
#main {
	margin-left: auto;
	margin-right: auto;
	width: 964px;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
    
}

#header {
	width: 964px;
	height: 83px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-top: 0px;
}

#menu  ul{margin: 0; padding: 0; float: left; font: 14px Verdana, Helvetica, sans-serif; 
	}
#menu  li{display: block; height: 19px; margin-bottom: 7px; font-weight: bold; padding-top: 8px; margin-top: 0px; padding-left: 10px; padding-bottom: 8px; background-image: url(images/menu_bg.png); background-repeat: no-repeat;}
#menu  li.sub{display: block; min-height: 19px;margin-bottom: 7px; font-weight: bold; padding-top: 8px; padding-bottom: 8px; padding-left: 10px; margin-left: 17px;}
#menu  ul a{float: left; text-decoration: none;}
#menu  a:link{color: #000;}
#menu  a:visited{color: #000;}
#menu  li:hover{}
#menu  a:hover{text-decoration: none;}
#menu  a#current{color: #000;}

#newsletter {background-color: #fff;font-size: 12px; clear: both;}


#content_container {
	width: 964px;
	margin: 0;
	background-image: url(images/content_bg.png);
	background-repeat: no-repeat;
}

#menu {
	width: 190px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#sidebar {
	width: 210px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	padding: 10px;
	padding-top: 10px;
	font-size: 12px;
	background-color: #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	color: #fff;
	margin-bottom: 10px;
}

.sidebar_obj {
	width: 189px;
	border-bottom: #ff924a 1px dotted;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 12px;
}

#content {
	width: 460px;
	float: left;
	padding: 10px;
	margin: 0;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	padding-top: 10px;
	background-color: #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	color: #fff;
	margin-bottom: 10px;
}

#footer {
	width: 924px;
	font-size: 12px;
	margin-top: 0px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 62px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
#footer a:link {
	color: #0171b9;
}
#footer a:visited {
	color: #0171b9;
}

.footertd {
	text-align: center;
}

.news_table {
	margin-bottom: 10px;
	width: 210px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	font-size: 12px;
}

.news_date {
	font-size: 10px;
	font-style: italic;
}

#design {
	float: left;
	margin-left: 5px;
}

#design a {
	text-decoration: underline;
	color: #505050;
}

#xcms {
	float: right;
	margin-right: 5px;
}

.news_head {
	font-size: 14px;
	font-weight:bold;
}

.news_more {
	font-size: 14px;
	float: right;
}

#gbook_new {
	background-color: #eee;
	width: 508px;
	border: 1px solid #ccc;
	padding: 5px;
}

.gbook_post {
	width: 508px;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.message {
	width: 504px;
	padding: 7px;
	background-color: #fff6a6;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.paging {
	width: 508px;
	padding: 5px;
	margin-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}

#lang {
	width: 96px;
	margin-top: 18px;
	margin-right: -5px;
	float: right;
}

#facebook {
}

#facebook_text {
	float: left;
}

#facebook_button {
	width: 84px;
	height: 17px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(images/facebook_button.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 10px;
	font-weight:bold;
	padding-top: 4px;
}