body
{
/*background-color:#336600;*/
background:url('../Images/wood.jpg') ;
background-repeat:inherit;

}


#cointainer
{
width: 840px;
margin: 0 auto;
background:url('../Images/gradient3.jpg') top center repeat-x;
color: black;
border: 2px solid black;
line-height: 130%;
text-align: center;
font-size:20px;
border-radius:25px;
}

#cointainer2
{
width: 800px;
margin:auto;
background-color:white;
color: black;
text-align:center;
-moz-border-radius-topright:25px;
-moz-border-radius-topleft:25px;
border-top-left-radius:25px;
border-top-right-radius:25px;
}

#main
{
margin: 0 auto;
width: 90%;
}


#container_contact
{
width: 840px;
margin:auto;
background:url('../Images/gradient9.jpg') top center repeat-x;
color: black;
border: 2px solid black;
line-height: 130%;
text-align:center;
font-size:20px;
-moz-border-radius:25px;
border-radius:25px;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
font-size:10px;
background-color: #ddd;
border-bottom-right-radius:25px;
border-bottom-left-radius:25px;
}


#navcontainer
{
background-color: #336600;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;

}

#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: left;
margin: 0 0 0 20px;
padding-bottom: 5px;
padding-top: 5px;
}

#navcontainer ul li
{
display: inline;
margin-left: -4px;

}

#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #7B9D25;
color: white;
}

#active a { border-left: 1px solid #fff; }

/*Added 28-02/2016*/
#thumbnail:hover img{
border: 1px solid green;
}

#gallerycontainer{
float: left;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 7px 8px 6px 8px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid green;
}

/*.thumbnail span{ /*CSS for enlarged image
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally 
z-index: 50;
}
*/
h2, h1, h3
{
text-align: center;
}

ul, li
{
text-align: center;
list-style-type:none;
margin-left: 0px;
padding-left: 0px;
}
