@charset "utf-8";
body {
	background-color: #EBE1BE;
	margin-top: 150px;
}
a:link {
	color: #791216;
	text-decoration: none;
}
a:visited {
	color: #791216;
	text-decoration: none;
}
a:hover {
	color: #8B7E38;
	text-decoration: none;
}
#content {
	margin: auto;
	height: 450px;
	width: 800px;
	background-image: url(images/back.jpg);
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #791216;
}
#top {
	height: 50px;
	width: 800px;
}
#mid {
	height: 350px;
	width: 800px;
}
#bot {
	height: 50px;
	width: 800px;
	text-align: center;
	color: #791216;
	letter-spacing: 2px;
	line-height: 50px;
}
