#badges {
	margin:10px auto;
	list-style-type:none;
	overflow:hidden;
	border-bottom:1px solid #999;
}

.twoBadge {
	width:450px;
}
.threeBadge {
	width:670px;
}
.fourBadge {
	width:880px;
}

#badges li {
	display:block;
	float:left;
	width:210px;
	height:350px;
	margin-right:10px;
	background:transparent;
	border:none;
}
#badges li img {
	margin:5px auto;
	padding:5px;
	border:1px solid #d5cac6;
}
#badges li a:link img {
	border-color:#ccc;
}
#badges li a:hover img {
	border-color:#600;
}

#badges li h3 {
	text-transform: uppercase;
	font-size:1em;
	font-weight:bold;
	line-height:1;
	color:#333;
}
#badges li p {
	font-size:0.9em;
	text-align:left;
	color:#333;
}

#categoryContent {
	width:600px;
	margin:0 auto;
}
	#categoryContent p {
		margin-bottom:1em;/*override typography.css*/
		font: normal normal normal 1em/1.5em "Lucida Grande", Verdana, sans-serif;
		text-indent:1.5em;
	}