@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}.wrapper {
	margin: auto;
	height: auto;
	width: 995px;
}
.header {
	font-family: tahoma;
	font-size: 30px;
	color: #0c79aa;
	float: left;
	height: auto;
	width: 995px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.nav-container {
	float: left;
	height: auto;
	width: 638px;
	padding-right: 179px;
	padding-left: 178px;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #d94825;
	text-align: center;
	float: left;
	height: auto;
	width: 638px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.main-body {
	background-image: url(images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: auto;
	width: 638px;
	padding-right: 179px;
	padding-left: 178px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item-cage {
	float: left;
	height: auto;
	width: 638px;
	margin-bottom: 30px;
}
.item-a {
	background-color: #d8f2fc;
	float: left;
	height: auto;
	width: 180px;
	border: 1px solid #95c5d8;
	padding: 5px;
}.item-b {
	background-color: #d8f2fc;
	float: left;
	height: auto;
	width: 180px;
	border: 1px solid #95c5d8;
	padding: 5px;
	margin-left: 31px;
}.item-c {
	background-color: #d8f2fc;
	float: left;
	height: auto;
	width: 180px;
	border: 1px solid #95c5d8;
	padding: 5px;
	margin-left: 31px;
}
.item-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	text-align: center;
	float: left;
	height: 100%;
	width: 100%;
	display: block;
}
.item-img {
	float: left;
	height: auto;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.check {
	text-align: center;
	float: left;
	height: auto;
	width: 180px;
}

