body {
	margin: 0px;
	padding: 0;
	background: #edebe0 url(../img/bg.gif) repeat-y;
	text-align: center;
	font: 12px/22px Arial, Helvetica, sans-serif;
}
.clear {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
#container {
	background: url(../img/bodybg.gif) repeat-y;
	margin: 0px auto;
	text-align: left;
	width: 1000px;
}
#header {
	width: 1000px;
	height: 238px;
	margin: 0;
	padding: 0;
}
#nav {
	margin: 0;
	padding: 0;
	width: 702px;
	height: 238px;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../img/navbg.gif) no-repeat;
	float: left;
}
#nav ul {
	margin-top: 60px;
	list-style: none;
	float: left;
}
#nav li a {
	margin: 0;
	padding-left: 20px;
	background: url(../img/brownhat.gif) no-repeat;
	background-position: 0 .2em;
	font-weight: bold; 
	color: #543013; 
	text-decoration: none;
}
#nav li a:visited {
	color: #543013;
}
#nav li a:hover {
	color: #543013; 
	background: url(../img/redhat.gif) no-repeat;
}
#photo {
	float: right; 
	margin: 0; 
	padding: 0;
}
#content {padding: 20px 100px; }
#content a {
	color: #54301b; 
	text-decoration: none; 
	border-bottom: 1px dotted #54301b;
	font-weight: bold;
}
#content a:visited {color: #54301b;}
#content a:hover {
	color: #000; 
	text-decoration: underline;
	border: none;
}
#content h1 {font: 24px Verdana, Arial, sans-serif; color: #54301b; }
#content h2 {font-size: 1.6em; color: #54301b; font-weight: normal; }
#content h3 {font-size: 1.4em; color: #958800; font-weight: normal;}
.green { color: #958800; font-weight: bold;}
#content .green a {color: #958800;}
#content .green a:visited {color: #958800;}
#content .green a:hover {color: #000;}
.go-green { color: #339933; font-weight: bold;}
#content h1.go-green {color: #339933;}
#content .go-green a {color: #339933;}
#content .go-green a:visited {color: #339933;}
#content .go-green a:hover {color: #000;}
.inspiration {
	padding: 4px 0;
	font: italic 16px "Times New Roman", Times, serif;
	color: #54301b;
	text-align: center;
	background: #edebe0;
	border: 1px solid #54301b;
}
.imageright {
	margin: 0 0 10px 10px;
	padding: 4px;
	float: right;
	clear: right;
	border: 1px solid #54301b;
}
#special-notice {
	margin: 0 50px;
	width: 70%;
	padding: 10px;
	border: 2px solid #9A1400;
	text-align: center;
}
#special-notice a {
	text-decoration: underline;
}
.imageleft {
	margin: 0 10px 10px 0;
	padding: 4px;
	float: left;
}
.centerimage {text-align: center;}
#float img {border: none; padding: 10px;}
#footer {
	margin: 0px auto;
	padding: 0;
	position: relative;
	width: 1000px;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #333;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Arial, Helvetica, Verdana, sans-serif;
	color: #222;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #222;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #54301b;
	text-decoration: underline;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font: normal 10px Arial, Helvetica, Verdana, sans-serif;
	color: #bdb263;
}
#footer h3 a:visited, #footer h3 a:link {
	color: #bdb263;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #54301b;
	text-decoration: underline;
}
