body {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #8f5f35;
	background-color: #F7F7F7;
	margin: 0px;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	line-height: 24px;
}
li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	line-height: 24px;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	color: #333;
	margin: 0px;
	padding-bottom: 10px;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #333;
	margin: 0px;
	padding-bottom: 10px;
}
#footer {
	background-color: #FFF;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}



.bg_hone {
	background-attachment: scroll;
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_rsvn {
	background-attachment: scroll;
	background-image: url(images/bg_rsvn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_contact {
	background-attachment: scroll;
	background-image: url(images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_services {
	background-attachment: scroll;
	background-image: url(images/bg_servicest.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bg_menu {
	background-attachment: scroll;
	background-image: url(images/bg_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.text_red {
	color: #F00;
}
.border_content {
	border: 1px solid #E9E9E9;
}
.btsubmit {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border:none; 
	height:50px; 
	width:110px; 
	background-color:#213756; 
	font-size:16px; 
	color:#FFF;
}


a.menulink:visited, a.menulink:link, a.menulink:active {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #a3620a;
	text-decoration: none;
}
a.menulink:hover {
	color: #8dc63f;
}
