body {
	margin: 0;
	background: url(../../images/background_img.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #352d2b;	
}

#container {
	display:block;
	position:absolute;
	width:880px;
	margin-left:-440px;
	left:50%;
}

#header {
	display: block;
	height:141px;
	background: red;
	background: url(../../images/header_background.gif);
}

	#header a.top_menu {
			display:block;
			text-indent:-9999px;
			overflow:hidden;
			position:absolute;
			background-position: 0 0;
			height:42px;
			float: right;
			margin-top: 99px
		}
			#header a.top_menu:hover {  background-position: 0 42px;  }
		
			#header a.angle 			{  	background:url(../../images/menu/angle_zambia.gif); 			width:125px; left:231px	}
			#header a.barotse 			{  	background:url(../../images/menu/barotse_tiger_camp.gif); 		width:125px; left:362px	}
			#header a.livingstone 		{  	background:url(../../images/menu/livingstone.gif); 				width:125px; left:493px	}
			#header a.mozambique 		{  	background:url(../../images/menu/mozambique.gif); 				width:125px; left:624px	}
			#header a.contact 			{  	background:url(../../images/menu/contact.gif); 					width:125px; left:755px	}
			
#logo {
	float: left;
	width: 235px;
	height: 141px;
	background: url(../../images/logo.gif);
	text-indent: -9999px;
	margin-left: -25px;
}

#content {
	display: block;
	width: 670px;
	background: #191b17;
	float: right;
	margin-top: 8px;
}

#sidebar {
	display: block;
	width: 162px;
	height: 445px;
	float: right;
	margin: 8px 0 0 5px;
}

.side_image {
	margin-bottom: 6px;
}

#image_holder {
	display: block;
	width: 655px;
	height: 344px;
	margin: 8px;
	}
	
.header {
	font-family: Georgia;
	font-size: 15px;
	color: #FFF;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

p {
	font-family: Verdana;
	font-size: 10px;
	line-height: 17px;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

p a {
	font-family: Verdana;
	font-size: 10px;
	line-height: 17px;
	color: #fb9f02;
	text-decoration: none;
	font-style: italic;
	text-align: justify;
}

p a:hover {
	font-family: Verdana;
	font-size: 10px;
	line-height: 17px;
	color: #fb9f02;
	text-decoration: underline;
	font-style: italic;
	text-align: justify;
}

#footer {
	font-family: Verdana;
	font-size: 10px;
	line-height: 24px;
	color: #655a57;
	text-align: left;
	padding-left: 44px;
	clear:both;
}

#footer a {
	font-family: Verdana;
	font-size: 10px;
	line-height: 24px;
	color: #655a57;
	text-decoration: none;
	text-align: center;
	clear:both;
}

#footer a:hover {
	font-family: Verdana;
	font-size: 10px;
	line-height: 24px;
	color: #655a57;
	text-decoration: underline;
	text-align: center;
}

.content_header {
	font-family: Verdana;
	font-size: 10px;
	color: #fb9f02;
	text-align: justify;
}

.copy {
	font-family: Verdana;
	font-size: 10px;
	line-height: 17px;
	color: #FFF;
	padding-right: 10px;
	text-align: justify;
}

.copy a {
	font-family: Verdana;
	font-size: 10px;
	line-height: 17px;
	color: #fb9f02;
	text-decoration: none;
	font-style: italic;
	text-align: justify;
}

.copy a:hover {
	font-family: Verdana;
	font-size: 10px;
	line-height: 17px;
	color: #fb9f02;
	text-decoration: underline;
	font-style: italic;
	text-align: justify;
}

.coords {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #867875;
	padding-right: 10px;
	text-align: justify;
}

#contactform {
	margin: 16px 0 0 10px;
	padding:0;
}

fieldset.contact {
	margin: 0;
	padding: 0;
	border: 0;
}

.contact input, .contact button {
	border: none;
	float: left;
	margin: 0;
}

.contact input.box {
	border: 1px solid #343632;
	font-size: 11px;
	padding: 5px 0 0 5px;
	font-family: Verdana;
	color: #fb9f02;
	width: 145px;
	height: 18px;
	background: #10120d;
	margin-bottom: 10px;
}

.contact input.box:focus {
	background: #000000;
	outline: none;
}

.contact input.subject {
	border: 1px solid #343632;
	font-size: 11px;
	padding: 5px 0 0 5px;
	font-family: Verdana;
	color: #fb9f02;
	width: 312px;
	height: 18px;
	background: #10120d;
	margin-bottom: 10px;
}

.contact input.subject:focus {
	background: #000000;
	outline: none;
}

.contact textarea.message {
	border: 1px solid #343632;
	font-size: 11px;
	padding: 5px 0 0 5px;
	font-family: Verdana;
	color: #fb9f02;
	width: 312px;
	background: #10120d;
	margin-bottom: 10px;
}

.contact textarea.message:focus {
	background: #000;
	outline: none;
}

.contact .btn {
	width: 69px;
	height: 26px;
	cursor: pointer;
	text-indent: -9999px;
	background: #ded7cf url(../../images/btn_submit.gif) no-repeat top right;
	margin-left: 250px;
}
	
.contact .btn:hover {
	background: #ded7cf url(../../images/btn_submit_hover.gif) no-repeat bottom right;	
}

.contact_text {
	font-family: Verdana;
	font-size: 10px;
	line-height: 17px;
	color: #FFF;
	padding-right: 10px;
	text-align: justify;
}

.required {
	font-family: Georgia;
	color: #6e665d;
	font-size: 11px;
	line-height: 19px;
	font-style: italic;
}

#errors {
	font-family: Verdana;		
	font-size:9px;
	font-weight:normal;
	line-height: 20px;
	padding-left: 10px;
	font-style: italic;
	border: 0;
}

.person {
	font-family: Verdana;
	font-size: 10px;
	width: 100px;
	color: #999999;
	text-align: justify;
}

.comments {
	font-family: Verdana;
	font-size: 10px;
	line-height: 25px;
	color: #FFF;
	padding-right: 3px;
	text-align: justify;
}
		
