/* CSS Document */

body {
	background-color: #564F64;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
	background-color: #767676;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}
#navigation {
	background-image: url(../Images/nav_background2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	width: 190px;
	float: left;
	height: 720px;
}
#navigation ul {
	padding-top:230px;
	list-style:none;
	padding-right: 25px;
	float: right;
}
#navigation li {
	border: none;
	color: #52838B;
	
}
#navigation a, #navigation a:link, #navigation a:visited, #navigation a:hover,#navigation a:active {
	text-decoration: none;
	display:block;
	height: 1em;
	width: 90px;
	line-height: 1em;
	margin: 0.25em;
	padding: 0.25em 0.15em 0.25em 0.15em;
	color: #38595F;
}
#navigation a, #navigation a:link, #navigation a:visited {
	border: 2px solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #DDD;
}
#navigation a:hover,#navigation a:active {
	border: 2px solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
}

#header {
	background-image: url(../Images/kimani_header.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	height: 136px;
	width: 570px;
	text-align: right;
	margin: 0em;
	padding: 0em;
	vertical-align: middle;
}
#header h2 {
	margin: 0px;
	padding: 35px;
}
#menu {
	width: 560px;
	padding: 0px;
	float:right;
	height: 30px;
	margin: 0px;
	
	
}
#menu ul {
	list-style-type: none;
	float: right;
	padding: 0em;
	margin: 0 0.5em 0 0;
}
#menu li {
	display:inline;
	float: left;
	border: none;
	font-size: 0.8em;
	
}
#menu a, #menu a:link, #menu a:visited, #menu a:hover,#menu a:active {
	text-decoration: none;
	text-align:center;
	display:block;
	height: 0.7em;
	width: 5em;
	line-height: 0.7em;
	color: #38595F;
	margin: 0.25em;
	padding: 0.15em 0.15em 0.6em 0.15em;
}
#menu a, #menu a:link, #menu a:visited {
	border: 2px solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #DDD;
}
#menu a:hover,#menu a:active {
	border: 2px solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
}
#container {
	background-image: url(../Images/kimani_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	width: 570px;
	height: 580px;
}
#content {
	float: left;
	height: 490px;
	width: 450px;
	padding: 15px 20px 0;
	text-align: left;
	color: #333;
	margin: 0 0 0 30px;
	border: 3px solid #CCC;
	background-color: #FFF;
	display: inline;
	border-top-color: #E7E7E7;
	border-left-color: #E7E3E7;
	font-size: 0.9em;
}
#content a {
	text-decoration: none;
	color:#CC0000;
}
#content img {
	vertical-align: bottom;
	float: right;
	padding: 0 20px 0 30px;
	text-align: left;
	display: block;
}
#content .animalinfo {
	vertical-align: bottom;
	float: left;
	padding: 0 20px 0 0px;
	text-align: left;
	display: block;
	border: 0;
}
#content .animalinfo a {
	border:0;
}
#footer {
	clear: both;
	height: 85px;
	width: 760px;
	background-color: #333;
	font-size: 0.7em;
	line-height: 1.1em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top: 1px solid #C03;
	padding-top: 10px;
}
#footer p {
	
	margin: 0 0 10px 0;
	display: block;
}
#footer a {
	text-decoration: none;
	color: #F00;
	background-color: #333;
}
