/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #c4b794;
	background-image: url(images/backgroundGalleryLily.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color: #666666;
}
 #container {
	padding-left: 1px;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}

#header
{
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 900;
	line-height: 90px;
	background-color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/backgroundHeader2.jpg);
	text-align: center;
}

#gallery {
	padding-left: 48px;
	padding-right: 48px;
	
}
#gallery img {
	margin: 5px;
	border: 3px solid #D2D2D2;
}
h1 {
	color: #B1B1B1;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B1B1;
	line-height: 28px;
	text-align: left;
}

