/* GENERAL STYLING */
* {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
html, body {
	background: #DDD7C1;
	color: #898164;
}
a, a:hover, a:visited {
	color: #761F11;
}
#container {
	width: 760px;
	background: #FFF url('../images/bg.gif') repeat-y;
	margin: 10px auto;
	min-height: 680px;
	height: 680px;
}
.clearing {
	clear: both;
	height: 0px;
}

/* HEADER ELEMENTS */

h1 {
	background: url('../images/logo.gif') no-repeat;
	width: 760px;
	height: 109px;
	text-indent: -10000em;
	overflow: hidden;
	background-position: 60px 16px;
}

/* NAVIGATION ELEMENTS */

#nav {
	background: #746B3D url('../images/logo.gif') no-repeat;
	list-style: none;
	width: 100%;
	height: 18px;
	padding-top: 3px;
	background-position: 60px -93px;
}

#nav li {
	float: left;
	clear: none;
	padding: 0 6px;
	border-left: 1px #FFF solid;
}

#nav li#first_nav_link {
	border-left: none;
	padding-left: 105px;
}

#nav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#nav li a:hover {
	color: #E0DED6;
}

#nav li #specials {
	font-style: italic;
}

/* CONTENT ELEMENTS */

#content {
	background: url('../images/logo.gif') no-repeat;
	width: 100%;
	background-position: 60px -115px;
	height: 25px;
}

/* CONTENT - KHUMBULA STYLING */

#khumbula {
	list-style: none;
	float: left;
	clear: none;
	width: 250px;
	margin-top: 20px;
	margin-left: 64px;
	text-align: justify;
}

#khumbula li p {
	color: #FFF;
}

#khumbula img {
	border: 1px #FFF solid;
}

#khumbula li #khumbula_logo {
	display: block;
	width: 197px;
	height: 72px;
	background: url('../images/logo-khumbula.gif');
	text-indent: -10000em;
	margin: 15px auto;
	overflow: hidden;
}

/* CONTENT - 5 MOUNTAINS STYLING */

#five_mountains {
	list-style: none;
	float: right;
	clear: none;
	width: 250px;
	margin-top: 20px;
	margin-right: 66px;
	text-align: justify;
}

#five_mountains img {
	border: 1px #928A51 solid;
}

#five_mountains li #five_mountains_logo {
	display: block;
	width: 197px;
	height: 76px;
	background: url('../images/logo-5mountains.gif');
	text-indent: -10000em;
	margin: 15px auto;
	overflow: hidden;
}

/* FOOTER ELEMENTS */

#footer {
	background: #761F11;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	text-align: right;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 7px;
}
#peronii {
	text-align: center;
	border-top: 1px solid #761F11;
}

#peronii a {
	color: #746B3D;
	text-decoration: none;
	position: relative;
	top: 5em;
}