body {
	background: #ccc url(lizards2.gif);
	margin: 0;
}

#header {
	background-image:url(logo2.jpg);
	background-repeat:no-repeat;
	width: 1000px;
	height:240px;
	position: absolute;
	left: 2px;
}
h1 {
	font-size: 2.2em;
	color: #393838;
		}
h3 {
	font-size: 1.2em;
	color: #393838;
		}
#menu {
	background: #c4ddc4;
	float: left;
	height: 790px;
	padding: 1em;
	position: absolute;
	left: 2px;
	top: 236px;
}
#menu ul {
			margin: 0 0 1em 0;
			padding: 1em;
			list-style: none;
}
#menu ul a {
	 		text-align:center;
			text-decoration: none;
			display: block;
			background: #969c96;
			padding: 0.5em 0.5em;
			margin: 10px 1em 1px 1em;
			font-size: 1.2em;
			color: #393838;
}
#menu a:visited {
	color: #393838;
}
#menu a:hover {
	background: #c8ccc0;
}
h2 {
	text-align:center;
	font-size: 2em;
	color: #393838;
		}
h5 {
	text-align:center;
	font-size: 2em;
	color: #393838;
}

#welcome {
	background: white;
	float: left;
	height: 787px;
	padding: 1em;
	position: absolute;
	top: 236px;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1.1em;
	position: absolute;
	left: 320px;
	width: 646px;
	
}
#welcome a {
	text-decoration: none;
	display: block;
	color:#749c22;
	font-size: 1.2em;
	}
#welcome a:visited {
	color: #749c22;
}
#welcome a:hover {
	color: #3d5211;
}

#footer {
	background: #c4ddc4;
	float: left;
	clear: both;
	width: 970px;
	height: 54px;
	padding: 15px;
	text-align:center;
	position: absolute;
	left: 2px;
	top: 1056px;
	}
#footer li{
	display:inline;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #908a68;
}
#footer a {
	color:#393838;
	font-size: 1.1em;
	}
#footer a:visited {
	color: #393838;
}
#footer a:hover {
	color: #067726;
}
#container {
		background: white;
		position: relative;
		width: 1000px; /* width + border for IE 5.x */
		w\idth: 1000px; /* real width */
		border: solid #393838;
		border-width: 0 3px;
		margin: auto;
}
