@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "American Typewriter Light";
	color: #333333;
	background-color: #475430;
	text-align: center;
	background-image: url(bamboo-lite.jpg);
}

#wrap {
	padding: 0px;
	height: 750px;
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: thin;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-image: url(water.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #C7CEB3;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #C7CEB3;
	border-top-color: #464C33;
	border-left-color: #464C33;
	border-right-color: #464C33;
}

#wrap #head {
	background-color: #C7CEB3;
	margin: 0px;
	padding: 0px;
	height: 201px;
	width: 800px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#wrap #head h1 {
	font-size: 14px;
	color: #594a2d;
	text-align: right;
	padding: 50px 0px 0px;
	margin-right: 20px;
	font-weight: bold;
}
#wrap #head p {
	font-size: 12px;
	color: #475430;
	text-align: right;
	padding: 0px;
	margin-right: 20px;
}
#wrap #nav {
	background-color: #C7CEB3;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 30px;
	width: 840px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
ul {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 800px;
}
li {
	display: inline;
	padding-left: 20px;
	margin: 0px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	
}


a:link {
	color: #594a2d;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a:visited {
	color: #594a2d;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	color: #FFFFCC;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	color: #475430;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
#container {
	background-color: #C7CEB3;
	height: 400px;
	width: 600px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #EEEDC4;
	padding: 0px 0px 0px 10px;
	margin: 0px auto;
}

p {
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	margin: 0px;
	padding: 5px 10px 10px 30px;
}
#footer  {
	background-color: #C7CEB3;
	margin: 0px auto 30px;
	padding: 0px 0px 10px;
	height: 115px;
	width: 850px;
	color: #333333;
	font-size: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #464C33;
	border-bottom-color: #464C33;
	border-left-color: #464C33;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	color: #61635B;
	text-align: center;
	letter-spacing: 1px;
	margin: 0px;
	padding: 10px 0px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
