img {
	border: none;
}

.category {
	width: 200px;
	margin: 6px 11px;
	float: left;
}

* html .category {
	margin: 6px 8px;
}

.catheader {
	background-image: url('../images/catheader.jpg');
	background-repeat: no-repeat;
}

.catheader a {
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 100%;
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.catheader a:hover {
	color: Black;
}

.catbody {
	background-image: url('../images/catbody.jpg');
	background-repeat: no-repeat;
	width: 200px;
	text-align: center;
	font-size: 80%;
}

.catbody a {
	margin: 0px auto;
	width: 175px;
	height: 110px;
	display: block;	
}

.catfooter {
	background-image: url('../images/catfooter.jpg');
	background-repeat: no-repeat;
	width: 200px;
	height: 50px;
	line-height: 14px;
	font-size: 11px;
	/*overflow: auto;*/
}

.catfooter p {
	text-align: center;
	padding: 5px;
	width: 190px;
	height: 37px;
	overflow: hidden;
}

.catfooter p a {
	margin: 0px 3px;
	text-decoration: none;
	color: Black;
	display: inline;
}

.catfooter p a:hover {
	color: #dd0000;
}