body {
	margin: 0 0 15px 0;
	background-color: white;
	text-align: center;
}

div#layout {
	margin: 0 auto 0 auto;
	width: 769px;
}
div#header {
	height: 83px;
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	position: relative;
	border-bottom: 1px solid black;
}
div#content {
	margin-top: 7px;
	font-family: arial, tahoma, verdana;
	text-align: left;
}

#seoLeft {
	position: absolute;
	top: 4px;
	left: 0;
}
#seoRight {
	position: absolute;
	top: 4px;
	right: 1px;
}
img#imgHead1 {
	position: absolute;
	top: 45px;
	left: 0;
}
img#imgHead2 {
	display: none;
}

div#LeftPane {
	display: none;
}

div#RightPane {
	margin: 0;
	padding: 5px 0 15px 0;
}

#RightPane h1 {
	color: #544339;
	font-size: 20px;
	margin: 20px 0 15px 0;
}

#RightPane h2 {
	color: #9d7d65;
	font-size: 18px;
	margin: 20px 0 15px 0;
	
}

#RightPane p {
	font-size: 12px;
	margin: 5px 0 5px 0;
	
}

div#icons {
	margin: 50px 0 15px 0;
	text-align: center;
}
div#icons img {
	margin: 0 10px 0 10px;
}

div#footer {
	padding-top: 3px;
	border-top: 1px solid black;
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	color: black;
}

div#footer a,
div#footer a:link {
	color: black;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
img#botBorder {
	display: none;
}
