@charset "utf-8";
#content  h3 {
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	background-image: url(../img/red.png);
	background-repeat: repeat-x;
}
#container #content #next {
	clear: both;
	float: right;
	margin: 0px;
}
.imgbox {
	float: left;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 7px;
	width: 200px;
	border: 1px solid #CCCCCC;
}
.imgblank {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.imgbox h4 {
	background-color: #990000;
	text-align: center;
	margin: 0;
	color: #FFFFFF;
	font-size: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.imgbox ul {
	margin-left: 0px;
	padding-left: 5px;
	list-style-position: inside;
}
#content hr {
	clear: both;
}


.imgbox h5 {
	background-color: #666666;
	text-align: center;
	margin: 0;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 120%;
}

