html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: none;
}

html, body {
	height: 100%;
}

body {
	margin: 0 auto;
	text-align: center;
	background: #e4d4b8 url('images/body.gif') top repeat-x;
}

#header-top {
	margin: 0 auto;
	width: 780px;
	height:134px;
	background: #e4d4b8 url('images/header-top.jpg') top no-repeat;
}

#header-middle {
	margin: 0 auto;
	width: 780px;
	height: 190px;
	background: #e4d4b8 url('images/header-middle.jpg') top no-repeat;
}

#faux {
	margin: 0px auto 0 auto;
	width: 780px;
	min-height:100%;
	background: #e4d4b8 url('images/faux.jpg') top repeat-y;
}

#menu {
	margin: 0 auto;
	width: 780px;
	height: 42px;
	text-align: left;
	background: url('images/menu.jpg') top no-repeat;
	text-align:center;
}

#content {
	margin: 10px auto 0 35px;
	color: #A58656;
	font-family:Arial,Helvetica,sans-serif;
	text-align: justify;
	width: 710px;
}

#content h1 {
	font-size: 25px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #A58656;
	letter-spacing: 1px;
}

.the-content {
	margin-top: 10px;
	font-size: 16px;
}

.the-content p{
	line-height: 20px;
	text-indent: 10px;
	margin-bottom: 5px;
}
#footer {
	margin: 0 auto;
	width: 780px;
	height: 87px;
	background: url('images/footer.jpg') top repeat-x;
	text-align: left;
	overflow: hidden;
	font-size: 13px;
}

#footer p {
	margin: 35px auto auto 30px;
	color: #9A8663;
}

#footer p.links {
	margin: 3px auto auto 30px;
	color: #9A8663;
}

#footer p a {
	color: #9A8663;
	margin: 0 8px auto 8px;
}