/* CSS Document */

html, body {
	width: 800px;
	margin: 0 auto;
	background-color: #291e1a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.home-content {
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 5px;
	background-color: #ddd7ca;
	font-size: 10px;
	color: #3c2d26;
}
.menu-bg {
	background-image: url(images/menu-bg.html);
	background-position: top;
	background-repeat: repeat-y;
}

.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 100px;
}
.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
}
.menu ul li {
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	font-size: 12px;
	background-image: url(images/menu-deco.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	padding-right: 5px;
	line-height: 26px;
}
.menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #eed15b;
}

.left-contact {
	background-image: url(images/left-contact-BG.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #eed15b;
	padding-left: 25px;
	padding-top: 40px;
	height: 113px;
	line-height: 20px;
}

.home-textbox {
	font-size: 10px;
	color: #3c2d26;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	line-height: 16px;
}
.home-textbox a {
	color: #3c2d26;
	text-decoration: underline;
}
.home-textbox a:hover {
	color: #3c2d26;
	text-decoration: none;
}
.btm-border {
	padding-bottom: 20px;
	border-bottom: solid 1px #3c2d26;
}
.hometext {
	background-image: url(images/welcome.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 50px;
	text-align: left;
	line-height: 16px;
}
.home-news {
	background-image: url(images/home-news-BG.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 61px;
	padding-left: 105px;
	padding-top: 34px;
	padding-right: 10px;
	line-height: 14px;;
}
.home-photo {
	background-image: url(images/home-photo-BG.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 61px;
	padding-left: 115px;
	padding-top: 34px;
	line-height: 14px;;
}

.footer {
	color: #ddd7ca;
	font-size: 10px;
	margin-left: 35px;
	margin-right: 50px;
	margin-top: 10px;
	padding-bottom: 30px;
}
.footer a {
	color: #ddd7ca;
	text-decoration: underline;
}
.footer a:hover {
	color: #ddd7ca;
	text-decoration: none;
}

.subpage-header {
	background-image: url(images/subpage-arrow.html);
	background-position: 0 4px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-left: 15px;
}
.table-btm {
	border-bottom: solid 1px #3c2d26;
}
.table-top {
	border-top: solid 1px #3c2d26;
}
.table-left {
	border-left: solid 1px #3c2d26;
}
.table-right {
	border-right: solid 1px #3c2d26;
}


.style1 {color: #49322A}
