@charset "utf-8";
/************************************************
	CSS StyleSheet

	Copyright (C) 2009
	Helen Heinel-Szesch
************************************************/
*, p, img {
    margin: 0;
    padding: 0;
    border: 0;
}
#wrapper {
    width: 600px;
}
div.picframe {
	width: 100px;
	height: 100px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	background: #e4e9e5;
	text-align: center;
	display: table;
	vertical-align: middle;
	border: 1px outset #aec4b2;
}
div.picthumb {
	top: 50%;
	display: table-cell;
	vertical-align: middle;
}
div.galpic {
	position: relative;
	top: -50%
}
