/*
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #9D4F00;
}
a:hover {
	color: #C30;
}

body {
	background: #D6C394;
	padding-top: 0px;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	line-height: 18px;
	
}

p,code,ul {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

li {list-style: none;}

h1 {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}
h2 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 2px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {
	padding-top: 6px;
	color: #B16725;
	margin-bottom: 4px;
	font-size: 16px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
	height: 1px;
}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	font-size: 1.2em;
	padding: 0px;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B49B60;
	border-right-color: #B49B60;
	border-bottom-color: #B49B60;
	border-left-color: #B49B60;
}

.outer-container {
	padding-bottom: 4px;
	background-color: #D6C394;
}

/* headere & title */
.header {
	height: 110px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #222;
	background-image: url(images/tpBg.jpg);
	background-repeat: repeat-x;
}
.header .title {
	color: #FFF;

}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	padding: 2px 12px 0 0;
	background-color: #F7EFE7;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F7EFE7;
}

/* content */
.content {
	float: right;
	width: 565px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 2px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #633000;
	font-weight: normal;
}

/* navigation */
.navigation {
	float: left;
	width: 315px;
	background-image: url(images/pickBg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #633000;
}
.navigation h3 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	background-image: url(images/horLin.jpg);
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #633000;
}
.navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003000;
	padding-left: 2px;
	text-align: justify;
	font-weight: normal;
	line-height: 18px;
}
.navigation li a {
	display: block;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #003000;
	padding: 8px 0 8px 4px;
	;
	font-weight: bold;
	
	
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;
}

/* footer */
.footer {
	color: #633000;
	margin-top: 0px;
	background-color: #F7EFE7;
	background-image: url(images/ftrBg.jpg);
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 100px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	text-align: center;
}
.footer a {
	color: #633000;
	text-decoration: none;
	font-size: 11px;
}
.footer a:hover {
	color: #633000;
}
.footer .right, .footer .right a {
	color: #633000;
}
.footer .right a:hover {
	color: #633000;
}
.topimage {
	height: 186px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFF;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding-right: 80px;
	padding-left: 70px;
	color: #FFFFFF;
}
ul br {
	text-align: center;
}
ul img {
	text-align: center;
}
#Div1 {
	left:0px;
	top:0px;
	width:545px;
	z-index:1;
	float: left;
	background-image: url(images/stBg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Div2 {
	left:0px;
	width:300px;
	z-index:2;
	float: left;
}
#Div3 {
	left:230px;
	width:230px;
	z-index:3;
	float: right;
}
#containero {
	width:545px;
	bottom:0;
	color: #633000;
}
#navlist li a {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding-right: 1px;
	padding-left: 1px;
	color: #FFFFFF;
}

.safaris a {

color: #633000; text-decoration: none;
}
.safaris {


color: #633000; text-decoration: none;
}
