body {
	margin: 10px 0px 10px 0px;
}

body, div, p, td, li {
	font-family: Verdana;
	font-size: 11px;
}

a {
	color: #CC0000;
}

a:hover {
	color: #ff0000;
}

#wrapper {
	position:relative;
	width: 900px;
}

#header {
	border: 0px solid red;
	width: 850px;
	height: 120px;
	position:relative;
}

#logo {
	width: 300px;
	position: absolute;
	top: 0px;
	left: 20px;
}

#organizations {
	width: 550px;
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: right;
}

#nav {
	float: right; 
	margin: 10px -35px 0px 50px;
	border: 0px solid green; 
	width: 220px;
	height: 280px;
	
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	list-style-type: none;
	background: url('../images/button-back.jpg');
	background-repeat: no-repeat;
	width: 202px;
	height: 33px;
	margin: 0px;
	padding: 7px 0px 10px 30px;
	text-align: left;
	border: 0px solid yellow;
	color: #cccccc;
}

#nav ul li a {
	list-style-type: none;
	font-family: Trebuchet MS, Georgia;
	font-variant: normal;
	font-size: 17px;
	text-decoration: none;
	vertical-align: baseline;
	color: #333333;
}

#nav ul li a:hover {
	text-decoration: underline;
	color: #5CBA3E;
}

#content-top {
	background: url('../images/content-top.jpg');
	background-repeat: no-repeat;
	height: 54px;
}

#content-middle {
	background: url('../images/content-middle.jpg');
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
}

#content-bottom {
	background: url('../images/content-bottom.jpg');
	background-repeat: no-repeat;
	height: 63px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #5CBA3E;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
}

.phone {
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	color: #5CBA3E;
	font-weight: bold;
} 

#payment-methods {
	position: absolute; 
	top: 150px;
	left:760px;
}

#nav-icons {
	position: absolute; 
	top: 150px;
	left:560px;
}

#bottomLinks {
	color: #999999;
}

#author {
	text-align: center;
	padding-bottom: 10px;
	color : #999999;
}

#author .author-nolink a {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
#author .author-link a {
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
#author .author-link a:hover {
	font-size: 10px;
	color: #999999;
}

#wildlife td {
	text-align: center;
}

#wildlife img {
	border: 4px solid #cccccc;
}

.wildlife-photo {
	border: 4px solid #cccccc;
}


