/*----BASIC STYLES--------------------*/
html,body {margin: 1 0 0 0;padding: 0; background-image:url(images/page-bg.gif); background-repeat:repeat-x; background-color: #7a9847; height: 100%; margin-bottom: 0.01em;}
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:.7em; color: #333;} 
a {text-decoration: underline; outline: none; color: #49433b;}
a:hover  {text-decoration: none; outline: none; color: #49433b;}
a:visited  {text-decoration: none; outline: none; color: #70665b;}
a img {border: none;}
p {line-height: 1.6; text-align:justify;}
li { padding-left: 15px;}
h2 {font-family: Garamond, Georgia, "Times New Roman", Times, serif; color: #7d2c2c; letter-spacing: 1px; }
.text {margin: 20px 0px 0px 65px; min-height: 200px; width: 750px; overflow:auto;}
.gallery {position: relative; left: 74px; top: 112px; height:332px; width: 861px;}
.gallery2 {text-align:center;}



/*----CONTAINER DIVS POSITIONING-----------------------*/
div#container {width:1000px; height: 800px; margin: auto;}
div#header {width:1000px; height: 505px; background-image: url(images/bg-header.jpg); background-repeat: no-repeat;}
div#navbar  {width: 853px; height: 30px; min-height: 30px; background-image: url(images/content-bg.gif); position:relative;}
div#content { position: relative; left: 55px; height: 340px; min-height:340px; overflow:auto; width: 900px; background: url(images/bg-content-grass.gif) no-repeat bottom center #f3f1e5; border: 1px solid #49433b;}
div#gallery { position: relative; left: 55px; min-height:340px; overflow:auto; width: 900px; background: url(images/bg-content-grass.gif) no-repeat bottom center #f3f1e5; border: 1px solid #49433b;}
div#footer {padding-right: 15px; border: 0px;}



/*----NAV BAR STYLING AND POSITION----*/


.navbar
{
position: relative; left: 65px; top: 140px;
padding: 0;
height: 30px;
width: 880px;
float:left;
letter-spacing: 1px;


}


.navbar ul
{
display: block;
border: 0;
margin: 0;
padding: 0;
height: 30px;
list-style-type: none;
text-align: center;

}

.navbar li
{
display:inline;
width: 170px;
}

.navbar ul li
{

height: 1%;
float: left;
text-align: center;
padding: 2px;
margin: 0;
}

.navbar ul li a
{
width: 100%;
margin: 0 0 10px 0;
color: #f3f1e5;
text-decoration: none;
text-align: center;
font: 1.1em Garamond, Georgia, "Times New Roman", Times, serif;
font-weight: bold;

}

.navbar ul li a:hover
{
color: #566B32;
text-decoration: none;

}


.navbar li#active a
{
color: #566B32;
text-decoration: none;

}








/*---FOOTER STYLING AND POSITION----*/

#footer {
margin-top: 10px;
margin-left: 80px;
width: 100%;
text-align: center; 
color: #f3f1e5;
letter-spacing: 1px; 
}

#footer a {text-decoration: none; color: #ccc;}

#footer a:hover
{ text-decoration: underline;}

