html,body {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #5E594C;
	width: 796px;
	text-align:center;	
	margin-left: auto;
	margin-right: auto;
	background: #440000;
}

a, a:visited {
	color: #7A864C;
}

table {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #5E594C;
}

td {
	background: #FFFFFF;
}
#contact {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #5E594C;
}

#indexcontent {
	background: #FDFCF8;
	text-align: left;
}

#content {
	background: #FDFCF8;
}

#wrapper {
	width: 796px;
	min-width: 796px;
	/* IE Dynamic Expression to set the width */
	width:expression(document.body.clientWidth < 800 ? "796px" : "796px" );
}

#indexwrapper {
	width: 796px;
	min-width: 796px;
	/* IE Dynamic Expression to set the width */
	width:expression(document.body.clientWidth < 800 ? "796px" : "796px" );
}

#sidebar {
	float: right;
	width: 223px;
	height: 293px;
	border: 1px solid #000000;
	margin: 20px 60px 10px 30px;
}

#subsjlogo {
	float: right;
	width: 320px;
	height: 580px;
}
.subsjlogoclass {
	float: right;
	width: 320px;
	height: 550px;
}

#siteplansjlogo {
	float: right;
	width: 320px;
	height: 380px;
}

#contactsjlogo {
	float: right;
	width: 320px;
	height: 640px;
}

#mainbodytext {
	text-align: left;
	padding: 40px 100px 20px 80px;
}

#subbodytext {
	width: 470px;
	text-align: left;
	position: relative;
	top: 2px;
	padding-top: 20px;
	padding-left: 70px;
	padding-bottom: 25px;
}

#siteplanbodytext {
	text-align: left;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 25px;
}

#formbodytext {
	width: 470px;
	text-align: left;
	position: relative;
	top: 2px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 25px;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #A18040;
	background-color: #440000;	
	padding-top: 10px;
}

#footer a:link,a:visited {
	color: #A18040;
}

#menu {
	background: #d5c997;
	width: 796px;
	height: 52px;
	margin-top: 25px;
}
#menu ul {
}
#menu li {
	float: left;
	margin: 0 0.7em;
	list-style: none;
	font-family: Arial, serif;
	font-size: 11px;
	color: #7d4433;
	font-weight: bold;
	padding-top: 30px;
}
#menu li a
{
	text-decoration: none;
	text-align: center;
	color: #7d4433;
	margin: 0px;
	padding: 0px;
	float: none;
}
#menu li a:hover
{
	color: #FFFFFF;
}
#spacer {
	margin: 0px;
	padding: 0px;
	background: #d5c997;
}

h1 {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #7E4300;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 8px;
}
h2 {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	font-weight: normal;	
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 8px;
}
h3 {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #7E4300;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin: 0px 0px 10px 0px;
}

.smalltext {
	font-family: Arial, serif;
	font-size: 10px;
}
.smallen {
	font-size: 11px;
}

.subhead {
	color: #7E4300;
	font-weight: bold;	
}
