@CHARSET "UTF-8";

h3 a {
	color:#D8CBC3;
	font-size:18px;
	text-decoration: none;
}
h3 a:hover {
  text-decoration: none;
}

.GalleryBody {
  background: #EFE9E6 url(../images/bg_gallery.jpg) scroll repeat-x top left;	
  padding-bottom: 20px;
}

table.invis {
	border-style: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}
table.invis td {
  padding: 0;
  border-style: none;
  text-align: left;
  vertical-align: top;
}

div.gallery_category_box {
  margin: 0 auto 6px;
  padding: 5px;
   background: -moz-linear-gradient(center top , rgba(163, 137, 114, 0.8), rgba(116, 85, 45, 0.8)) repeat scroll 0 0 transparent;
  background-color: #A38972;
  border-style: none;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}
div.gallery_category_box table.invis {
  width: 100%;
}
div.gallery_category_box td.category_image {
  width: 120px;
  text-align: center;
}
div.gallery_category_box img.galleryItem2 {
  margin: 5px;
}
div.gallery_category_box a.title {
  display: block;
  font-size: 15px;
  margin: 10px auto 4px;
  color: #FFFFFF;
  text-decoration: none; 
  font-weight: bold; 
}
div.gallery_category_box a.title:hover {
  text-decoration: underline;
}
div.gallery_category_box p.description {
  text-align: justify;
  color: #FFFFFF;
  font-size: 12px;
  margin: 0 8px 0 0;
}


