@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, 宋体;
	line-height: 20px;
	color: #000;
	background-color: #fff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
img{border:0px;}
a{
	color:#444;
	text-decoration: none;
}
a:hover{
	color:#FF3300;
	text-decoration: underline;
}
ul {
	list-style:none;
}
#wrap{
	width:1003px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	overflow: hidden;
}
#header{
	clear: both;
	float: left;
	height: auto;
	width: 1003px;
}
#content{
	clear: both;
	float: left;
	height: auto;
	width: 1003px;
		
	padding-top: 5px;
	
}
#footer{
	clear: both;
	float: left;
	height: 85px;
	width: 1003px;
	background-color:#1E1E1E;
	background: url(../images/footer.jpg) no-repeat center top;

	margin-top: 5px;
	
	
	
}
#left{
	float: left;
	height: auto;
	width: 660px;
	
	
}
#center{
	height: auto;
	width:300px;
	float: right;
	clear: right;
	
	margin-right:30px;
	display:inline;
	
	
}
#right{
	clear: right;
	float: right;
	height: auto;
	width: 263px;
}
#inner-left{
	float: left;
	height: auto;
	width: 250px;
}
#inner-center{
	clear: right;
	float: right;
	height: auto;
	width: 720px;
	_margin-right: 2px;
}
.clear{clear:both;}
.ny-left{
width:196px;
height:auto;
float:left;
margin-left:20px;
display:inline;
overflow:hidden;}
.ny-right{
    clear:right;
	float:right;
    height: auto;
	width: 740px;	
	margin-right:30px;
	display:inline;
	padding-top:20px;position:relative;}
	.map-nav{
	width:640px;
	height:68px;
	}
	.current-position{
	position:absolute;
	right:50px;
	top:10px;
	font-size:12px;
	}