@charset "utf-8";
/* CSS Document */

*{
	margin: 0 auto;
	padding: 0 auto;
}


#menu{
	width: 1000px;
	
}

#bar{
	width: 960px;
	height: 190px;
}

#logo{
	width: 288px;
	height: 188px;
	background:url(images/guoLuLOGO.GIF);
	margin-left: 0px;
	float: left;
	
}

#courseGuoLu{
	width: 672px;
	height: 174px;
	background:url(images/courseGuoLu.GIF);
	margin-top: 14px;
	float: right;
	
}

#courseMarquee{
	margin: 20px 30px 10px 30px;
}

#clearIt{
	clear: both;
}

#mainBox{
	width: 960px;
	
}

#searchKey{
	width: 960px;
	height: 37px;
	background: url(images/search.gif); 
		
}



#footer{
	width: 960px;
	height: 137px;
	background: url(images/footer.gif);
	
}

#searchKey img{
	border: 0px;
}

#searchKey ul{
	margin: 0px;
	padding: 0px;
	border: medium none;
	line-height: normal;
	list-style-type: none;
	display: inline;
}

#searchKey li{
	margin: 0px;
	float: left;
	display: block;
}

#searchKey li a{
	cursor: pointer;
	border: 0px;
}

.welcome{
	display:block;
	text-align: center;
	font-family: "黑体";
	font-size: 16px;
	color: #005286;
}

.sTop{
	margin-top: 5px;
}
