/* CSS Document */

body{
	background: url('/images/layout/greenstripe.jpg') repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.clear{
	clear: both;
}
#topinfo{
	height: auto;
	width: 100%;
	background: #fff;
	top: 0px;
	text-align: center;
	font-size: 1.3em;
	padding: 10px 0px;
	display: none;
}
.treesback{	
	background: url('/images/layout/greenback.jpg') center repeat-x;
	height: 512px;
	top:0px;
	position:absolute;
	left: 0px;
	z-index: -20;
	width: 100%;	
}
#adminbutton{
	position: absolute;
	height: 30px;
	margin-top: -50px;
	background: #fff;
	border: 2px solid #000;
	display: none;
	padding: 5px;
	left: 50%;
	margin-left: -200px;
}
.undertree{
	width: 100%;
	height: 600px;
	background: url('/images/layout/undertree.png') repeat-x; 
	top: 512px;
	z-index: -30;
	position:absolute;
	left:0px;	
}
.header{
	background: url('/images/layout/reptilarium.png') no-repeat center;
	width: 960px;
	padding-top: 154px;
	height: 46px;
	z-index:10;
	margin: auto;
}
#animalheader{
	background: no-repeat;
	width: 250px;
	height: 160px;
	margin-left: 190px;
	margin-top: -5px;
	position:absolute;
	z-index:-10;
}
.headerwrap{
	width: 1000px;
	margin: auto;
}
.pagewrap{
	background: url('/images/layout/transwhite.png') repeat;
	width: 934px;
	border: 1px #000 solid;
	border-top: none;
	min-height: 100px;
	margin: auto;
	margin-top: -12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.contentwrap{
	width: 870px;
	margin: 10px 15px;
	padding: 10px;
	border: 2px solid #000;
	margin: auto;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: justify;
	padding-bottom: 10px;
}
.pagebottom{
	margin:auto;
	width: 935px;
	height: 50px;
	padding-top: 9px;
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 5px;
}
.pagebottom span{
font-size: 1.3em;	
}
.pagebottom a{
	color: #006;	
}

.searchwrap{
	float: left;
	width: 330px;
}
#search{
	width: 270px;
	border: 1px #006 solid;
	height: 23px;
	background: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 5px 10px 0px 10px;
	font-size: 1.2em;
	box-shadow: inset 1px 2px 4px #000;
	float: left;
}
#searchgo{
	height: 30px;
	width: 30px;
	margin-left: 5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	float: left;
	border: 1px #006 solid;
	background: #AAD9FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#topline{
	margin-top: 13px;
	left: 50%;
	margin-left: -40px;
	position:  absolute;
	width: 500px;
	font-size: 0.8em;
}
#topline a{
	color: #000;
	text-decoration: none;
}
#topline img{
	position: relative;
	top: 3px;
}
#topline a:hover{
	color: #00F;	
}