body {
	width: 90%;
	margin: 0 auto;
	background-color:  #B09C68;
	//background-color:  #A8CEE3;
	text-align: center;
}

p { margin: 1em;
    //text-align: justify; 
	font-size: 16px;
	font-family: Times, sans-serif;
	
	
}

#burnham_test > a{
	display: none;
	margin:90px 0px 0px 120px;
	z-index:3000;
	background: #F0F0F0;
	border: #81A332 1px solid;
	border-radius: 5px;
	padding: 5px;
	font-size: 12px;
	text-decoration: none;

}
#burnham_test:hover a{

	display:block;

}

h1  {

	text-align: center;
}

h2  {

	text-align: center;
}
hr{

	border-color: #FFFFFF;
	border-width: 2px;
}
img.fl-img
{
    float:right;
    padding: 1px;
    margin-left: .3em;
    
}
img.fl-img-left
{
    float:left;
    padding: 1px;
    margin-right: .3em;
    
}
img.half
{
    width: 50%;
   height: 50%;
   margin-bottom: .51em;
}
img.full
{
    width:100%;
    height: 100%;
    margin-bottom: .50em;
}
.bigger_image
{
	position: absolute;
	width: 0px;
	-webkit-transition: width 0.3s linear 0s;
	transition:width 0.3s linear 0s; 
	z-index:5;

}
.bigger_image2
{
	position: absolute;
	width: 0px;
	-webkit-transition: width 0.3s linear 0s;
	transition:width 0.3s linear 0s; 
	z-index:5;

}

#navWrapper ul li a:hover
{
	//color: #fff;
	color: #D0C53D;
	background-color: #000000;
	border-radius: 5px;
	//background-color: #369;
	//background-color: #9ce7b6;
}
#navWrapper ul
{	
	text-align:center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 19px;
	//width: 91%;
	
}

img:hover + .bigger_image{
	right: 250px;
	width: 300px;
	height:300px;
	
}
img:hover + .bigger_image2{
	left: 250px;
	width: 300px;
	height:300px;
	
}
#navWrapper ul li { 
	
	display: inline; 
	//border-bottom:1px solid #fff;
}
#navWrapper ul li a
{
	text-decoration: none;
	padding: 0 40px;
	//color: #663300;
	color: #000000;
	display: inline;
	font-family: "Segoe Script";
	font-size: 19px;
	margin: 0;
	text-align: center;
	border-radius: 5px;
	line-height: 30px;

}
#navWrapper ul li a.activeMenu{
	
	background-color: #B09C68;
	border-radius: 5px;


}

#guyana_maps:hover + .bigger_image{
	
	
}
.article{
	//height: 15em;
	margin-bottom: 0em;
	background-color: #000000;
	color: #FFFFFF;
}
.column1, .column2, .column3{
	width: 31.3%;
	//height: 85%;
	float: left;
	margin: 0;
	text-align: justify;
	border-color: #000000;
	
	border:2px solid;
	
}
#footer{
	
	width: 99%;
	float: left;
	height: 2em;
	//padding: .03em;
	margin: 0 auto;
	
	bottom: 0;
	//border: 3px solid #FFFFFF;
	border: 0;
	background-color:  #B09C68;
	//background-color:#F0D036;
	//border-top: ;
}
#feature{
	//width: 200%;
	//float: left;
	margin: .5%;
	width: 96.5%;
}
#inner {
    float: left;
    overflow: hidden;
    
}
.column1{
	margin-left: 1.5%;
	padding-bottom:6000px;
	margin-bottom: -6000px;
}
.column2{
	padding-bottom:6000px;
	margin-bottom: -6000px;
	

}

.column3{

	padding-bottom:3220px;
	margin-bottom: -3220px;
	
}

#navWrapper{
	display:block;
	border: 3px solid;
	border-radius: 5px;
	border-color: #000000;
	//margin: 1%;
	//background-color: #6666FF;
	//background-color: #9ce7b6;
	//background-color: #B69103;
	background-color: #D0C53D;
	//background-color: #D52E6C;
	//background-color: #BCD40E;
	height: 30px;
	width: 95%;
	margin-left: 1.5%;
	float:left;
	
	
}