/* CSS Document */

body {
	margin:0;
	background: #FFF;
}

table tr td {
	font-size:0.7em;
	color: #000;
	font-family: Arial, Tahoma, Verdana;
}

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #666; text-decoration: underline;}

.nav {
	background-color:#E6424D;
	color: #FFF;
	height:25px;
	text-transform: uppercase;
	font-size:0.6em;
	padding: 0 0 0 40px;
}
.nav a:link {text-decoration:none; color:#FFF;}
.nav a:visited {text-decoration:none; color:#FFF;}
.nav a:hover {text-decoration:none; color:#000;}
.nav a:active {text-decoration:none; color:#666;}

.content {
	height: 520px;
	background:#FFF url(graphics/content-bg.jpg) repeat-x bottom;
	padding: 25px 40px 10px 40px;
}

.content-home-page {
	height: 500px;
	background:#FFF url(graphics/content-bg.jpg) repeat-x bottom;
	padding: 25px 40px 10px 40px;
}

.animals-bg {
	height: 30px;
	background:#DED19C url(graphics/animals-bg.gif) no-repeat bottom right;
}

.content table tr td {
	line-height: 13px;
}

.footer {
	height: 35px;
	background:#E6424D;
	padding: 10px 10px 10px 40px;
}

.footer a:link {color: #FFF; text-decoration: none;}
.footer a:visited {color: #FFF; text-decoration: none;}
.footer a:hover {color: #FFF; text-decoration: underline;}
.footer a:active {color: #000; text-decoration: none;}

.footer table tr td {
	font-size: 0.55em;
	color:#FFF;
}

.title {
	font-size: 1.2em;
	font-weight: bold;
}

