body {
	background-image: url('../images/a_back.gif');
	margin-top: 0;
}
.content {
	width: 820px;
	margin: 0 auto;
	background-color: #f6f3ec;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.menu {
	width: 800px;
	margin: 0 auto;
	background-color: #dfd2b0;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.menu a:link, .menu a:hover, .menu a:visited, .menu a:active {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: small;
	text-decoration: none;
	display: inline;
	padding-left: 10px;
	padding-right: 18px;
}
.menu a:hover {
		text-decoration: underline;
}
.pagecontent {
	width: 800px;
	background-color: #f6f3ec;
	margin: 2px auto;
	height: 75%;
}
.contentbox {
	background-color: #f6f3ec;
	width: 796px;
	border: 2px solid #000000;
	float: left;
	height: 75%;
}
.leftcol {
	width: 270px;
	float: left;
	height: 75%;
}
.rightcol {	
	width: 526px;
	background-color: #f6f3ec;
	float: left;
	height: 75%;
	text-align: left;
}
h1 {
	font-style: italic;
	color: #d9c594;
}
.bodytext {
	font-family:"Times New Roman", Times, serif;
	font-size: medium;	
	color: #514b41;
	padding-left: 15px;
	padding-right: 35px;
}
.footer {
	clear: both;
	width: 800px;
	margin: 2px auto;
	background-color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:"Times New Roman", Times, serif;
	font-size:small;	
	color: #dfd2b0;
}