body{
	background: repeat-y url(../images/bg.png) #fff;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited{
	text-decoration: none; 
}
a:hover{
}

#ju_left{
	float: left;
	margin: 0 15px 10px 0;
}
#ju_right{
	float: right;
	margin: 0 0 10px 15px;
}

#top,
#top1{
	width: 100%;
}

#body{
	padding: 0 0 0 39px;
	min-height: 700px;
}


#top,
#top-m{
	height: 106px;
}
#top-m,
#t-im,
#main,
#b-m{
	width: 930px;
}

#top{
	border-top: #274b81 6px solid; 
	background: repeat-x url(../images/bg-t.png) 0 -6px;	
}
#top-m{
	background: no-repeat url(../images/logo.png) 0 -6px;	
	position: relative;
}
	#top-m h1,
	#top-m h1 a{
		height: 80px;
		width: 150px;		
		display: block;
	}
	#top-m h1{
	position: absolute;
	top: 0;
	left: 20px;		
	}
	#top-m span#top-m-t{
		display: none;
	}
	#top-m #top1,
	#top-m #top2{
		clear: both;
		float: right;
	}
	#top-m #top1{
		text-align: right;
		font-size: 10px;		
		width: 700px;	
		height: 38px;	
	}
	#top-m #top2{
		width: 725px;	
	}	
#t-im{
	background: no-repeat url(../images/t1.jpg);
	height: 231px;	
	margin: 10px 0 0 0;
	position: relative;
}
	#t-im h1{
		color: #fff;
		margin: 0;
		padding: 0;
		line-height: normal;
		position: absolute;
		bottom: 60px;
		left: 30px;
		width: 320px;
	}
	#t-im #t-s{
		background: no-repeat url(../images/s.png);
		width: 233px;
		height: 34px;
		position: absolute;
		right: 0;
		bottom: 0;
	}	


#main{
	overflow: hidden;
}

#m-l{
	float: left;
	width: 630px;
	min-height: 500px;
	padding: 10px 0 20px 30px;
}
#m-r{
	float: right;
	width: 232px;
	min-height: 500px;
}


#bottom{
	background: #2c539e repeat-x url(../images/bg-b.png);
	min-height: 115px;
	margin: 20px 0 10px 0;
}
	#b-m #b1,
	#b-m #b2,	
	#b-m #b3{
		float: left;
		margin: 35px 0 0 0;
		color: #d4dcea;
		font-size: 11px;
		line-height: normal;
	}	
	#b-m #b1{
		width: 115px;
		padding: 15px 30px 0 30px;
	}
	#b-m #b2{
		width: 120px;
		padding: 15px 30px 0 30px;
		border-right: #5471ab 1px solid;
	}	
		#b-m #b2t,
		#b-m #b2b{
			margin: 0 30px 0 30px;
			clear: both;
		}
		#b-m #b2t{
			padding: 0;
		}	
		#b-m #b2t ul{
			margin: 10px 0 0 0;
		}	
	#b-m #b3{
		width: 500px;
		padding: 5px 0;
	}
		#b-m #b3 ul li{
			margin: 0;
			padding: 0;
		}	

	
/*menu*/	
ul.menu{
	margin: 0;
	padding: 0;
}
ul.menu,
ul.menu li{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
	ul.menu li{
		float: left;
	}
	ul.menu li a{
		margin: 0 8px 0 0;
		color: #fff;
	}
	
	#top2 ul.menu{
		margin-left: 10px;
	}
	#top2 ul.menu li a{
		margin: 0 15px;
		line-height: 30px;
	}
	
