body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #769b75;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.body-bg {
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.header-bg {
	background-image: url(../images/heading-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Myriad Pro", Arial;
	font-size: 19px;
	line-height: 47px;
	font-weight: normal;
	color: #fdfcfc;
	text-decoration: none;
}
.address-txt {
	font-family: "Myriad Pro", Arial;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #351310;
	text-decoration: none;
}
.address-txt a:link {color: #351310;	text-decoration: none;}
.address-txt a:visited {color: #351310;	text-decoration: none;}
.address-txt a:hover {color: #000000;	text-decoration: underline;}
.address-txt a:active {color: #351310;	text-decoration: none;}
.acu-txt {
	font-family: "Myriad Pro", Arial;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #351310;
	text-decoration: none;
}
.acu-txt a:link {color: #990000;	text-decoration: none;}
.acu-txt a:visited {color: #990000;	text-decoration: none;}
.acu-txt a:hover {color: #000000;	text-decoration: underline;}
.acu-txt a:active {color: #351310;	text-decoration: none;}
.footer-bg {
	font-family: "Myriad Pro", Arial;
	font-size: 14px;
	line-height: 27px;
	font-weight: normal;
	color: #fdfcfc;
	text-decoration: none;
	background-image: url(../images/bottom-menu-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 10px;
}
.footer-bg a:link {color: #fdfcfc;	text-decoration: none;}
.footer-bg a:visited {color: #fdfcfc;	text-decoration: none;}
.footer-bg a:hover {color: #351310;	text-decoration: none;}
.footer-bg a:active {color: #fdfcfc;	text-decoration: none;}
.home-white-bg {
	background-image: url(../images/home-white.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.about-txt {
	background-image: url(../images/about-white.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.title-txt {
	font-family: "Zaandam", "Myriad Pro", Arial;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	color: #351310;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #351310;
	text-decoration: none;
}
.sub-white-bg {
	background-image: url(../images/sub-white-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #351310;
	text-decoration: none;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #797878;
	height: 25px;
	width: 250px;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #797878;
	height: 125px;
	width: 450px;
}
