div#gallery {
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

div#gallery h1 {
	font-family: Georgia,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}

div#gallery h2 {
	font-family: Georgia,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin: 0px 0px 0px 0px;
}

div#gallery a {
	color: #fe8a03;
	text-decoration: none;
}

div#gallery a:hover {
	text-decoration: underline;
}

div#gallery .seperator_hz {
	margin: 8px 0px 20px 0px;
	width: 607px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-image: url('images/seperator_hz.gif');
	background-repeat: repeat-x;
}

div#gallery .span {
	margin: 0px 1em 20px 1em;
}

div#gallery .category_box {
	margin: 0px 0px 20px 0px;
}

div#gallery .category_box_content {
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	background-color: #424242;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html div#gallery .category_box_content {
	height: 1%;
}
 
/* End hide from IE5/mac */

div#gallery .category_picture {
	float: left;
	margin-right: 30px;
}

div#gallery .category_description {
	float: right;
}

div#gallery .clear_float {
	clear: both;
}

div#gallery .gallery_roundbox {
	display: block;
}
