/* 公共属性
------------------------------------ */
html {
	min-width: 950px;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px; 
	line-height: 22px;
	text-align: center;
	background: #FFFFFF;
	font-family: '宋体','新宋体',arial,verdana,sans-serif;
}
a {
	margin: 0px;
	padding:0px;
	border: 0px;
	text-decoration:none;	
}
a:link {
	color: #990000;
}

a:visited{
	color: #990000;
}
a:hover{
	color: #990000;
	text-decoration: underline;
}


/* 顶部
------------------------------------ */
#heander{
        width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 85px;
	background: #fff repeat-x left top;
	overflow:hidden;
}
#logo{
	float: left;
	width: 244px;
	height: 79px;
}
#menu {
	float: right;
	width: 260px;
	height: 80px;
}
#top1{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 35px;
	background: url(../images/images/bg_1.jpg);
}

/*  主体 
------------------------------------ */
#contain{
	width: 845px;        
	margin-top:10px;
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
	border: solid #c5c5c6  1px;
	background: url(bg_dot1.gif) #fff;
	text-align: left;
}
#contain_title {
        width: 845px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border-bottom: solid #c5c5c6 1px;
	background-color:#e0e0e0
}
/*  
#contain_title r {
    float: right;
    font-size: 14px;
	color: #990000;
	text-align: right;
	border-bottom: solid #c5c5c6 1px;
	background-color:#e0e0e0
}
------------------------------------ */
#contain_nav {
    padding-top:30px;
	margin-right:50px;
	margin-left:50px;
	color: #333333;
	text-align: center;
	border-bottom: solid #c5c5c6 1px;	
}
#contain_nav ul {
	margin: 0;
	padding-top: 20px;
	list-style: none;
}

#contain_nav li {
	display: inline;
}

#contain_nav a {
	display:inline-block;
	width: 111px;
	height: 23px;
	margin-left:5px;
	padding-top: 3px;
	background: url(menu_bg_01.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	color: #000000;
}
#contain_nav a:hover {
	background-image: url(menu_bg_02.jpg);
}

#contain_nav .active a {
	background-image: url(menu_bg_02.jpg);
}

#contain_info_l {
    float: left;
	width: 40%;
	padding-top:20px;
	padding-bottom:40px;
	font-size: 12px;
	color: #505050;
	text-align: center;
}
#contain_info_r {
    float: right;
	width: 59%;
	padding-bottom:40px;
	padding-top:20px;
	font-size: 12px;
	color: #505050;
	text-align: left;
}
#contain_info_b {
    width: 800px;
	height:90px;
	border-top: 1px #505050 dashed;
	padding-top:20px;
	margin-left:20px;
	font-size: 12px;
	font-weight:bold;
	color: #505050;
	text-align: center;
}

/* 底部
------------------------------------ */
#footer{
    font-size: 12px;
	color: #333333;
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background: url(ges/footer_bg.jpg);
	text-align: center;
	height: 111px;
}
#copyright{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0px 0px 0px;
	text-align: center;
	height: 111px;
	line-height: 18px;
	font-size:12px;
	color:#666666;
}
#copyright a {
	color:#505050;
}
.STYLE1 {
    font-size:12px;
    line-height: 18px;
    color: #990000;  
}

.STYLE2 {font-size: 14px}

