/************* Global *************/
html,body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #666666;
}

p {
	text-indent: 2em;
}

container {
	display: table;
	width: 740px;
	margin: 0 auto;
}

/************* Header *************/
#header {
	width: 740px;
	margin: 0 auto;
	borde: 1px solid #C9C9C9;
}

#logo {
	float: left;
}

#logo-text {
	height: 49px;
	line-height: 50px;
	font-size: 18px;
}
#logo-qq {
	float: right;
	height: 49px;
}

#logo img {
	border: 0;
	width: 128px;
	height: 49px;
}

#navigation {
	clear: both;
	text-align: left;
	width: 740px;
	height: 26px;
	border-top: 2px #777777 solid;
	border-bottom: 2px #777777 solid;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	margin-right: 40px;
	float: right;
}

#navigation li a {
	float: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 2px 10px 0px 10px;
	color: #666666;
	text-decoration: none;
}

#navigation li a:hover {
	background: #95ba46;
}

/************* content *************/
#content {
	width: 740px;
	margin: 0 auto;
	margin-bottom: 10px;
}


/************* Footer *************/
#footer {
	clear: both;
	width: 740px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px #a4a4a4 solid;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
