@charset "utf-8";
/* CSS Document */

body {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/16.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #FFF;
	text-align: center;
}
#main_content {
	width: 100%;
	float: left;
}
#main_content img {
	float: left;
	padding: 5px;
}
.item {
	width: 100%;
	height: 2px;
	clear: both;
}
.regularType {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	margin-left: 20px;
}
.LargeType {
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	color: #06F;
}
#footer {
	width: 900px;
	float: left;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 1in;
}

