.category_deco {
	padding-top: 30px; 
	padding-bottom: 30px;
	min-height: 750px;
}

.category_title {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	color: #000000;
	font-size: 26px;
	line-height: 28px;
	text-align: center;
}

.category_list_style {
	color: #000000;
	font-size: 16px;
	line-height: 28px;
}
.category_list_style:hover {
	color: #004b75;
	text-decoration: underline;
}

.category_item {
	float: left;
	width: 25%;
}
.category_item_style {
	color: #000000;
	line-height: 26px;
}
.category_item_style:hover {
	color: #004b75;
	text-decoration: underline;
}