/* CSS Document */

body {
	margin:0 17px;
	font-size:12px;
	line-height:14px;
}
#container {
	width:886px;
}
a {
	text-decoration:none;
	color:#000000;
}
a img {
	border:none;
}
#container #header {
	width:886px;
	height:70px;
	background-image:
url(../images/head_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#container #header div.lang {
	float:right;
	margin-top:20px;
}
#container #header div.lang span {
	margin-left:30px;
	font-size:11px;
}
#container #menu {
	height:42px;
	width:886px;
	background-image:url(../images/menu_right.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
}
#container #menu div {
	float:right;
	height:37px;
	width:122px;
	background-image:url(../images/menu_tab.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	line-height:37px;
}
#container #menu div.on {
	float:right;
	height:37px;
	width:122px;
	background-image:url(../images/menu_tab-on.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	line-height:37px;
}
#container #menu a:hover div {
	background-image:url(../images/menu_tab-on.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#container #footer {
	height:64px;
	position:absolute;
	border-top:2px solid #666;
	background-color:#ececec;
	padding-top:10px;
	width: 886px;
}
#container #footer span img {
	margin-left:20px;
}
#container #footer div {
	margin-left:20px;
	color:666666;
	text-align:right;
	margin-right:10px;
	font-size:10px;
}

	