body {
	background-image: url(background_column.jpg);
	background-repeat: repeat-x;
	margin: 0;
	text-align: center;
}
#content {
	background-image: url(mid.jpg);
	width: 820px;
	padding: 0;
	margin: 0;
	text-align: center;
}
#mid {
	background-image: url(mid.jpg);
	padding-left: 120px;
	padding-right: 120px;
	text-align: left;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}
#top {
	background-image: url(top.jpg);
	margin: 0;
	height: 104px;
}
#bottom {
	background-image: url(bottom.jpg);
	height: 83px;
	margin: 0;
	padding: 0px;
}
#topnav {
	/* background-color: #FFEDDD; */
	border-style: dotted;
	border-color: #CCA598;
	border-width: 1px;
	margin-right: 20px;
	margin-left: 20px;
	height: 17px;
}
a:link {
	color: #600D00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
