/*#categoryGroup{
	position:relative;
	border:1px solid #FF0000;
	min-height:200px;
  height: auto !important;
	height: 200px;
	text-align:center;
}*/

#category{
	position:relative;
	float:left;
	border:1px solid #CCCCCC;
	/*-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;*/
	width:163px;
	min-height:350px;
  height: auto !important;
	height: 350px;
	margin:5px 2px 2px 2px;
	padding:5px;
}

#category h1{
	margin:0;
	padding:0;
	font-size:14px;
	color:#f26631;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	border:0px solid #FF0000;
	height:36px;
}

#category a:link, a:visited{
	color:#000000;
	text-decoration:none;
	font-size:10px;
}

#category a:hover{
	color:#f26631;
	text-decoration:underline;
	font-size:10px;
}