.main-bkg {
	background-color: #D0BFA5;
	background-image: url(images/main-bkg.jpg);
	background-repeat: repeat-y;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f3b1c;
}
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #2f3b1c;
}
.width {
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:link {
	color: #303B1D;
}
a:visited {
	color: #52603C;
}
.small {
	font-size: 10px;
}
