img {
	float: left;
	margin: 3px;
}

body
{
	background-color: rgb(191,206,175);
	height: 99%;
	margin: 0;
	padding: 0;
	font-family: arial, "lucida console", sans-serif;
	font-size: 14px;
}

#bigcontainer {
	position: absolute;
	height: 1px;
	top: 8%;
	width: 100%;
}

#smallcontainer{
	position: absolute;
	left:50%;
	width: 800px;
	margin-left: -400px;
	border-width: 1px;
	border-color: rgb(161, 176, 145);
	border-style: solid;

}

#header {
	height: 62px;
	width: 800px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	border-width: 0px 0px 1px 0px;
	border-color: rgb(161, 176, 145);
	border-style: solid;
}

#contentcontainer {
	width: 800px;
	background-color: rgb(211, 226, 195);
}

#content {
	width: 650px;
	padding: 15px;
	margin-left: 115px;
}

#footer {
	text-align: center;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	border-color: rgb(161, 176, 145);
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	padding: 5px;
}

a {
	color: rgb(32,52,34);
}

a img {
	border-color: rgb(32,52,34);
}

p {
	text-indent: 20px;
	padding: 3px;
}

ul.nav,
.nav ul {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	list-style-type: none;
	float: left;
}

ul.nav,
.nav ul,
.nav ul li a {
	color: rgb(32,52,34);
}

ul.nav li:hover,
.nav ul li a:hover {
	color: rgb(32,52,34);
	background-color: rgb(232,236,222);
}

li.active,
.active a:hover {
	color: rgb(32,52,34);
	background-color: rgb(232,236,222);
}

ul.nav li a{
	padding: 2px;
	display: block;
	height: 25px;
	width: 100px;
	line-height: 25px;
	text-decoration: none;
	color: rgb(32,52,34);
	border-width: 1px;
	border-color: rgb(161, 176, 145);
	border-style: solid;
}