/* CSS Document */

#nav {
	background-color: #ffffff;
	
}
#ticker {
	background-color: #e0e8c8;
}

#content {
	background-color: #FFFFFF;
}

/*
css added by paul 07/08/08
*/

.fourColTable {width:100%; margin-bottom:10px;}
.fourColTable td.header {padding:3px; background:#8abb08; color:#fff; font-weight:bold;}
.fourColTable td {padding:3px; width:25%;}
.fourColTable tr.on {background:#e0e8c8;}

.threeColTable {width:100%; margin-bottom:10px;}
.threeColTable td {padding:3px; width:33%;}
.threeColTable tr.on {background:#e0e8c8;}

#middleCol ul {
list-style:circle;
font-size:1.2em;
}

/*
Aminal Information Formatting
*/

#animalinfo{
	width:746px;
	margin-left: 10px;
}
#animalinfo .title {
	width:756px;
	height:40px;
}
#animalinfo .pic {
	width:200px;
	padding: 2px 2px 2px 2px;
	border-style:solid;
	border-width:2px;
	border-color:#000;
	float:left;
}
#animalinfo .description {
	width:516px;
	float:left;
	margin-left: 10px;
	margin-right: 10px;
}
#linkinfo{
	width:746px;
	margin-left: 10px;
}
#linkinfo .title {
	width:756px;
	height:40px;
}
#linkinfo .pic {
	width:170px;
	height:170px;
	padding: 2px 2px 2px 2px;
	float:left;

}
#linkinfo .description {
	width:516px;
	float:left;
}
#tandcinfo{
font-size:0.8em;
font-style:bold;
}