@charset "UTF-8";
/* CSS Document */

#gallerycontainer {
	float: left;
	width: 560px;
	position: relative;
	padding-left: 20px;
}
#gallerycontainer img {
	background-color: #FFFFFF;
	border: 1px solid #D5D2BD;
	padding: 5px;
	margin: 8px;
}
#gallerycontainer h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #663300;
}
