/*//////////////////////////////////// Main Menu/////////////////////////////////*/

li {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000;
list-style-type: none;
}

.menu_titles {
font-weight: bold;
background-image: url(../image/web_images/leaf_icon.gif);
background-position: left;
background-repeat: no-repeat;
padding: 0 0 0 15px ;
}

a{text-decoration: none;}
a:link  {color: #000;}
a:visited {color: #000;}
a:hover {color: #009900;}
a:active {color: #000;}
/*//////////////////////////////////// Content/////////////////////////////////*/
#main{
position:relative;
margin-right: auto;
margin-left: auto;
width :1000px;
height:1600px;
}
.main_menu{
position:absolute;
left: 0px;
top: 0px;
width: 220px;
margin: 0px 0px 0px 0px;
padding: 75px 0px 50px 20px;
background-image: url(../image/web_images/menu.jpg);
background-repeat: no-repeat;
background-position: left top;
height:1600px;
}
.index_content{
position:absolute;
left: 220px;
top: 0px;
width: 770px;
margin: 0 0px 10px 10px;
height: 1600px;
}

h2{
color: #D3D3D3;
font-size:14px;
font-weight:bold;
background-color:#668B8B;
margin:0px 0px 0px 200px;
padding: 0 0 0 5px;
border-right:1px solid black;
border-bottom:1px solid black;
width: 385px;
}
.wildlife{
width: 770px;
height: 190px;
margin:10px 0 0 0;
}
.wildlife_images{
float: left;
width:180px;
height:180px;
padding:5px 5px 5px 5px;
border: 1px solid #A3A3A3;
border-right: 2px solid #A3A3A3;
border-bottom: 2px solid #A3A3A3;
}
.wildlife_image_top{
float: right;
width:210px;
height:210px;
padding:5px 5px 5px 5px;
border: 1px solid #A3A3A3;
border-right: 2px solid #A3A3A3;
border-bottom: 2px solid #A3A3A3;
}

.top{
margin:0px 0px 0px 200px;
padding: 0 0 0 5px;
width: 570px;
}
.wildlife_text {
margin: 0px 0px 0px 200px;
width: 385px;
}
.wildlife_text_top{
margin: 0px 0px 0px 200px;
}
.link_heading{
margin: 10px 0px 10px 0px;
}
.side_ad{
position:absolute;
left: 600px;
top: 480px;
padding:5px 5px 5px 5px;
border: 1px solid #A3A3A3;
border-right: 2px solid #A3A3A3;
border-bottom: 2px solid #A3A3A3;
}


