body {
    font-family: Tahoma, Verdana;
    font-size: 12px;
    color: #000;
    margin: 0px;
    padding: 0px;
}
a {
	color:#f3712a;
	text-decoration:underline;
}
#main {
	margin-left:auto;
	margin-right:auto;
	width:989px;
	/*background:url('../images/main.png') no-repeat;*/
}
#top {
	height:173px;
	background:url('../images/data.jpg') top right no-repeat;
}
#middle {
	background:url('../images/bg_line.gif') repeat-y;
	
}
#submiddle {
	background:url('../images/bgr.jpg') no-repeat;
	border:1px solid #f37229;
}
#lang {
	height:50px;
	text-align:right;
	padding-right:53px;
}
#menu {
	width:250px;
	float:left;
}
#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu ul li {
	width:250px;
	text-align:center;
	background:url('../images/sep.gif') bottom no-repeat;
}
#menu ul li.sep {
	background:#f89936;
	height:2px;
	font-size:0px;	
}

#content {
	width:570px;
	float:left;
	padding:45px;
	padding-top:30px;
}
#h {
	float:left;
	height:510px;
}

.title {
	color:#f3712a;
	font-size:18px;
	font-weight:normal;
}

#bottom {
	background:#f47229;
	height:50px;
	text-align:right;
	padding-right:90px;
}
#bottom a {
	color:#f89936;
	font-size:11px;
	text-decoration:none;
	margin-top:10px;
}
#bottom a.e {
	cursor:text;
}



.float {
	float:left;
}
.clear {
	clear:both;
}
