html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#68686F;
	/* background-color:#1B2B1E;
	background-image:url(imgs/bg.jpg);
	background-repeat:no-repeat; */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #002D00;
	background-position: top center;
} 
 
#pagewidth{ 
width:785px; 
text-align:center;  
margin-left:auto; 
margin-right:auto;  
} 
 
#header{
position:relative; 
height:181px;  
width:785px;
} 
 
#maincol{   
display:inline; 
position: relative; 
width:785px;
 background-color:#FFFFFF;
}


/*- Menu --------------------------- */

#nav {
height:49px;
	padding: 12px 30px 12px 30px;
	background: #ffffff  url(imgs/navbar.jpg);
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li a {
	float: left;
	margin: 0 1px 0 0;
	padding: 4px 20px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #004000;
	}
#nav li a:hover {
	color: #F29F01;
	}
#nav li a.active {
	font-weight: bold;
	color: #004000;
	}
	
	
	
/*- End Menu --------------------------- */

#main_area{
 position:relative;  
 width:785px;
 background-color:#FFFFFF;
}

#main_text{
 position:relative;
 float:left;
 left:25px;  
 width:415px;
 background-color:#FFFFFF;
}

#main_pic{
 position:relative;
 float:right;
 right:10px;  
 width:296px;
 background-color:#FFFFFF;
}

#gallery_left{
 position:relative;
 float:left;
 left:40px;  
 width:735px;
 background-color:#FFFFFF;
}

#gallery_right{
 position:relative;
 float:right;  
 width:1px;
 background-color:#FFFFFF;
}

#main_bottom{
 position:relative;
 clear:both; 
 height:50px;  
 width:785px;
 background-image:url(imgs/footer.gif);
 background-repeat:repeat-x;
}

#footerleft{
	position:relative;
	float:left;
	left:10px;
	top:5px;
}

.footleft{
font-size:85%;
color:#000033;
text-decoration:none;
}

.footlink{
color:#000033;
text-decoration:none;
}

.footlink:hover{
color:#0066CC;
text-decoration:none;
}

#footeright{
	position:relative;
	float:right;
	display:inline;
	top:5px;
	right:10px;
}

#footer{
height:5px; 
background-color:#FFFFFF; 
clear:both;
} 
 
h2{
	font-size:150%;
	color:#F29F01;
	letter-spacing:-1px;
}

a{
color:#0066CC;
}
a:hover{
color:#FF9900;
}

.gallery_close {
font-size:12px;
font-weight:bold;
}

.gallery_thumb {
position:relative;
float:left;
border-color:#ccc;
padding:5px;
margin:10px 30px 10px 10px;
}
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
