/* CSS Document */

body {
	margin: 0px;
	background-color: #fff;
	background-image: url(../stat/bg.gif);
	background-repeat: repeat-x;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -300px;
	width: 600px;
}

#level1 {
	float: left;
	display:inline;
	width: 600px;
	height: 88px;
	background-color: #fff;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

#level2 {
	float: left;
	display:inline;
	width: 600px;
	height: 40px;
	border-left: 1px solid #076d80;
	border-right: 1px solid #076d80;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#level3 {
	float: left;
	display:inline;
	width: 600px;
	height: 100%;
	background-color: #fff;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

#level4 {
	float: left;
	display:inline;
	width: 600px;
	height: 30px;
	background-color: #edecea;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
}

#level5 {
	float: left;
	display:inline;
	width: 600px;
	height: 40px;
	background-color: #fff;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

.logo {
	float: left;
	margin-left: 15px;
	margin-top: 12px;
	display:inline;
}

.contact {
	float: left;
	margin-left: 200px;
	margin-top: 12px;
	display:inline;
}

.button1 {
	float: left;
	width: 118px;
	height: 40px;
	border-right: 1px solid #61c7da;
	text-align: center;
	padding-top: 10px;
}

.button2 {
	float: left;
	width: 118px;
	height: 40px;
	border-left: 1px solid #006b7f;
	border-right: 1px solid #61c7da;
	text-align: center;
	padding-top: 10px;
}

.button3 {
	float: left;
	width: 118px;
	height: 40px;
	border-left: 1px solid #006b7f;
	border-right: 1px solid #61c7da;
	text-align: center;
	padding-top: 10px;
}

.button4 {
	float: left;
	width: 118px;
	height: 40px;
	border-left: 1px solid #006b7f;
	border-right: 1px solid #61c7da;
	text-align: center;
	padding-top: 10px;
}

.button5 {
	float: left;
	width: 118px;
	height: 40px;
	border-left: 1px solid #006b7f;
	text-align: center;
	padding-top: 10px;
}

#leftContent {
	float: left;
	display:inline;
	width: 230px;
	padding: 12px 12px 12px 12px;
}

#rightContent {
	float: left;
	display:inline;
	width: 320px !important;
	width: 355px;
	padding: 12px 12px 12px 12px;
}

.copyright {
	float: left;
	margin-top: 8px;
	margin-left: 15px;
	display: inline;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

#recruit {
	float: right;
	width: 125px;
	height:16px;
	margin-top: 7px;
	margin-right: 15px;
	display: inline;
	background-color: #1a93aa;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#quotation {
	float: right;
	width: 125px;
	height:16px;
	margin-top: 7px;
	margin-right: 15px;
	display: inline;
	background-color: #1a93aa;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}