#leftMarginal {
background-color:#fff;
padding: 0 10px 10px 10px;
position: absolute;
left:50%;
margin-left:-475px;
margin-top:205px;
}

#leftMarginal h3 {
margin-top:10px;
clear:both;
float:left;
}

.catButton {
	background: #d90082 url(/users/2977000/2976257/551732/img/551732_button.gif) repeat-x center center;
	background: -webkit-gradient(linear, left top, left bottom, from(#ec008e), to(#ab0267));
	background: -moz-linear-gradient(top, #ec008e, #ab0267);
	border-bottom:1px solid #000;
	padding: 7.5px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	clear:both;
	color: white;
	float:left;
	font-size: 14px;
	font-weight: bold;
	margin:10px 0 0 0;
	text-decoration: none;
	vertical-align: middle;
}
.catButton:hover {
	border-top-color: #00a4b3;
	background: #00a4b3;
	color: #ffffff;
}
.catButton:active {
	border-top-color: #00808c;
	background: #00808c;
}
.catButton img {
	margin:8px 0;
}
