.top-nav {
	width: 100%;
	height: 35px;
	background: #4775c9; /* #40af64 */
	color: #fff;
	line-height: 35px;
}

.top-nav .top-detail {
	width: 1000px;
	margin: 0 auto;
}

.top-nav .top-detail div {
	display: inline-block;
	width: 49.5%;
}

.top-nav a:link {
	color: #fff;
	text-decoration: none;
}

.top-nav a:hover {
	color: #000;
	text-decoration: none;
}

.top-nav a:active {
	color: #fff;
	text-decoration: none;
}

.content {
	width: 1000px;
	margin: 0 auto;
}

.hleft,.hright {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline-block;
	vertical-align: top;
}

.header .hleft {
	width: 49.50%;
}

.header .hright {
	width: 49.50%;
	text-align: right;
}

.header {
	margin: 20px 0px 10px;
	color: #777;
	height: 70px;
	line-height: 70px;
}

.header .hright input {
	padding: 5px;
	border: 1px solid #ccc;
}

.header a:link {
	color: #777;
	text-decoration: none;
}

.header a:hover {
	color: #000;
	text-decoration: none;
}

.header a:active {
	color: #777;
	text-decoration: none;
}

.logo {
	background: url("../images/logo.png") no-repeat;
	width: 320px;
	height: 70px;
}