/* CSS Document */
html {
	height: 100%;
	}
body {
	background-color: #fff;
	text-align: center;
	height: 100%;
}
	
#mainContainer {
	position: relative;
	background: url(../images/bgpaper.png) top left repeat;
	width: 1016px;
	margin: 0 auto;
}

#leftTorn {
	position: relative;
	background: url(../images/leftTorn.gif) top left repeat-y;
	height: 100%;
}

#rightTorn {
	position: relative;
	background: url(../images/rightTorn.gif) top right repeat-y;
	height: 100%;
}
	

/*///////////////////////////////
     TYPE     ////////////////*/
p {
	font: 0.9em/1.5em "Times New Roman", Times, serif;
	color: #47230d;
	margin: 10px 0px;
	font-weight: bold;
	font-style: italic;
}

h1 {
	font: 1.4em/1.8em Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #030303;
}

h2 {
	font: 1.3em/1.7em Verdana, Helvetica, Arial, Geneva, sans-serif;
		color: #030303;
}

h3 {
	font: 1.2em/1.6em Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #903;
}

h4 {}

li {
	display: inline;
}

ul ()

p.copyright {
	font: 0.8em Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #78202f;
	}
	
p a:link,
p a:visited,
p a:active {
	color: #78202f;
	text-decoration: underline;
	}
	
p a:hover {
	color: #78202f;
	text-decoration: none;
	}

/*///////////////////////////////
     SITE      ////////////////*/
#site {
	position: relative;
	background: url(../images/bgpaper.png) repeat top left;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: center;
	}


/*///////////////////////////////
   HEADER      ////////////////*/
#header{
	position: relative;
	float: left;
	padding-top: 10px;
	width: 100%;
}


/*///////////////////////////////
  NAV         ////////////////*/
#nav {
	position: relative;
	float: left;
	width: 960px;
	background: #78202f;
	border-bottom: 3px solid #f5b351;
	text-align: left;
	height: 30px;
	padding: 3px 0px;
	z-index: 2;
	clear: both;
	margin-top: 10px;
}

#nav ul,
#nav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 28px;
	z-index: 5;
	}

#nav ul {
	margin-left: 20px;
	margin-top: 2px;
	}
	
#nav ul li a {
	position: relative;
	float: left;
	background-image: url(../images/nav2.gif);
	height: 30px;
	z-index: 100;
}
	
.navAboutRuaha a {
	background-position: 0px 0px;
	width: 85px;
}
.navAboutRuaha a:hover {
	background-position: 0px -30px;
	}
	
.navAboutUs a {
	background-position: -95px 0px;
	width: 80px;
}
.navAboutUs a:hover {
	background-position: -95px -30px;
	}
.navAboutTheCamp a {
	background-position: -183px 0px;
	width: 100px;
}
.navAboutTheCamp a:hover {
	background-position: -183px -30px;
	}
.navWhenToVisit a {
	background-position: -295px 0px;
	width: 93px;
}
.navWhenToVisit a:hover {
	background-position: -295px -30px;
	}
.navActivities a {
	background-position: -398px 0px;
	width: 75px;
}
.navActivities a:hover {
	background-position: -398px -30px;
	}

#nav ul li.navComactivities a {
	background: url('../images/nav9.png') no-repeat 0 4px;
	width: 133px;
}

#nav ul li.navComactivities a:hover {
	background: url('../images/nav9_h.png') no-repeat 0 4px;
}

.navFloraFauna a{
	background-position: -480px 0px;
	width: 106px;
} 
.navFloraFauna a:hover {
	background-position: -480px -30px;
	}
.navRates a{
	background-position: -596px 0px;
	width: 55px;
}
.navRates a:hover {
	background-position: -596px -30px;
	}
.navContact a{
	background-position: -657px 0px;
	width: 68px;
}
.navContact a:hover {
	background-position: -657px -30px;
	}

#nav a span {
	display: none;
}

/*///////////////////////////////
  CONTAINER    ////////////////*/
#container {
	position: relative;
	float: left;
	background: url(../images/watermark.gif) no-repeat bottom right;
	width: 100%;
	clear: both;
}


/*///////////////////////////////
   MAINTEXT     ////////////////*/
#maintext {
	position: relative;
	float: left;
	width: 410px;
	text-align: justify;
	padding: 30px 0px 20px 120px;
	background: url(../images/flower.gif) no-repeat 0px -10px;
}

#mainimage {
	position: relative;
	float: right;
	width: 345px;
	padding: 35px 30px 20px 0px;
}

/*///////////////////////////////
    FOOTER      ////////////////*/
#footer {
	position: relative;
	float: left;
	width: 960px;
	text-align: center;
	clear: both;
	margin-top: 105px;
	margin-bottom: 10px;
	}
	
#footer span {
	color: #78202f;
	font: 0.7em/1.4em Verdana, Helvetica, Arial, Geneva, sans-serif;
	text-decoration: underline;
}

#footer > #copyright > span{
	color: #78202f;
	font: 0.7em/1.3em Verdana, Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
}

#footer > #copyright > a{
	color: #78202f;
	font: 0.7em/1.3em Verdana, Helvetica, Arial, Geneva, sans-serif;
	text-decoration: underline;
}

#footer li{
	padding: 0 4px;
}
#footer ul{
	padding-bottom: 10px;
	}

* html #footer {
	padding-top: 305px;
}	

*:first-child+html #footer {
	padding-top: 305px;
}
	
/*///////////////////////////////
    COPYRIGHT   ////////////////*/
p.copyright > a:link{
	color: #78202f;
	font: 0.5em Verdana, Helvetica, Arial, Geneva, sans-serif;
	}


/*///////////////////////////////
    IMAGES   ////////////////*/
#imglogo{
	position: relative;
	float: left;
	padding: 5px;
	margin-left: 15px;
	overflow: visible;
	z-index: 99;
}

#imgdescriptionlogo{
	position: relative;
	float: left;
	padding: 5px;
	padding-top: 40px;
	overflow: visible;
	z-index: 99;}
	
#imgtree{
	position: absolute;
	float: left;
	width: 200px;
	text-align: right;
	z-index: 3;
	right: 0px;
	top: 0px;
}

#imgtree2{
	position: absolute;
	float: left;
	width: 124px;
	text-align: right;
	z-index: 3;
	right: 0px;
	top: 125px;
}

#imgflower{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}