#main a:hover{
	text-decoration: none;
}

#main ul a{
	display: block;
	text-decoration: none;
}

#main li{
	display: inline;
	width: 140px;
	padding: 5px;
	margin: 5px;
	list-style: none;
	text-align: center;
	float: left;
}

#main li:hover{
	border: dotted 1px #b60820;
	padding: 4px;
}

#main h2{
	clear: both;
}

#main .category_title h2{
	margin-bottom: .5em;
	padding-top: 1.5em;
}

#main .category_title h2:first-child{
	
}
