@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	color: #333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.container {
	width: 846px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bg1.jpg);
}
.container2 {
	width: 846px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bg2.jpg);
	background-repeat:no-repeat;
	padding-bottom: 10px;
}
.header {
	height: 197px;
	width: 846px;
}
.maincontent {
	width: 796px;
	text-align: left;
	font-size: 1.1em;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	line-height: 1.5em;
}
.maincontent p {
	margin:0px;
	padding-top:8px;
	padding-bottom:8px;
}
h1 {
	margin: 0px;
	padding-top: 15px;
	font-size: 1.2em;
	color: #00A5B6;
}
h2 {
	margin: 0px;
	padding-top: 15px;
	font-size: 1.2em;
	color: #333;
}
ul {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #00B4DB;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

