body {
	background: #d9ca9f;
	margin: 0;
	padding: 0;
	color: #543400;
	font-family: "Avenir Roman", "Myriad Pro", Calibri, Arial, Sans-Serif;
	font-size: 14px;
	text-align: center;
}

a {
	color: #543400;
	font-family: "Avenir Roman", "Myriad Pro", Calibri, Arial, Sans-Serif;
}

#wrapper-main {
	background: #d9ca9f url(../images/global/topper.jpg);
	width: 824px;
	height: 702px;
}


#wrapper-top {
	background: #d9ca9f url(../images/global/topper-top.jpg);
	width: 824px;
	height: 38px;
}

#wrapper-bot {
	background: #d9ca9f url(../images/global/topper-bot.jpg);
	width: 824px;
	height: 38px;
}

#navigation-bar {
	margin-left: 310px;
}


#navigation-logo {
	float: left;
	width: 225px;
	height: 170px;
	margin-top: 8px;
	margin-left: 33px;
	margin-right: 50px;
}

#navigation-option {
	float: left;
	padding-left: 20px;
	margin-top: 101px;
}

#navigation-about {
	display: block;
	background: transparent url(../images/global/nav-about.jpg) no-repeat;
	width: 48px;
	height: 13px;
}

#navigation-about:hover {
	display: block;
	background-image: url(../images/global/nav-about-on.jpg);
	width: 48px;
	height: 13px;
}

#navigation-tour {
	display: block;
	background: transparent url(../images/global/nav-tour.jpg) no-repeat;
	width: 40px;
	height: 13px;
}

#navigation-tour:hover {
	display: block;
	background-image: url(../images/global/nav-tour-on.jpg);
	width: 40px;
	height: 13px;
}

#navigation-menu {
	display: block;
	background: transparent url(../images/global/nav-menu.jpg) no-repeat;
	width: 41px;
	height: 13px;
}

#navigation-menu:hover {
	display: block;
	background-image: url(../images/global/nav-menu-on.jpg);
	width: 41px;
	height: 13px;
}

#navigation-events {
	display: block;
	background: transparent url(../images/global/nav-events.jpg) no-repeat;
	width: 55px;
	height: 13px;
}

#navigation-events:hover {
	display: block;
	background-image: url(../images/global/nav-events-on.jpg);
	width: 55px;
	height: 13px;
}

#navigation-shop {
	display: block;
	background: transparent url(../images/global/nav-shop.jpg) no-repeat;
	width: 38px;
	height: 13px;
}

#navigation-shop:hover {
	display: block;
	background-image: url(../images/global/nav-shop-on.jpg);
	width: 38px;
	height: 13px;
}

#navigation-contact {
	display: block;
	background: transparent url(../images/global/nav-contact.jpg) no-repeat;
	width: 85px;
	height: 13px;
}

#navigation-contact:hover {
	display: block;
	background-image: url(../images/global/nav-contact-on.jpg);
	width: 85px;
	height: 13px;
}
