div.galleryitem {
    float : left;
	width : 212px;
	height :221px;
	text-align : center;
	border : 1px solid #c9be88;
	margin-bottom : 5px;
	margin-left : 5px;
	padding : 5px 0px;
	padding-bottom : 0px;
	overflow : hidden;
	background-color : #f0e6bc;
}
* html div.galleryitem {
	width : 212px;
	height : 268px;
	margin-left : 4px;
}
div.galleryitem h2 {
	border : none;
    vertical-align : bottom;
	margin : 0px;
	padding :0px;
	background-color : #c9be88;
}

div.galleryitem div.image {
	height : 200px;
	line-height : 200px;
	margin : auto;
	vertical-align : middle;
	margin-bottom : 5px;
}

* html div.galleryitem div.image {
	margin-bottom : 0px;
}

div.galleryitem img {
	vertical-align : middle;
	margin-top: expression(( 200 - this.height ) / 2);
}

div#footer {
	clear : both;
}
div.galleryitem.mouse_over {
	background-color : #dee89e;
	cursor : pointer;
}
div#content h1 {
	margin-bottom :6px;
	position : relative;
}
ol.gallerymenu {
	clear : both;
	list-style-type : none;
	margin : 15px;

}

.gallerymenu {
	text-align : center;
}
.gallerymenu {
	padding : 5px;
	text-decoration : none;
	border : 1px solid #c9be88;
	background-color : #f0e6bc;
}

.gallerymenu .mouse_over a {
	cursor : pointer;
	background-color : #dee89e;
}


