#Container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4A150D;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/Fleur-website-bg.jpg);
}
#content {
	background-image: url(images/Fleur-website-bgtop.jpg);
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#content h2 {
	font-size: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	color: #D57835;
}
#content h1 {
	font-size: 25px;
	padding: 0px;
	text-align: center;
	color: #991F2A;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#content p {
	text-align: justify;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-indent: 20px;
	line-height: 22px;
	margin: 0px;
}


#flashMenu {
	margin: 0px;
	padding: 0px;
}

#bannerTop {
	background-image: url(images/Fleur-website-full-banner-top.jpg);
	height: 206px;
}

body {
	background-color: #4A150D;
	margin-top: 0px;
}
#footer {
	background-image: url(images/Fleur-website-footer.jpg);
	height: 213px;
}

#footerMenu {
	text-align: center;
	background-color: #4A150D;
}
#footerMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footerMenu ul li {
	display: inline;
}
#footerMenu ul li a {
	padding: 15px;
	color: #E0BD61;
	text-decoration: none;
	font-weight: bold;
}
#footerMenu a:hover {
	color: #D9763B;
	text-decoration: underline;
}
