/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: url(../title/bg.jpg);
	background-color: ##EDD58C;
	width: 100%;
	height: 100%;
}

td, p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
	color: #562d03;
}

div {	
	-moz-box-sizing: border-box;
}

a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    text-decoration: none;
    color: #f26522;
}

a:hover {
    text-decoration: underline;
    color: #d54f10;
}


#main_box {
	position: relative;
	height: 452px;
	background: url(../title/bg1.gif) repeat-x;
}

#main_box #lang_box {
	position: absolute;
	left: 656px;
	top: 0px;
	z-index: 1;
}

#main_box #logo_box {
	position: absolute;
	left: 714px;
	top: 91px;
	z-index: 1;
}


#main_box #other_1_box {
	position: absolute;
	left: 587px;
	top: 0px;
	z-index: 2;
}

#main_box #other_2_box {
	position: absolute;
	left: 31px;
	top: 372px;
	width: 267px;
	z-index: 2;
}

#main_box #other_3_box {
	position: absolute;
	left: 169px;
	top: 473px;
	z-index: 2;
}

#main_box #other_4_box {
	position: absolute;
	top: 233px;
	width: 100%;
	height: 30px;
	padding-left: 1000px;
	z-index: 2;
}


#main_box #flash_box {
	position: absolute;
	left: 278px;
	top: 291px;
	z-index: 2;
}




.page_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
	clear: both;
	margin-bottom: 25px;
}

.page_text {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	padding-left: 20px;
    color:#000000;
}


#menu_box {
	position: absolute;
	left: 422px;
	top: 397px;
	width: 520px;
	height: 45px;
	white-space: no-wrap;
}





#footer {
    color: #987b1e;
	padding-left: 25px;
	padding-bottom: 20px;
}

#footer a {
	color: #987b1e;
	text-decoration: none;
}

#footer a:hover {
	color: #987b1e;
	text-decoration: underline;
}



/* top menu */

#top_menu {
	height: 46px;
	margin: 0px;
	padding: 0px;
}

#top_menu a {
	display: block;
	float: left;
	margin-right: 8px;
}
