@charset "UTF-8";
#header {
	margin-top: 0px;
	background-color: #5579ad;
	padding-top: 5px;
	background-image: url(../images/gallery_bkgnd_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header h1 a {
	color: #FFFFFF;
}
#header p.collection {
	color: #FFFFFF;
	top: 20px;
}
#header p.collection .italia {
	color: #FFFFFF;
}
body {
	background-image: none;
	background-color: #FFFFFF;
}
#footer {
	background-image: url(../images/gallery_bkgnd_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#galleryTitle {
	line-height: 1.5em;
}
h2 {
	font-weight: normal;
	font-size: 1.8em;
}
.donateNote {
	color: #7a826f;
	font-size: 0.9em;
	text-align: left;
	float: left;
}
.homeLink a {
	color: #7A826F;
	font-size: 0.8em;
	padding: 5px 0px;
}
#thumbs {
	width: 850px;
	margin: 0px auto;
}
#thumbs li {
	width: 150px;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-top: 20px;
	height: 170px;
	position: relative;
	font-size: 0.9em;
}
#thumbs img {
	margin-left: auto;
	margin-right: auto;
}
#thumbs a {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 150px;
}

