@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
}
#picscontent {
	position: relative;
	left: 230px;
	width: 700px;
	height: auto;
	margin: 10px 0 0 0;
	line-height: 14px;
	background-color: #eeeeee;
}
.headline {
	background-color: #FFFFFF;
	color: #db0000;
	text-align: center;
}

.gallerycontainer{
/*Add a height attribute and set to largest image's height to prevent overlaying*/
/*height: 412px;*/
position: relative;
margin: 7px 0 0 12px;
}
.thumbnails img{
background-color: #FFFFFF;
border: 1px solid black;
margin: 5px 5px 10px 0;
padding: 5px;
}
