body {
	background-color: #1f1710;
	color: #b5a792;
	font: 11px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;

/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;

/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	letter-spacing: 2px;
}

p, h1, form, button{border:0; margin:0; padding:0;}

a:link {
	color: #666050;
	text-decoration: none;
	border-style: none;
	border-width: 0;
}     /* unvisited link */
a:visited {
	color: #666050;
	text-decoration: none;
	border-style: none;
	border-width: 0;

}  /* visited link */
a:hover {
	color: #fff;
	text-decoration: none;
	border-style: none;
	border-width: 0;

}   /* mouse over link */
a:active {
	color: #5a5243;
	text-decoration: none;
	border-style: none;
	border-width: 0;

}   /* selected link */

#homeFlash {
	width: 243px;
	height: 463px;
	position: relative;
	left: 315px;
	top: 25px;
}
#content {
	width: 894px;
	height: 610px;
	margin: 25px auto 0;

/* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left;

/* this overrides the text-align: center on the body element. */
}

#masthead {
	height: 83px;
	width: 894px;
	border-bottom: 1px solid #ded9bb;
	color: #69604e;
	margin: 0 auto;
	text-align: left;
	float: left;
	z-index: 1003;

}

#navigationMain {
	width: 537px;
	height: 28px;
	text-align: left;
	float: left;
	position: relative;
	left: 147px;
	top: -85px;
	z-index: 1003;
}

#navigationContact {
	width: 84px;
	height: 28px;
	text-align: right;
	float: right;
	position: relative;
	top: -85px;
	z-index: 1003;
}


#mastInset {
	width: 748px;
	height: 54px;
	border-bottom: 1px solid #ded9bb;
	position: relative;
	float: right;
	text-align: right;
	background: url(../img/mastheadInsetBG.gif) no-repeat;
	top: -85px;
	z-index: 1003;
}

input.beige {
	border:0; margin: 0;
	background-color: transparent;
	color: #ded9bb;
	font-size: 9px;
	padding: 0 4px 2px 0;
	position: relative;
	right: 2px;
	top: 1px;
}
input.khaki {
	color: #2a2118;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	border:0; margin: 0; padding: 0;
	border-style: hidden;
	font-size: 11px;
	background-color: transparent;
	position: relative;
	top: 2px;
}

#boxHome {
	width: 572px;
	height: 300px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	position: relative;
	left: 147px;
	line-height: 1.55em;
}
#contact {
	float: right;
	position: relative;
	top: -90px;
	border-style: none;
}
#contact a {
	border-style: none;
	border-width: 0;

}
.floatimgleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	border-color: #1f1710;
	border-width: 1px;
}

#contentFlash {
	width: 894px;
	height: 526px;
	margin: 0 auto;
	top: -90px;
	position: relative;
	z-index: 1;
}

#footer {
	width: 894px;
	height: 17px;
	border-top: 1px solid #ded9bb;
	margin: 0 auto;
	position: relative;
	float: left;
	text-align: left;
	top: 430px;
}


