body {
	background: url('../../images/pattern.png') repeat #FDF6E2;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 1.5em
}

#banner {
	height: 197px;
}
#header {
	background: url('../../images/header.jpg') no-repeat;
	position: absolute;
	width:792px;
	height: 197px;
}
#content_wrapper {
	position: relative;
	left: 30px;

	width: 735px;
	background: transparent;
	min-height: 300px;
	z-index: 1;
}
#wrapper {
	background: #FFFCF2 url('../../images/body.jpg');
	position: absolute;
	top: 205px;
	left: 8px;
	width: 792px;
}
#content {
	background: transparent;
	z-index: 2;
}
#alerts {
	color: red;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
h1 {
	font-size: 110%;
	color: #7C6B3B;
}
hr {
	border-bottom: 1px dotted #BE936E;
	width: 300px;
	height: 1px;
}
img { 
	border:none; 
}
#footer {
	padding-top: 10px;
	text-align: center;
}


