/* CSS Document */

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

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

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

.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: 350px;
	background:#FFF url(../graphics/content-bg.jpg) repeat-x bottom;
	padding: 15px 40px 0 40px;
}

.animals-bg {
	height: 30px;
	background:#DED19C ;
}

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

.footer {
	height: 35px;
	background:#E6424D url(../graphics/animals-bg.gif) no-repeat bottom right;
	padding: 10px 10px 10px 40px;
	font-size: 0.6em;
	color:#FFF;
}

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

.small-text {
	font-size: 0.55em;
}

.borders {
	border-right: 1px solid #B0A583;
	font-size: 0.55em;
}
