
body {
	position: relative;
	font-family: "Century Gothic", Tahoma, Verdana, sans-serif;
	background-image: url(images/jungle_fauna_transfull.png);	
	background-position: top center;
	background-attachment: scroll;
	background-color: Green;
	background-repeat: repeat-y;
	width: 100%;
	z-index: 100000;
	margin: 0;
	padding: 0;
}

h3 {
	color: #BB1211;
	text-align: center;
}

.left_h3 
{
	color: #BB1211;
}

h4 {
	color:#636;	
}

#wrapper_wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;

}

#outer_wrapper {
	position:relative;
	z-index: 800;
	height: 200px;
	min-width:1640px;
	margin-top: -88px;
	margin-left: auto;
	margin-right: auto;
}


#bg_wrapper {
	position: relative;
	background-image: url(images/greenglow.jpg);
	background-repeat: no-repeat;
	z-index: 10;
	height: 900px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	position: relative;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	min-height: 1100px;
	height: auto;
	z-index: 200;
}

#wrapper_repeating
{
	background-position: center top;
	position: relative;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	min-height: 1100px;
	height: auto;
	z-index: 200;
	background-image: url('images/jungle_fauna_transtop.png');
	background-repeat: no-repeat;
}

#header {
	position: relative;
	text-align: left;
	margin-top: 75px;
	z-index: 6000;
	text-align: center;
}

#header_contact {
	position: absolute;
	top: 52px;
	left: 520px;
	float: right;
}

#menu {
	width: 790px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 5000;
}

#content_wrapper {

	position: relative;
	width: 100%;
}

#content 
{
	position: relative;
	float: left;
	margin: 18px 24px 18px 24px;
	width: 540px;
	z-index: 5;
	border-bottom: 1px dashed #4D0254;
	padding-bottom: 18px;
}

#content_wide 
{
	padding: 12px 24px 12px 24px;
}

.medium 
{
	font-size: .9em;
}

.map 
{
	position: relative;
	width: 640px;
	height: 475px; 
	border: 1px dashed gray;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
}


#rbar {
	position: relative;
	float: left;
	width: 200px;
	margin-left: 21px;
	margin-top: -18px;
}

.footer_wrapper {
	position: absolute;
	background-color:#195207;
	width: 100%;
	max-height: 20px;
	text-align: center;
	color: white;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	overflow: hidden;
	min-height: 20px;
}

.footer_wrapper a
{
	color: White;
}

.footer_wrapper a:hover 
{
	color: Lime;
}

.footer_text {
	font-size: 10px;
	text-align: center;
	background-color:#2B59A8;
	color: white;
}


#left_border {
	position: absolute;
	height: auto;
	width: auto;
	bottom: -20px;
	left: -65px;
	z-index: 300;
}

#right_border {
	position: absolute;
	height: auto;
	width: auto;
	bottom: -20px;
	right: -75px;
	z-index: 350;
}

#bottom_border {
	position: absolute;
	height: 100%;
	z-index: 200;
	margin: 0em;
	padding: 0em;
}


.push {
	clear: both;
	height: 50px;
}

.contact_form 
{
	margin-top: 34px;
	
}

.gallery_photo 
{
	position: relative;
	clear: both;
	width: 100%; 
	border-top: 1px dashed gray; 
	margin-bottom: 7px;
	padding-right: 5px;
	margin: 0px;
	padding-top: 0px;
}

.gallery_photo_left 
{
	 float:left; 
	 padding-top: 7px; 
	 padding-bottom: 10px;
	 padding-left: 5px;
}

.gallery_photo_caption_left
{
	float: left; 
	margin-left: 18px;
	width: 200px;
	padding-top: 6px;
	padding-left: 5px;
	display: inline;
}

.gallery_photo_right 
{
	float:right; 
	padding-right: 5px;
	padding-top: 6px; 
	padding-bottom: 10px;

}

.gallery_photo_caption_right
{
	float: right;
	width: 200px; 
	margin-right: 12px;
	padding-top: 8px;
	padding-left: 5px;
	text-align: right;
}

.gallery_grid
{
	 padding: 5px;
	 margin: 5px;
	 border: 0px;
}

.gallery_grid_caption_cell
{
	 text-align: center;
	 font-size: 8pt;
	 padding-top: 11px;
	 padding-bottom: 11px;
}

