BODY {
	background-color: #ECE1B9;
	margin: 0 auto;
	padding: 0;
	font-family: times, serif;
	font-size: 14px; line-height: 20px;
	color: #3E330C;
	width:100%;
}

P {
	text-indent:10px;
}

IMG {
	border: 0px;
}

A:link {
	color:#7A6416;
}
A:visited {
	color:#978649;
}
A:hover {
	color:#3C5531;
}

H1 {
	margin:0 auto;
	font-size: 24px;
	font-style: italic;
	color: #7A6418;
	}
H2 {
	margin:0 auto;
	font-size: 16px;
	font-style: italic;
	color: #7A6418;
	}

#centerIt {
	position:absolute;
	width:100%;
	left:50%;
}

#header {
	top: 0px; left: -400px;
	height: 94px; 	width: 800px;
	position: absolute;
	background-color: #FAF3DA;
	background-image: url('containerBG.gif');
	background-position: -84px 0;
}
#header DIV { position: absolute; }

#logo {
	top:17px; left:11px;
}

#contactAndDirections {
	left:545px; top:30px;
	width:240px;
	text-align:right;
	font-size:16px; line-height:24px;
}

#phoneNumber {
	left:545px; top:50px;
	width:240px;
	text-align:right;
	line-height:14px; font-size:12px;
}

#nav {
	top: 94px; left: -400px;
	height:27px; width:800px;
	position:absolute;
	background: #437136 url('footerBG.jpg') no-repeat;
}
#nav div {
	position:absolute;
}

.yellowBar {
	border:0px; margin:0; padding:0;
	height:1px;
	background-color:#ecd474;
	width:800px;
	overflow:hidden;
}
.yellowBarOnGreen {
	border:0px; margin:0; padding:0;
	height:1px;
	width:800px;
	background-color:#8e9351;
	overflow:hidden;
}

#content {
	height:400px; width:800px;
	top:121px; left:-400px;
	position: absolute;
	background-color: #FAF3DA;
	background-image: url('containerBG.gif');
	background-position: -84px 0;
}
#fixedBox {
	position:absolute;
	top: 0; left:50%;
	height:100%;
}


#footer {
	position:absolute;
	bottom:0; left:-400px;
	height:144px; width:800px;
	background: #437136 url('footerBG.jpg') no-repeat;
}
#footerCopy{
	font-family: Arial, Sans-serif;
	font-size:12px;
	color:#e0c569;
	position: absolute;
	left:545px; top:120px;
	width: 200px;
	text-align:right;
}
#background {
	position:absolute;
	left:-484px; right:0;
	width:968px; height: 100%;
	background: #FAF3DA url('containerBG.gif') repeat;
}