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

.splash {
	width: 934px;	height: 254px;
	background-image: url(../images/splash.jpg);
	display: block;
}
.category_container {
	width: 647px;
	margin-top: 10px;
	font-size: 12px;
}
.category_container h1 {
	width: 100%;
	height: 30px;
	display: block;
	border-bottom: 1px solid #000000;
	font-size: 14px;
}
.category_container p {
	text-align: justify;
}
.category_container a {
	color: #890000;
	font-weight: bold;
}
.category_container ul {
	list-style: none;
	padding: 0; margin: 0;
}
.category_container li {
	float: left;
	width: 154px; height: 140px;
	margin-right: 10px; margin-bottom: 10px;
	text-align: center;
}
h2 {
	font-size: 12px;
}