body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 20px;
	background-attachment: scroll;
	background-image: url(images/spider.jpg);
	background-repeat: repeat;
}

#wrapper {
	height: auto;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: 5px solid #B7C780;
}
#logo {
	float: left;
	height: 140px;
	width: 770px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CADC8A;
}
.spider {
	float: right;
	height: 300px;
	width: 300px;
	margin: 5px;
	padding: 5px;
}
.lizard {
	margin: 5px;
	padding: 5px;
	float: right;
	height: 200px;
	width: 200px;
}

.snake {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 201px;
	width: 200px;
}


#content {
	height: auto;
	width: 770px;
	margin-top: 20px;
	clear: both;
	padding-left: 10px;
}
#navigation {
	float: left;
	height: auto;
	width: 150px;
	color: #000000;
}
#info {
	float: right;
	height: auto;
	width: 560px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CAD287;
	padding-left: 10px;
}
#footer {
	line-height: 25px;
	clear: both;
	height: auto;
	width: 770px;
	background-image: url(Images/FooterBG.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}
h1 {
	font-size: 14px;
	letter-spacing: .25em;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CAD287;
}
p {
	margin-top: 0px;
	padding: 5px;
	text-align: justify;
}
#navigation a, #navigation a:link, #navigation a:visited {
	text-decoration: none;
	text-align: left;
	display: block;
	line-height: 25px;
	color: #666666;
	float: left;
	height: 25px;
	width: 145px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}


h2 {
	font-size: 14px;
	letter-spacing: .25em;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CAD287;
}
#navigation a:hover {
	text-decoration: none;
	text-align: left;
	display: block;
	line-height: 25px;
	color: #FF0000;
	float: left;
	height: 25px;
	width: 145px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
