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


.rightCol #categories  {
	border-top: 1px solid #d2c0c0;
	clear: right;
}
#categories .category {
	display: block;
	float: left;
	height: 200px;
	width: 230px;
	background: white;
	border-right: 1px solid #d2c0c0;
	border-bottom: 1px solid #d2c0c0;
	position: relative;
}
.category .categoryAdjustment {
	margin: 1em;
	text-align:center;
}
.category .categoryImage  {
	width: 200px;
	margin: 0 auto;
	height: 125px;
	padding: 0.2em;
	border: 1px solid #DDD;
}
.category .categoryImage A {
	display: block;
	text-decoration: none;
	line-height: 125px;
}
.category .categoryName  { margin: 0.5em 0 0 0; }

.category .categoryName A {
	color: #B10924;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 1.2em;
}
.category .categoryDescription {
	text-align: center;
	font-size: 1em;
	margin: 1em 0;
}
