@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
BODY {
	font-size: 12px;
	background-color: #0d6185;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
#box {
	height: 500px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
}
#main {
	float: left;
	height: 270px;
	width: 920px;
	overflow: hidden;
}
#bottom {
	float: left;
	height: 60px;
	width: 920px;
	background-image: url(bottom.jpg);
	background-repeat: no-repeat;
}
#left {
	float: left;
	height: 200px;
	width: 450px;
	background-image: url(main_leftbg.jpg);
	background-repeat: no-repeat;
	padding-right: 70px;
	padding-left: 80px;
	text-align: center;
	color: #055f86;
}
#left img {
	padding-bottom: 8px;
}
#right {
	float: left;
	height: 160px;
	width: 285px;
	background-image: url(main_rightbg.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 35px;
}
#main_bottom {
	background-image: url(main_bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 70px;
	width: 920px;
}
#top {
	float: left;
	height: 100px;
	width: 620px;
	background-image: url(top_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 300px;
}
.input1 {
	height: 22px;
	width: 142px;
	margin-left: 10px;
	line-height: 22px;
	border: 1px solid #a3c3d1;
	padding-right: 3px;
	padding-left: 3px;
	color: #076C98;
}
.input2 {
	height: 22px;
	width: 72px;
	margin-left: 10px;
	margin-right: 5px;
	border: 1px solid #a3c3d1;
	line-height: 22px;
	padding-right: 3px;
	padding-left: 3px;
	color: #076C9A;
}
