@charset "utf-8";
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: none
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.imgcenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.centertxt {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #CCCC99;
}
#counter {
	color: #FFFFFF;
	font-size: 75%;
	text-decoration: none;
}
counter.a:link {
	color: #FFFFFF;
}
.topiclinks {
	color: #660000;
	font-weight: bold;
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
}
#feature1 {
	background-color: #FFFFCC;
	width: 175px;
	padding-top: 10px;
	padding-bottom: 3px;
	border: 1px solid #000000;
	padding-left: 5px;
	float: left;
}
#feature2 {
	background-color: #FFFFCC;
	width: 175px;
	padding-bottom: 3px;
	border: 1px solid #000000;
	padding-left: 10px;
	float: left;
	margin-left: 20px;
}
#photoholder {
	background-color: #FFFFFF;
	float: right;
	height: 295px;
	width: 250px;
	margin-top: 10px;
	margin-left: 50px;
	display: block;
}
.category {
	font-weight: bold;
	text-transform: none;
	color: #660000;
	font-size: 110%;
}
.topic {
	color: #660000;
	font-weight: bold;
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
.centertxt {
	font-size: 150%;
	color: #9900FF;
	text-align: center;
}

