#main h2 {
	margin-top: 25px;
	clear: both;
}
#main p {
	margin-top: 20px;
}
#main ul {
	list-style-type: none;
	margin-top: 7px;
}
#main li {
	float: left;
	height: 90px;
	width: 176px;
	padding-right: 1px;
	padding-bottom: 1px;
}
#main a {
	display: block;
	height: 88px;
	width: 174px;
	border: 1px solid #CCCCCC;
}
#main a:hover {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

