body {
	font: normal small Arial, Helvetica, sans-serif;
	color: #745300;
	margin: 0;
	padding: 0;
	background: url(Images/bodyBackground.gif) repeat-x;
}


#outerContainer {
	position: relative;
	margin: 0 auto 0 auto;
/*	background: url(Images/bodyImage.jpg) no-repeat top center; */
	background: url(Images/bodyImagePlain.jpg) no-repeat top center;
	}

	
#container {
	position: relative;
	top: 0px;
	width: 800px;
	margin: 0 auto 0 auto;
}

#header {
}

#headerLeft {
	float: left;
	position: relative;
	top: 18px;
	left: 30px;
	width: 210px;
	height: 133px;
/*	background: #9f5; */
	margin-bottom: 30px;
}

#header img {
	margin: 9px 0 10px 1px;
}

#header object {
	margin: 0 0 1px 0;
}

.headerBottom {
	clear: both;
}

.headerRight {
	position: relative;
	top: 113px;
	left: -20px;
	float: right;
	width: 520px;
/*	border: 1px dashed red; */
}



#nav {
	position: relative;
/*	top: -16px; */
	clear: both;
	text-align: center;
	font-weight: bold;
	color: #b7cb95;
	font-size: 110%;						/* fixed size on IE */
	margin-bottom: 5px;
}

#nav a {
	text-decoration: none;
	font-size: 110%;
	color: #fff;
	padding: 0 7px 0 6px;
}

#nav a:visited {
	text-decoration: none;
	color: #eef0d4;
}

#nav a:hover {
	color: #ddbb77;
}


#outerContent {
	position: relative;
	background: url(Images/contentBodyBG.gif);	/* repeated background strip */
	width: 800px;
/*	border: 1px dashed red; */
}

#content {
	position: relative;
	background: url(Images/contentBG.gif) no-repeat;	/* top half of content box */
	width: 800px;
/*	border: 1px dashed red; */
}


#leftSide {
	position: absolute;
	left: 0;
	top: 30px;
	width: 220px;
	padding: 30px 0 20px 0;
	text-align: right;
	margin: 0 0 20px 7px;
/*	border: 1px dashed red; */
}

#rightSide {
	position: relative;
	left: 240px;
	top: 30px;
/*	float: right; */
	width: 505px;
	text-align: center;
	padding: 20px 25px 25px 20px;
	margin: 0 0 20px 0;
/*	border: 1px dashed red; */
}

#contentBottom {
	background: url(Images/contentBottom.gif) no-repeat bottom left;
	padding: 0;
	margin: 0;
}

#footer {
	clear: both;
	font-size: 85%;
	color: #b7cb95;
	margin: 10px 0 20px 0;
}

#footer a {
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
}

#footer a:visited {
	text-decoration: none;
	color: #eef0d4;
}

#footer a:hover {
	text-decoration: none;
	color: #ddbb77;
}
	


#link a {
	color: #ae5130;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#link a:hover {
	color: #ddbb77;
	font-family: Arial, Helvetica, sans-serif;
}


.imageCaption {
	font-size: 90%;
	color: #745300;
	height: 20px;
	margin-top: 20px;
}

h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #be6f52;
	padding: 3.5em 0 10px 0;
}

.subheading {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #be6f52;
}

.siteList {
	text-align: right;
	margin: 0 0 10px 40px;
}

.siteList img {
	border: 1px solid #bbb;
	background: #fff;
	padding: 3px;
}

#promo {
	position: absolute;
	top: -9999px;
	overflow: hidden;
}