body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #996633;
	text-align: center;
	height: auto;
}
#wrapper {
	text-align: left;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding: 150px 0 0 0;
	background-image: url(images/banner2.jpg);
	background-color: tan;
	background-repeat: no-repeat;
	background-position: left top;
	border: thin solid #7d5500;
}
#side1 {
	background: transparent;
	float: left;
	width: 140px;
	padding: 10px 10px 10px 10px;
	border-top: thin solid #7d5500;
	height: 100%;
}
#side1 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin: 0;
	padding-bottom: 4px;
}
#side1 .txt {
	width: 140px;
	background-color: #FCF5F5;
	border: 1px inset #cc9966;
}
#side1 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 120px;
}
#side1 li {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #cc9933;
}
#side1 a:link, #side1 a:visited {
	text-decoration: none;
	color: #993300;
	background-color: transparent;
}
#side1 a:hover {
	color: #621313;
}

#content {
	width: 560px;
	float: right;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	height: 100%;
	border-top: thin solid #7d5500;
}
#content p {
	font-size: 80%;
	line-height: 1.4em;
	padding-left: 1em;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #9e450e;
	background-color: transparent;
	padding-top: 2px;
}
#content h2 {
	font-size: 100%;
	color: #9e450e;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #993300;
	background-color: transparent;
}
#content a:hover {
	color: #621313;
}
#content img {
	margin: 5px;
}
#imgright {
	Float: right;
	padding: 5px;
}
#imgleft {
	Float: left;
	padding: 5px;
}
#footer {
	clear: both;
	font-size: 70%;
	color: #7d5500;
	background-color: transparent;
	border-top: thin solid #7d5500;
	text-align: center;
}