ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, img {
margin:0;
padding:0;
border: 0;
}

ul { 
list-style:none;
}

body {
	color: #544017;
	font-family: Georgia, serif;
	font-size: 62.5%;
	background: #9b6427 url('../images/layout/bgBody.gif') center center repeat;
}

div#main {
	width: 900px;
	margin: 0 auto;
	border-left: 6px solid #413214;
	border-right: 6px solid #413214;
	border-bottom: 6px solid #413214;
	background: #f4ecd3 url('../images/layout/bgMain1.jpg') 0px 319px repeat-y;
	position: relative;
	z-index: 1;
}

div#header {
	width: 900px;
	height: 144px;
	margin: 0 auto;
	background: #f9f0e1 url('../images/layout/bgHeader.jpg') center center repeat;
}

div#mainNav {
	background: transparent url('../images/layout/bgMainNav.jpg') center top no-repeat;
	border-top: 6px solid #413214;
	border-bottom: 6px solid #413214;
/*	border-top: 1px solid #071900;
	border-bottom: 1px solid #071900;*/
}

div#contentWrap {
	width: 900px;
	margin: 0 auto;
	background: transparent url('../images/layout/bgContentWrap.jpg') 0px -165px no-repeat;
}

body#home div#contentWrap {
	background-position: center top;
}

div#pageContent {
	padding: 20px 30px 0 30px;
}

div#footer {
	width: 840px;
	margin: 20px auto 0 auto;
	border-top: 1px solid #544017;
	padding: 20px 0 20px 0;
	overflow: hidden;
}

