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

#homeBody {
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
}
#indexThumbs  {
	width: 360px;
	list-style-type: none;
	height: 76px;
	margin-right: 0px;
	margin-left: 335px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#indexThumbs  li {
	display: block;
	height: 76px;
	list-style-type: none;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#indexThumbs a {
	display: block;
	height: 76px;
	margin: 0px;
	padding: 0px;
}
#indexThumbnailA {
	background-image: url(../images/indexThumbs.png);
	background-repeat: no-repeat;
	width: 90px;
	margin: 0px;
	padding: 0px;
}
#indexThumbnailA a:hover {
	background-image: url(../images/indexThumbs.png);
	background-repeat: no-repeat;
	width: 90px;
	margin: 0px;
	padding: 0px;
	background-position: 0px -76px;
}
#indexThumbnailB {
	background-image: url(../images/indexThumbs.png);
	background-repeat: no-repeat;
	background-position: -90px 0px;
	width: 90px;
	margin: 0px;
	padding: 0px;
}
#indexThumbnailB a:hover {
	background-image: url(../images/indexThumbs.png);
	background-repeat: no-repeat;
	background-position: -90px -76px;
	width: 90px;
	margin: 0px;
	padding: 0px;
}
#indexThumbnailC {
	background-image: url(../images/indexThumbs.png);
	background-repeat: no-repeat;
	background-position: -180px 0px;
	width: 90px;
	margin: 0px;
	padding: 0px;
}
#indexThumbnailC a:hover {
	background-image: url(../images/indexThumbs.png);
	background-repeat: no-repeat;
	background-position: -180px -76px;
	width: 90px;
	margin: 0px;
	padding: 0px;
}
#enterHead {
	background-image: url(../images/Thumb_Box.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
}
#enterFoot {
	background-image: url(../images/Thumb_Box.png);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	height: 15px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
#homeBody h2 {
	margin-top: 100px;
}
#homeBody h4 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BCC4D5;
	border-left-color: #BCC4D5;
	width: 198px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#homeBody h3 {
	margin-top: 15px;
}
#homeBody a {
}
#homeBody a:hover {
	color: #BCC4D5;
}

