

body {
	background: #FFF;
	color: #000;
	font: 11px Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	}

	

#left {
	position: absolute;
	top: 50px;
	left: 0; 
	width: 220px;
	}

#content {
	margin: 20px auto 50px auto;
	width: 582px;
	height: 290px;
	background: #FFF url(images/frogheader.jpg) top center no-repeat;
	border: 1px solid #FFF; /* used to make header show in FF */
	}

#inner {
	background: #FFF url(images/frogbkg.jpg) center repeat-y;
	width: 582px;
	height: auto;
	padding: 0;
	margin-top: 285px;
	border-bottom: 1px solid #000;
	}

#inner p {
	margin: 20px;
	}

#right {
	position: absolute;
	top: 50px;
	right: 10px;
	width: 220px;
	}

img {
	border: 1px solid #000;
	}

ul {
	list-style: none;
	}

li {
	margin-bottom: 10px;
	}

#footer {
	background: #FFF;
	width: 561px;
	margin: 0 auto;
	padding: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	text-align: center;
	}

.bold {
	font-weight: bold;
	font-size: 12px;
	text-variant: smallcaps;
	} 
	
a:link {
color: #B9B300;
text-decoration: none;

}

a:visited {
color: #000;
text-decoration: none;
}

a:hover {
color: #8E9100;
text-decoration: underline; 
}

a:active {
color: #aaaaaa;
text-decoration: none;
}
