.gallery_cats {
	width: 100%;
}

.gallery_cats a {
	color: White;
}

.gallery_cat {
	background-color: White;
	border: 1px solid #5a6d8c; 
	width: 100%;
}

.gallery_cat_title {
	color: #f0f0f0;
	background-color: White;
	text-align: left;
	font-size: x-small;
	font-weight: bold;
	width: 100%;
	padding: 2px;
}

.gallery_cat_title a:link, .gallery_cat_title a:visited, .gallery_cat_title a:active {
	color: White;
}

.gallery_cat_data {
	text-align: left;
	vertical-align: top;
	width: 20%;
	padding: 2px;
}

.gallery_cat_desc {
	text-align: left;
	vertical-align: top;
	font-size: x-small;
	width: 80%;
	padding: 2px;
}

.gallery_imgs {
	width: 98%;
	border: 1px solid #5a6d8c;
	background-color: #b6b7cb;
	text-align: center;
}

.gallery_imgs_header {
	background-color: #5a6d8c;
	color: white;
	text-align: center;
	vertical-align: top;
	font-size: x-small;
	font-weight: bold;
	height: 1px;
}

.gallery_imgs_data {
	background-color: #B0C4DE;
	vertical-align: top;
	text-align: center;
}

.gallery_imgs_footer {
	background-color: #5a6d8c;
	color: white;
	text-align: left;
	vertical-align: top;
	font-size: xx-small;
}

.gallery_img {
	width: 100%;
}

.gallery_img_title {
	text-align: center;
	font-size: x-small;
}

.gallery_img_data {
	
}

.gallery_img_desc {
	text-align: justify;
	font-size: x-small;
	width: 120px;
}