@charset "utf-8";
#category {
	width: 720px;
	margin-top: 20px;
}
#category .inner-category {
	height: 308px;
	width: 136px;
	background-color: #efefef;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}

#category .inner-category-edge {
	height: 308px;
	width: 136px;
	background-color: #efefef;
	float: left;
	padding-top: 10px;
}
#category img:hover, img:focus {
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#category img {
	margin-top: 10px;
	border: 1px solid #c3c3c3;
	margin-left: 15px;
}
#category .view-btn {
	background-image: url(../Images/Projects/view-btn.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 110px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#category .view-btn a {
	display: block;
	height: 28px;
	width: 110px;
}
#category h2 {
	text-align: center;
}
