@charset "utf-8";
/* CSS Document */

body, html {
	color: #000000;
	background-color: #FDBA71;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#main {
	width: 760px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -380px;
}
#shadow {
	width: 760px;
	height: auto;
	float: left;
	background: #FDBA71 url(images/shadow-back.jpg) center repeat-y;
}
#brand {
	width: 748px;
	height: 240px;
	float: left;
	margin-left: 6px;
	background: #FEE0C0;
	border-bottom: 1px solid #FEE0C0;
}
#nav {
	width: 748px;
	height: 80px;
	float: left;
	margin-left: 6px;
	border-top: 8px solid #914D02;
	border-bottom: 2px solid #000;
	background: url(images/nav-back.jpg) repeat-x top;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	line-height: 80px;
	border-left: 1px solid #914D02;
	padding: 0px 40px 0px 40px;
}
#nav ul li a:link {
	color: #FDB666;
	background: none;
	text-decoration: none;
}
#nav ul li a:visited {
	color: #FDB666;
	background: none;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #FFDFBB;
	background: none;
	text-decoration: none;
}
#nav ul li a:active {
	color: #FFF3E6;
	background: none;
	text-decoration: none;
}
#contents {
	width: 760px;
	height: auto;
	float: left;
	color: #914D02;
}
#contents a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#contents a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#contents a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#contents a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#side {
	width: 200px;
	height: auto;
	float: left;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
#side ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px dotted #914D02;
}
#side ul li a {
	display: block;
	line-height: 30px;
	padding-left: 6px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #914D02;
}
#side ul li a:link {
	color: #914D02;
	font-weight: normal;
	background: none;
}
#side ul li a:visited {
	color: #914D02;
	font-weight: normal;
	background: none;
}
#side ul li a:hover {
	color: #914D02;
	font-weight: bold;
	text-decoration: none;
	background-color: #FEC483;
}
#side ul li a:active {
	color: #914D02;
	font-weight: bold;
	text-decoration: none;
	background-color: #FEC483;
}
#right {
	width: 480px;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: right;
	text-align: justify;
}
#right h3 {
	display: block;
	line-height: 35px;
	padding-left: 70px;
	background: url(images/h3-back.jpg) left center no-repeat;
}
#right img {
	float: right;
	padding: 4px 0px 4px 20px;
}
#footer {
	width: 760px;
	height: 80px;
	clear: both;
	color: #FD9B2F;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
	background: url(images/foot-back.jpg) center top no-repeat;
}
#footer a:link {
	color: #FEC98D;
	text-decoration: none;
}
#footer a:visited {
	color: #FEC98D;
	text-decoration: none;
}
#footer a:hover {
	color: #FD9B2F;
	text-decoration: underline;
}
#footer a:active {
	color: #FD9B2F;
	text-decoration: underline;
}
#home #nav .home a,
#about #nav .about a,
#restaurant #nav .restaurant a,
#accomo #nav .accomo a,
#contacts #nav .contacts a {
	color: #FFFFFF;
	cursor: default;
	font-weight: bold;
}
#director #side .director a,
#acts #side .acts a,
#photos #side .photos a,
#booking #side .booking a,
#contacts #side .contacts a {
	color: #914D02;
	font-weight: bold;
	padding-left: 30px;
	cursor: default;
	text-decoration: none;
	background-color: #FED1A0;
	background: url(images/active-side-a.jpg) left center no-repeat;
}