* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	border-color: #c3b984;
}

body {
	background: #6d0018 url(images/background.jpg) repeat-x center top;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
}

#container {
	position: relative;
	width: 100%;
	text-align: center;
}

/* header */

#header {
	width: 100%;
	height: 77px;
	font: 198% "Times New Roman", Georgia, Times, serif;
	text-align: left;
	background: url(images/headerAccent.gif) no-repeat center 57px;
	margin-bottom: 45px;
}

#header h1 {
	padding-left: 42px;
	overflow: hidden;
	margin-top: 6px;
	text-indent: -9999px;
}

#header h1 a {
	color: #5f4917;
	text-decoration: none;
	background: url(images/logo.png) no-repeat;
	display: block;
	width: 438px;
	height: 100px;
}

#body {
	width: 712px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/intro_bottom.jpg) no-repeat 0 bottom;
	padding-bottom: 21px;
	margin-bottom: 67px;
}

#body h2 {
	background: url(images/intro_top.jpg) no-repeat;
	height: 59px;
	width: 710px;
	color: #480010;
	font: italic 35px Baskerville, "Times, Times New Roman", serif;
	text-align: center;
	padding-top: 37px;
}

#body ul {
	margin-bottom: 25px;
}

#body ul li {
	display: inline;
	margin-left: 50px;
	margin-right: 50px;
}

#body ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #6C0018;
	text-decoration: none;
}

#body ul li a:hover {
	text-decoration: underline;
}

#body img {
	border-style: solid;
	border-width: 3px;
	background-color: white;
	padding: 5px;
	border: 1px solid #E3BFC7;
}


