#wrapper {
	height: 1000px;
	width: 880px;
	background-image: url(teaclouds3.jpg);
	background-repeat: no-repeat;
	background-position: right 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#logos {
	width: 300px;
	background-image: url(images/TeaPotLogo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 230px;
	float: left;
	margin-left: 20px;
	clear: right;
}
#heaader {
	float: right;
	width: 510px;
	/* background-image: url(headerimg.jpg);
	background-repeat: no-repeat;
	background-position: center top; */
	height: 150px;
	clear: none;
	margin-right: 20px;
	margin-top: 5px;
}
#content {
	width: 510px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	margin-top: 5px;
	margin-right: 25px;
	float: right;
	margin-left: 20px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	height: 25px;
	clear: both;
	margin-top: 40px;
	float: none;
	width: 835px;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1A790C;
	padding-top: 8px;
}
#navcontainer {
	float: left;
	width: 300px;
	clear: both;
	margin-top: 5px;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	width: 270px;
	margin-top: 20;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 40px;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background: #f7f2ea;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 2em;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	color: #800000;
	background-color: #C0D684;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
#wrapper2 {
	height: 750px;
	width: 880px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

