body {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvitica, sans-serif;
	font-size: 80%;
	text-align: left;
}

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header_left {
	display: none;
}

#home_button {
	display: none;   
}

#header_right {
	display: none;
}

#content {
	width: 520px;
	padding-left: 75px;
}

#content h2 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
	color: #621313;
}

#content h3 {
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
	color: #621313;
}

#content a:link {
	text-decoration: underline;
	color: #000;
}

#sitemap ul {
	list-style-type: none;
	margin-bottom: 4em;
	margin-left: 0;
	padding-left: 90x;
}

#sitemap li {
	font-size: 90%;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: 1.5em;
}

#sitemap ul ul {
	padding: 0px 0px 0px 20px;
}

#sitemap a {
	padding: 0px 0px 0px 20px;
}

.img {
	float: center;
	margin: 10px 30px 10px 50px;
}

.leftimg {
	float: left;
	margin: 5px 35px 20px 30px;
}

.rightimg {
	float: right;
	margin: 5px 20px 20px 35px;
}

#sidebar {
	display: none;
}

#footer {
	clear: both;
}

#footer_txt {
	display: none;
}

#contact_txt {
	display: none;
}

.clear {
	clear: both;
}