@CHARSET "UTF-8";
html {margin: 0px auto;}
body{
	margin: 0px;
	font-size: 12px;
	padding: 0;
	background: url("../../../res/images/common/homebg.png") repeat;
}
img {
  border-width: 0;
}
.top-out-ct{
	background-color: #2e6eae;
	box-shadow: 0px 5px 10px #AAA;
}
#top_bar{
	width: 1000px;
	height:25px;
	text-align: center;
	line-height:25px;
	margin: 0 auto;
	background-color: #2e6eae;
	color:#fff;
	position:  relative;
}
#title_txt{
	margin: 0px 0px 0px 15px;
	position: absolute;
	right: 200px;
	top: 0px;
}
#title_txt a{
	text-decoration: none;
}
#title_txt a:LINK,
#title_txt a:ACTIVE,
#title_txt a:VISITED{
	color:#fff;
}

#title_txt a:HOVER{
	color:#E7DADA;
}

#title_tool{
	position: absolute;
	right: 0px;
	top: 0;
}
#title_tool ul{
	margin: 0px;
	height: 25px;
}
#title_tool ul li{
	float: left;
	margin-left: 20px;
	list-style: disc;
}
#title_tool ul li a{
	text-decoration: none;
}
#title_tool ul li a:link,#title_tool ul li a:visited {
	color: #fff;
}

.clear_r{
	clear: right;
}
.clear_l{
	clear: left;
}
.clear_b{
	clear: both;
}
