.main {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.top {
	height: 121px;
	width: 800px;
	background-image: url(img/top.jpg);
}
.banner {
	height: 160px;
	width: 800px;
	background-image: url(img/banner.jpg);
}
.nav {
	height: 28px;
	width: 800px;
	background-image: url(img/nav.jpg);
}
.cont {
	height: auto;
	width: 800px;
	background-image: url(img/contbgd.jpg);
}
.footer {
	height: 50px;
	width: 800px;
	background-image: url(img/footer.jpg);
}
.title {
	height: 30px;
	width: 720px;
	margin-left: 20px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.nav_link {
	height: 27px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	background-color: #437FA4;
}
.ftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
