body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #301210;
}
a:visited {
	color: #5F0F0E;
}
.bkg {
	background-color: #FFFFFF;
	background-image: url(images/main-bkg.jpg);
	background-repeat: repeat-x;
}
.width {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.width2 {
	width: 660px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.pic {
	border: thin solid #301210;
}
.header {
	font-size: 30px;
	font-weight: bold;
	color: #301210;
}
a.nav-links:link {
	font-size: 14px;
	font-weight: bold;
	color: #301210;
	text-decoration: none;
}
a.nav-links:visited {
	font-size: 14px;
	font-weight: bold;
	color: #301210;
	text-decoration: none;
}
a.nav-links:hover {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.contact-text {
	color: #d98e2b;
}
.contact-header {
	color: #d98e2b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
a.contact-links:link {
	font-size: 14px;
	font-weight: bold;
	color: #d98e2b;
	text-decoration: none;
}
a.contact-links:visited {
	font-size: 14px;
	font-weight: bold;
	color: #d98e2b;
	text-decoration: none;
}
a.contact-links:hover {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}.nav-bkg {
	background-color: #C9812C;
	background-image: url(images/nav-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
