body {
	font-size:62.5%;
	text-align:center;
	background-color:#DDDDDD;
	position:relative;
}

body {text-align:-moz-center;}

table {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

#wrap {
	background-color:#FFFFFF;
	width:980px;
	height:auto;
	margin-top:-5px;
	position:relative;
	text-align:left;
}

/* banner */

#div1 {
	height:76px;
	background-image:url("images/banner_bg.jpg");
	background-repeat:repeat-x;
	position:relative;
}
#logo {
	position:absolute;
	top:20px;
	left:50px;
	height:50px;
	width:150px;
}
#slogan {
	position:absolute;
	bottom:15px;
	left:400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
#div_lang {
	position:absolute;
	bottom:15px;
	right:25px;
	color:white;
	height:20px;
	width:auto;
}
#div_lang img {
	border:none;
}

/* Menu & Content */

#div2 {
	min-height:500px;
}
#menu_left {
	padding:20px 20px 20px 20px;
	background-color:#1C4B75;
	background-image:url("images/menu_left.jpg");
	background-repeat:repeat-y;
}
.menu_item, .menu_voiditem {
	display:block;
	clear:both;
	width:150px;
	height:15px;
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration:none;
	text-align: right;
	color:#FFAC00;
	padding:2px 2px 0px 4px;
	border-bottom:2px solid Transparent!important;
	border-bottom:none;
}
.menu_item:hover {
	border-bottom:2px solid #FFAC00!important;
}
.menu_item_sc {
	display:block;
	clear:both;
	width:150px;
	height:15px;
	font-family: simsun;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration:none;
	text-align: right;
	color:#ff9900;
        border-bottom:2px solid Transparent!important;
        border-bottom:none;	
	padding:2px 2px 0px 2px;
}
.menu_item_sc:hover {
	border-bottom:2px solid #FFAC00!important;
}

/* Footer */

#div3 {
	height:18px;
	padding:3px 0 3px 0;
	background-image:url("images/footer_bg.jpg");
	background-repeat:repeat-x;
	position:relative;
}
#copyright {
	position:absolute;
	bottom:9px;
	right:15px;
	font-family: Tahoma, "·s²Ó©úÅé";
	font-size: 1em;
	font-weight: bold;
	color: white;
}
ul#overture {
	margin:0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
ul#overture li {
	display:inline;
}
ul#overture li a{
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	font: 1em Tahoma;
	font-weight: bold;
	width:auto;
	height:12px;
	margin: 0;
	left:0px;
	position:relative;
	border-right:1px solid white;
	color:white;
	padding:0 20px 0 20px;
}
ul#overture li.last a {
	border-right:none;
}
