body {
	margin: 0 0 0 0;
	background-color: white;
}

/* general */
table#layout {
	width: 765px;
	border: 0;
}
/* header */
td#seText {
	display: none;
}
#topNav {
	display: none;
}
#header {
	border: 0;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid gray;
}
#header img {
	display: none;
}
#header img#logo {
	display: inline;
	border: 0;
	vertical-align: top;
	margin: 0;
}

/* left column */
#leftCol {
	vertical-align: top;
	width: 175px;
	padding: 20px 10px 20px 25px;
}
#leftNav {
	display: none;
}
img.sep {
	display: none;
}

/* content */
#content {
	font-family: georgia;
	vertical-align: top;
	width: 515px;
	padding: 20px 20px 40px 10px;
}
#content h1 {
	font-family: georgia;
	color: #7C5612;
	text-align: center;
}
#content h2 {
	font-family: georgia;
	color: #7C5612;
	margin-left: 70px;
}
#content h3 {
	font-family: "Century Gothic";
	font-size: 25px;
	font-weight: normal;
	color: #7FB54E;
}
#content p {
	line-height : 25px;
}

/* footer */
#footer {
	border-top: 1px solid gray;
	padding: 20px;
	text-align: center;
	font-family: georgia;
	font-size: 12px;
	color: #181D15;
}
#footer a {
	font-family: georgia;
	font-size: 12px;
	color: #181D15;
}

