body { 
height:100%;
width:100%;
margin:0px; 
padding:0px;
background:#95a354;
clear:both;
font-family: Verdana;
font-size: 12px;
color: #555555;
text-align:left;
line-height: 150%;
}

td {
	font-size: 11px;
}

/*--- content part ----*/
.content {
	font-family: Verdana;
	padding-top:10px;
	padding-left:40px;
	padding-right:60px;
	padding-bottom:5px;
	font-size: 12px;
	color: #000000;
	text-align:left;
	line-height: 150%;
}
.content a:link {
	color: #006699;
	text-decoration: none;
}
.content a:hover{
	text-decoration: underline;
}

.content a:visited {
	color: #006699;
	text-decoration: none;
}

/*---- menu part ----*/
.menutop {
    background:url(images/wild_animal_06.png);
	background-position:top;
	padding-top:3px;
	}
	
.menuitem {
    padding-left:60px;
	font-family::Verdana;
    font-size: 13px;
	color: #000000;
	text-decoration:none;
  }
.menuitem:hover {
	color: green;
	text-decoration: none;
}

/*---- news part ----*/
.news {
    background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
    font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-align:left;
	line-height: 150%;
}
.news a:link, a:visited {
	color: #006699;
	text-decoration: none;
}
.news a:hover{
	text-decoration: underline;
}

/*---- footer part ----*/

.crumbs {
	font-family: Verdana;
	padding-top:160px;
	padding-left:160px;
	padding-right:50px;
	font-size: 10px;
	color: black;
}
.crumbs a:link, a:visited {
	color: black;
	text-decoration: none;
}
.crumbs a:hover{
	text-decoration: underline;
}

#footer {
    background:url(images/wild_animal_14.png) bottom repeat-x;
	}


