@charset "utf-8";
body {
	background-image: url(../images/harmonia-bkgnd2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
}
.content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.header {
	color: #FFFFFF;
}
.menu {
	height: 28px;
	background-color: #4A1000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 2px;
	
}
.menu div {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 6px;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #F7E7B5;
	float: left;
	height: 18px;
	padding-top: 4px;
	padding-left: 8px;
}
.menu a {
	color: #FFE7AD;
	text-decoration: none;
	margin-right: 4px;
}
.menu a:hover {
	color: #FFFFFF;
}
.middle {
	background-color: #F7E7B2;
	width: 960px;
}

.main {
	width: 470px;
	min-height: 850px;
	display: block;
	clear: both;
	float: left;
	background-image: url(../images/page-edge.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	background-color: #F7E7B2;
}
.main h1 {
	color: #732906;
	text-align: center;
}

.main p {
	text-align: left;
	text-indent: 2pc;
}

.footer {
	color: #FFFFFF;
	background-color: #4A1000;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
.clearboth {
	clear: both;
}

