@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 50px;
	color: #ce7b5a;
}
.logo {
	background-color: #0B0401;
	background-image: url(images/logo-bar.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
a:link {
	color: #BA9F9D;
	text-decoration: none;
}
a:visited {
	color: #BA9F9D;
	text-decoration: none;
}
a:hover {
	color: #8F8F6C;
	text-decoration: none;
}
.mainright {
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
}
.mainleft {
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
p {
	margin-right: 40px;
}
.nav {
	font-size: small;
	font-variant: small-caps;
	color: #bbb082;
	font-weight: bold;
	text-decoration: none;
}
.navlink:link {
	color: #bbb082;
	text-decoration: none;
}
.navlink:visited {
	color: #bbb082;
	text-decoration: none;
}
.navlink:hover {
	color: #5B8D8E;
	text-decoration: none;
}
.navlink:active {
	color: #5B8D8E;
	text-decoration: none;
}
.imageborder {
	border: 12px outset #c46847;
}
.slideshow {
	text-align: left;
	height: 258px;
	width: 474px;
}
.smalltext {
	font-size: smaller;
}
.formcolor {
	background-color: #f3d2bb;
}
.contacttitle {
	margin-bottom: 5px;
}
a:active {
	color: #8F8F6C;
	text-decoration: none;
}
