body{
	background-color: #a89e56;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #88733c;
	text-align: center;
	line-height: 1.4em;
	margin: 0;
}


* {
margin: 0;
padding: 0;
}

.underline{
	text-decoration: underline;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.boldItalic{
	font-family: "Trebechut MS", verdana, arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

.boldCenter{
	font-weight: bold;
	text-align: center;
}

.center{
	text-align: center;
}

.floatLeft{
	position: relative;
	float: left;
}

.floatRight{
	position: relative;
	float: right;
}

.clearer{
	clear: both;
	line-height: 0em;
}

.contentHeaders{
	font-family: verdana, arial, sans-serif;
	color: #d1461b;
	font-size: 14px;
	font-weight: bold;
}

.contactContentHeaders{
	font-family: verdana, arial, sans-serif;
	color: #d1461b;
	font-size: 16px;
	font-weight: bold;
}

                                                                  /* HEADER STYLES*/

#wrapper{
	position: relative;
	width: 1055px;
   	margin: 0px auto;
	background-color: transparent;
	text-align: left;
}


#languageLink{
	position: relative;
	top: 40px;
	left: 715px;
	width: 300px;
	height: 30px;
	font-family: arial, verdana, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	z-index: 1;
}

#indexContainer{
	position: relative;
	float: left;
	width: 1055px;
	height: 785px;
	background-image: url(images/engMuseumHome.jpg);
	background-repeat: no-repeat;
	background-color: #a89e56;
	font-family: verdana, arial, sans-serif;
	color: #88733c;
}

#navigationBar{
	position: relative;
	float: left;
	height: 43px;
	width: 969px;
	top: 187px;
	left: 42px;
	background-color: transparent;
}

.links{
	display: block;
	float: left;
	width: 144px;
	height: 43px;
	background-color: transparent;
	text-align: center;
}

.links a{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
}

.links a:hover{
	color: #ffe673;
}



#indexContent{
	position: relative;
	float: left;
	left: 560px;
	top: 277px;
	width: 420px;
}


#gouletContainer{
	position: relative;
	float: left;
	width: 1055px;
	height: 785px;
	background-image: url(images/engGoulet.jpg);
	background-repeat: no-repeat;
	background-color: #a89e56;
	font-family: verdana, arial, sans-serif;
	color: #88733c;
}

#gouletContent{
	position: relative;
	float: left;
	left: 690px;
	top: 277px;
	width: 270px;
}


#sugarShackContainer{
	position: relative;
	float: left;
	width: 1055px;
	height: 785px;
	background-image: url(images/engSugarShack.jpg);
	background-repeat: no-repeat;
	background-color: #a89e56;
	font-family: verdana, arial, sans-serif;
	color: #88733c;
}

#sugarShackContent{
	position: relative;
	float: left;
	left: 600px;
	top: 300px;
	width: 375px;
}


#sugaringOffContainer{
	position: relative;
	float: left;
	width: 1055px;
	height: 785px;
	background-image: url(images/engSugaringOff.jpg);
	background-repeat: no-repeat;
	background-color: #a89e56;
	font-family: verdana, arial, sans-serif;
	color: #88733c;
	line-height: 1.295em;
}

#sugaringOffContent{
	position: relative;
	float: left;
	left: 690px;
	top: 277px;
	width: 310px;
}

#sugaringOffLinkContainer{
	position: relative;
	width: 310px;
}


#contactContainer{
	position: relative;
	float: left;
	width: 1055px;
	height: 785px;
	background-image: url(images/engContact.jpg);
	background-repeat: no-repeat;
	background-color: #a89e56;
	font-family: verdana, arial, sans-serif;
	color: #88733c;
	font-size: 14px;
	line-height: 1.5em;
}

#contactContent{
	position: relative;
	float: left;
	left: 665px;
	top: 277px;
	width: 310px;
}



