body {
	margin: 0px;
	padding: 0px;
	background-color:#EDD97E; 
	background-image:url(../images/background.gif);
}

* {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
}

img {
	border: none;
}

h1 {
	font-size: 14px;
	background-image: url(../images/fleur.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 30px;
	height: 23px;
	color: #7B0308;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 30px;
}

li {
	line-height: 18px;
}

/*--------------- homepage styles ----------------*/

#homepageHeaderContainer {
	width: 800px;
	height: 435px;
	background-image: url(../images/homepage_header_bg.gif);
	background-repeat: no-repeat;
}

.homepageContentColumn {
	float: left;
	width: 230px;
	text-align: left;
	vertical-align: top;
	padding-right: 25px;
}
.homepageContentColumn p {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	line-height: 16px;
}
.homepageContentColumn h1 {
	font-size: 12px;
	background-image: url(../images/fleur.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 30px;
	height: 23px;
	color: #7B0308;
	text-transform: uppercase;
}

/*----------- content page styles ------------------*/

#headerContainer {
	width: 800px;
	height: 125px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
}

#contentContainer {
	padding: 15px;
}

#contentContainer p {
	margin: 0px 0px 0px 30px;
	padding: 0 0 7px 0;
	line-height: 18px;
}
#contentContainer p.quote {
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	padding: 20px 0px 20px 55px;
}

#contentContainer img {
	border: 3px solid #FFFFFF;
	margin: 10px;
}

#galleryContainer {
	margin: 5px 20px 20px 75px;
	width: 600px;
	height: 230px;
}

#contentContainer div.galleryThumb {
	float: left;
	width: 100px;
	height: 75px;
	background-color: #FFFFFF;
	padding: 4px;
	margin: 15px;
}
#contentContainer div.galleryThumb img {
	border: 0;
	margin: auto;
	vertical-align: middle;
	align: center;
}

/*-------------- template styles -------------------*/

#pageContainer {
	width: 800px;
	margin: 0 auto;
	border-left: 2px solid #790307;
	border-right: 2px solid #790307;
}

#menuContainer {
	height: 32px;
	text-align: center;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
a.menuItem {
	float: left;
	height: 22px;
	font-family: Georgia;
	font-size: 14px;
	color: #EEEEEE;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 20px;
	cursor: pointer;
	text-decoration: none;
}
a.menuItem:hover {
	float: left;
	height: 22px;
	font-family: Georgia;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 20px;
	cursor: pointer;
	text-decoration: none;
	background-image: url(../images/menu_on_bg.gif);
}

#footerContainer {
	clear: both;
	width: 800px;
	background-color: #790307;
	border-top: 2px solid #FFFFFF;
	margin-bottom: 20px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 0;
}
#copyright, #copyright a {
	font-size: 11px;
	font-family: verdana;
	color: #AB4748;
	padding-top: 5px;
}

