/* CSS Document */

img{
border:0px solid;
}

body {
margin: 0px;
padding: 0px;
font-family: Georgia, Times, Serif;
color: black;
background-color:#f7f7f8;
height: 98%;
}

#logo {
width: 396px;
height: 139px;
background:url(img/logo.jpg) top left no-repeat;
position:absolute;
top: 0px;
left: 0px;
}

#header {
background:url(img/top_bg.jpg) repeat-x;
color: white;
font-size: 28px;
width: 100%;
height: 139px;
top: 0px;
}

.input {
float:right;
margin-right: 40px;
}

h1 {
text-align:center;
}

h3 {
margin-left: 10px;
}


#menu {
	
position: absolute;
top: 139px;
left: 0px;
width: 175px;
background-color: #ecffd2;
border-right: 1px solid #82b23d; 
height: 98%;
}

#menu ul li a {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#006600;

}

#menu ul li a:hover {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#0066FF;
font-weight:bold;
}


#content {
position: absolute;
height:1000px;
top: 139px;
left: 176px;

padding: 0 0 0 20px;
}




#content table { position:relative;margin: 0 auto;top: 20px;bottom:20px }

#content	td { padding: 5px 5px 5px 5px; border-top: thin dotted;border-bottom: thin dotted; border-right: thin dotted;border-left: thin dotted;height:10px;text-align:center }

#content ul { margin-top: 10px; margin-bottom: 10px; margin-left: 0; padding-left: 0em }

#content	li { margin-bottom: 10px }

	#results { text-align:center; margin:30px 30px 0px 30px;}
	#resultsbottom { text-align:center; margin:30px 30px 50px 30px;}

	#previous { float:left; }
	#showing { float:middle; }	
	#next { float:right;}

	#AnimalOrder { position:relative;left:-30px; }
	#PosterCategorylinks { position:relative;left:0px; }
	#AnimalGroup { position:relative;left:-15px;text-decoration:none;color:black;font-weight: bold; }
	#AnimalGroup a { color:#797979;font-weight:italic; }
	#AnimalGroup2 { position:relative;left:0px;text-decoration:none;color:black;font-weight: bold; }
	#AnimalGroup2 a { color:black;font-weight: bold; }

#ft {
color:#BF3A3F;
margin-left:auto;
margin-right:auto;
padding-bottom:25px;
padding-top:25px;
text-align:right;
width:700px;
margin-top:2339px;
position:absolute;
}



