body {
	background-image: url('../images/background.jpg');
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: black;
	font-style: normal;
	margin-top: 0px;
	text-align: center;
	font-size: 13px;
}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	width: 900px;
	height: 108px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}
#menu {
	position: absolute;
	z-index: 10;
	margin-left: 470px;
	margin-top: 83px;
	color: #f6f863;
	font-size: 11px;
	font-weight: bold;
	width: 410px;
	text-align: right;
}
#menu a {
	font-weight: bold;
	color: #f6f863;
	font-size: 10px;
	text-decoration: none;
}
#flash {
	height: 229px;
	width: 900px;
}
#body {
	width: 900px;
	background-image: url('../images/body_middle.jpg');
	background-repeat: repeat-y;
}
#body_container {
	min-height: 280px;
	height: auto !important;
	height: 280px;
	background-image: url('../images/body_top.jpg');
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 10px;
}
#body_footer {
	width: 900px;
	height: 8px;
	background-image: url('../images/body_bottom.jpg');
	background-repeat: no-repeat;
}
#home_text {
	left: 245px;
	top: 12px;
	position: relative;
	width: 440px;
	text-align: left;
	padding-bottom: 30px;
}

#page_text {
	position: relative;
	z-index: 1;
	margin-left: 20px;
	padding-top: 20px;
	width: 850px;
	text-align: left;
	height: auto;
}

#footer {
	position: relative;
	z-index: 5;
	width: 900px;
	height: 28px;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	line-height: 28px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
h1 {
	margin: 0px;
	font-style: italic;
	color: #5d0f25;
	font-size: 36px;
}
h3 {
	margin: 0px;
	font-style: italic;
	color: #5d0f25;
	font-size: 24px;
}
p {
	margin-top: 8px;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #0f0f0f;
}

p b {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #0f0f0f;
}

p a {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #5d0f25;
	text-decoration: none;
	border-bottom: 1px dashed #5d0f25;
}
