/* CSS Document */
body
{
	width:100%;
	font-size:12px;
	color:#8A847A;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#B57D42;
	margin:0px;
	padding:0px;
}
a:hover
{
	text-decoration:underline;
}
#container
{
	width:980px;
	margin:0px auto;
	padding:0px;
}
#topmenu
{
	float:right;
	width:30%;
	color:#FFFFFF;
}
#topmenu a
{
	color:#FFFFFF;
	text-decoration:none;
}
#topmenu a:hover
{
	text-decoration:underline;
}
#logo
{
	width:100%;
	float:left;
}
#content
{
	background-image:url(../images/white_box.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:536px;
	line-height:22px;
	text-align:justify;
}
#menu a
{
	font-size:14px;
	color:#352300;
	text-decoration:none;
	font-weight:bold;
	padding-left:12px;
	text-align:center;
}
#menu a:hover
{
	text-decoration:underline;
	
}
#footer
{
	width:60%;
	font-size:11px;
	color:#FFFFFF;
	float:right;
}
#footer a
{
	color:#ffffff;
}
#content_hunt
{
	background-image:url(../images/white_boxin.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	height:900px;
	line-height:22px;
	text-align:justify;
}
#content_act
{
	background-image:url(../images/white_boxin1.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	height:1050px;
	line-height:22px;
	text-align:justify;
}
.mail
{
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
}
.heading
{
	font-size:16px;
	color:#D1380F;
	line-height:25px; 
	font-weight:bold;
}
.team
{
	font-size:12px;
	color:#FF9900;
	font-weight:bold;
}
.species
{
	color:#FFDB6B;
}
.tble
{
	border:1px solid #000000;
	
}

