/* CSS Document */

body{ 	background:#998355;
		border:0;
		border-collapse:collapse;
		margin:0;
		padding:0;
		font-family:century gothic, Verdana, Arial, Helvetica, sans-serif;}

a:link{	color:#f6954e;}
a:visited{ color:#f6954e;}
ul{	
	font-size:1.2em;
	color:#f6954e;
	padding-left:20px;}


#title{	width:100%;
		height:75px;
		background:url(../template/logo.jpg);
		background-repeat:no-repeat;
		background-position:left;
		background-color:#383125;}
		
#leftnav{ 	width:340px;
			height:900px;
			background-color:#583f32;
			position:absolute;
			top:75px;
			left:0;
			list-style-type : none;
			}
			


h1{	font-size:1em;
	font-family:century gothic,Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-left:20px;}
			
			

*h2{	font-size:18px;
	font-family:century gothic,Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-left:20px;}
			
			
#content{	 width:100%;
				height:100%;
				position:absolute;
				top:75px;
				left:340px;
				background:url(../template/bg.jpg);
				background-repeat:no-repeat;
				background-position:left;
				
			}
#predators{	position:absolute;
				top:259px;
				left:140px;
				width:380px;
				height:276px;
				}
				
#predators img{ border:3px solid #663300;}
#caption{	position:absolute;
				top:0px;
				left:150px;
				width:374px;
				height:259px;
				background:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/caption.png',sizingMethod='crop');behavior: url("pngbehavior.htc");
				}
				
				
				
				img { behavior: url("pngbehavior.htc");}
#description{	position:absolute;
				top:60px;
				left:200px;
				width:285px;
				height:200px;
				color:#660000;
				font-size:1.5em;
				}
				
				
.hide{	display:none;}


.show{	}