div.gallery {
	position:relative;
/*	height:200px;
	top:200px; 
	border:red solid thin;
	background: yellow; */
	margin: 3px 3px 3px 3px;
}

#content {
	clear:both;
	width:700px;
}

#content ul {
	list-style-type: none; 
	position:relative;
	top:-10px;
	padding:1px;
}

#content li	{
	font: bold 10px verdana,helvetica,arial,sans-serif;
	text-align: center;
}

#content li	{
	float: left;
/*	display: inline;
	height:50px;
	background: white;
	width:178px; */
	margin:2px;
	height:120px;
	width:105px;
}

#content img {
	border: 3px solid white;
/*	padding: 1px; */
	max-height:100px;
	max-width:100px;
	margin:3px;
}

#content a:hover img {
 	border: 1px solid #99FF00; 
}

#content h1 {
	clear:both;
	margin-bottom:20px;
}

#content h2 {
	font: bold 10px verdana,helvetica,arial,sans-serif;
	font-size:24px;
	margin-bottom:5px;
}

.clearboth { clear: both; }

