body {
	background-color: #A4663F;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #3F2C1E;
	font-size: 14px;
	margin-top: 30px;
}

h1 {
	font-weight: lighter;
	font-size: 30px;
	color: #614A3A;
	padding-top: 0px;
	font-variant: normal;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.nav-01 {
	background-image: url(images/layout/nav-01.jpg);
	background-repeat: no-repeat;
	height: 58px;
}

.bg-maintext {
	background-image: url(images/layout/bg-02.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	background-position: top;
	padding-top: 4px;
	padding-right: 48px;
	padding-bottom: 16px;
	padding-left: 48px;
}
.img-right {
	text-align: right;
	float: right;
	margin-bottom: 2px;
	margin-left: 25px;
	border: 1px solid #3F2C1E;
}


.bg-main {
	background-image: url(images/layout/bg-03.jpg);
	background-repeat: repeat;
	vertical-align: top;
}

h2 {
	font-size: 24px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #3F2C1E;
	text-decoration: underline;
}

a:visited {
	color: #3F2C1E;
	text-decoration: underline;
}

a:hover {

	color: #A4663F;
	text-decoration: none;
}

a:active {

	color: #A4663F;
	text-decoration: none;
}

a.footer-link:link {
	font-weight: bold;
	color: #F7DACC;
	text-decoration: none;
}

a.footer-link:visited {
	font-weight: bold;
	color: #F7DACC;
	text-decoration: none;
}

a.footer-link:hover {

	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.footer-link:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-text {
	color: #F7DACC;
}
.bg-mainhome {

	background-image: url(images/layout/bg-02.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	background-position: top;
	padding-top: 4px;
	padding-right: 38px;
	padding-bottom: 16px;
	padding-left: 48px;
}
.img-right-noborder {
	text-align: right;
	float: right;
	margin-bottom: 2px;
	margin-left: 25px;
}

hr {
	margin-top: 22px;
	margin-bottom: 24px;
	border: 0;
	width: 100%;
	color: #3F2C1E;
    height: 1px;
}


hr {
}
.img-border {
	border: 1px solid #3F2C1E;
}
.img-left-noborder {
	text-align: left;
	float: left;
	margin-bottom: 2px;
	margin-right: 20px;
}

