@charset "utf-8";
body {
	line-height: 25px;
	background-image: url(../images/bg.png);
}
#wrapper {
	background-color: #FFFFFF;
	width: 1000px;
	margin: 0 auto;
	-moz-box-shadow:0px 0px 3px 4px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:0px 0px 3px 4px rgba(20%,20%,40%,0.5);
	box-shadow:0px 0px 3px 4px rgba(20%,20%,40%,0.5);
}
#header {
	background-image: url(../images/header.png);
	height: 297px;
}
#content {
	padding: 0 0 15px 0;
	min-height: 400px;
	height:  auto!important;
	height: 400px;
}
#list {
	float: right;
	font-size: 13px;
	font-weight: bold;
}
#list a {
	text-decoration: none;
	color: #9966CC;
}
#main, #down {
	padding: 20px 35px 10px 35px;
}
#main a {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
#down a {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
#footer {
	background-image: url(../images/footer.png);
	height: 69px;
	font-size: 13px;
}
#menu-down {
	padding-top: 15px;
	text-align: center;
}
#menu-down a {
	color: #CCCCCC;
	text-decoration: none;
}



.red {
	color: #FF0033;
	font-weight: bold;
	font-size: 18px;
}
.blu {
	color: #000066;
	font-weight: bold;
}
.padd {
	padding: 5px;
	font-size: 14px;
}
.title {
	color: #FF3300;
	font-size: 18px;
	font-weight: bold;
}
.mapbg {
	background-image: url(../images/mapbg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	
}
