html {
	background-color: #9999CC;
}

h5 {
	color: #003399;
	font-size: 13px;	
}

.center {
	width: 670px;
	margin: 0 auto;
}

.wrap {
	position: relative;
	float: right;
	width: 660px;
	margin-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

.header {
	width: 650px;
	height: 90px;
	background: url(../images/header.png) 10px 10px no-repeat;
	border-bottom: 1px solid #003399;
}

.header .text {
	float: right;
	margin-top: 45px;
	font-size: 26px;
	color: #003399;
}

.left_col {
	float: left;
	width: 160px;
	margin-bottom: 20px;
}

.menu {
	float: left;
	margin-bottom: 10px;
}

.menu a, .menu p {
	display: block;
	width: 150px;
	font-size: 14px;
	color: #003399;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #003399;
	background: none;
}

.menu a.active, .menu a:hover {
	background: url(../images/dot.png) right 10px no-repeat;
}


.address {
	margin-top: 10px;
	margin-bottom: 25px;
	color: #9999CC;
}

.copyright {
	width: 100%;
	font-size: 11px;
	color: #666666;
	clear: both;
}

.content {
	position: relative;
	float: left;
	width: 490px;
	padding-top: 10px;
}

.content a img {
	float: left;
	margin-bottom: 8px;
}

.content a img.middle {
	margin-left: 6px;
	margin-right: 6px;
}

.content a img {
	border: 3px solid #FFFFFF;
}

.content a:hover img {
	border: 3px solid #003399;
}

.content .left_col, .content .right_col {
	position: relative;
	float: left;
}

.content .left_col { width: 327px; }
.content .right_col { width: 163px; }

.content .right_col img {
	position: relative;
	padding-bottom: 10px;
	float: right;
}

