/* ================ rewrite html ================ */

body {
	background-color: #f1e0c2;
	background-image: url('../assets/bg.gif');
	background-repeat: repeat;
	font-family: Arial;
	font-size: 10pt;
	line-height: 14pt;
	margin: 0;
}
h1 {
	font-size: 12pt;
	color: #e44719;
	line-height: 18pt;
}
h2 {
	font-size: 11pt;
	font-style: italic;
	color: #663300;
}
h3 {
	font-size: 11pt;
	color: #663300;
	text-align: right;
}
.cleantab {
	width: 1000px;
	clear: both;
}
.clean500 {
	width: 620px;
	float: left;
	clear: both;
	height: 10px;
}
hr {
	clear: both;
	width: 600px;
	height: 1px;
	text-align: center;
	margin-bottom: 20px;
	color: #cc6600;
}
a, a:visited {
	color: #cc6600;
	text-decoration: none;
}
a:hover {
	color: black;
}
/* ================ body ================ */
#main_border {
	width: 895px;
	margin-left: auto;
	margin-right: auto;
}

/* ================ top ================ */
#logo, #banner {
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
#logo {
	background-image: url('../assets/logo.gif');
	background-position: top center;
	height: 156px;
	width: 452px;
	z-index: 10;
	position: relative;	
}
#banner {
	/*background-image: url('../assets/banner.gif');*/
	height: 277px;
	width: 713px;
	z-index: 1;
	margin-top: -60px;
	position: relative;	
}
#tieuchi {
	color: #666600;
	font-style: italic;
	float: right;
	width: 250px;
	padding-right: 100px;
}
/* ================ lang menu ================ */
#langchoose {
	float: left;
	width: 150px;
	padding-left: 100px;
	margin-top:-25px;
	margin-left: -40px;
}

#langchoose ul li{
position:relative;
float:left; 
list-style: none;
}
#langchoose li a{
text-decoration:none;
color:#666666;
padding: .3cm 6px;
font-size:12pt; 
display:block;
}
#langchoose li ul{
position:relative;
display:none;
margin-top:-15px;
}
#langchoose li:hover ul{
display:block; 
}

#langchoose ul li a:hover{ 
color:red; 
font-weight:bold;
}
#langchoose ul li a:active{
font-weight:bold;
}

/* ================ left ================ */
#left {
	width: 131px;
	text-align: left;
	float: left;
}


/* ================ right ================ */
#right {
	width: 131px;
	text-align: right;
	float: right;
}

/* ================ main-body ================ */
#body_border {
	float: left;
	width: 100%;
}
#centre_col {
	width: 630px;
	float: left;
}
#main_body {
	background-color: #ffffdd;
	width: 620px;
	padding: 5px;
}
.data_block, #video_block {
	padding-top:5px;
	padding-bottom: 5px;
	width: 610px;
	float: left;
}
#video_block {
	text-align: center;
}
.data_block_1 {
	padding-top:5px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 295px;
	float: left;
}
.data_block_2 {
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 300px;
	float: left;
}
.honeypots {
	display: none;
}
/* ================ footer ================ */
#footer {
	background-image: url('../assets/dragon.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 90px;
	width: 700px;
	padding-left: 83px;
	margin-left: auto;
	margin-right: auto;
	color: gray;
}
/* ================ image settings ================ */
.leftclass, .rightclass, .imgcenter {
	border: 10px solid #D0C5BF;
}
.leftclass {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.rightclass {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgcenter {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

/* ================ gallery settings ================ */

#gal_wrapper {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}

.gal_data {
	width: 240px;
	padding: 5px;
	text-align: center;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}

.gal_img {
	height: 200px;
	padding: 10px;
	float: left;
	width: 230px;
	border: solid 1px #bdb9bc;
	text-align: center;
}
#gal_one {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: solid 1px gray;
	padding: 20px;
}
#text_previous {
	width: 200px;
	float: left;
	text-align: right;
}
#text_next {
	width: 200px;
	float: right;
	text-align: center;
}

/* ================== calendar settings =================== */
#calendar {
	font-family: verdana;
	font-size: 90%;
	color: #000000;
	cursor:pointer;
}
table {
	background:#EEEEEE;
}
.calendar_top {
	text-align: center;
	background: #80afd3;
	font-weight:bold;
}
.calendarover {
	text-align: center;
	background: #CAD7F9;
	width: 15px;
}

.calendaroff {
	text-align: center;
	background: #fad697;
	width: 15px;
}

.calendartodayover {
	text-align: center;
	background: #FECE6E;
	width: 15px;
}

.calendartodayoff {
	text-align: center;
	background: #FFBC37;
	width: 15px;
}

.eventdayover {
	text-align: center;
	background: #dcff50;
	width: 15px;
}

.eventdayoff {
	text-align: center;
	background: #8dbbed;
	width: 15px;
}
