.main-top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.main-bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a1801;
	margin:0;
	padding:0;
}
.width {
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.subhead {
	font-size: 18px;
	font-weight: bold;
	color: #2a1801;
}
a:link {
	color: #462611;
}
a:visited {
	color: #7C4C24;
}

.small-text {
	font-size: 11px;
}
