body {
	margin: 0;
	padding: 0;
	color: white;
	background-color: #462744;
	background-image: url(../images/body_bck.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
body, html, #wrapper {
	width: 100%;
	height: 100%;
}
body, td, th, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}

#wrapper {
	border-spacing: 0;
	border: none;
}
#wrapper td {
	vertical-align: middle;
}

#container {
	width: 800px;
	height: 605px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	color: black;
}
#left {
	position: absolute;
	width: 200px;
	height: 605px;
	background-color: #82477e;
	background-image: url(../images/left_bck.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#right {
	width: 600px;
	height: 605px;
	padding-left: 200px;
	background-image: url(../images/right_bck.gif);
	background-repeat: no-repeat;
	background-position: 200px 0;
}


#menu {
	width: 200px;
}
#menu ul {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	list-style: none;
}
#menu li {
	display: block;
	/*text-align: right;*/
}
#menu a:link, #menu a:active, #menu a:visited {
	display: block;
	background-repeat: no-repeat;
	background-position: top right;
	height: 42px;
	text-indent: -9999px;
}
#menu a:hover {
	background-position: center right;
}
#menu a.selected {
	background-position: bottom right !important;
}

#header {
	height: 180px;
}
#header_cover {
	height: 100px;
}

#logo {
	padding: 28px 0 0 34px;
	width: 200px;
	float: left;
}
#nav {
	float: right;
	width: 142px;
	padding: 25px 25px 0 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	margin-bottom: 10px;
}
#nav a:link, #nav a:visited, #nav a:active {
	display: block;
	width: 142px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
}
#nav a:hover {
	background-position: bottom;
}
.lnk_lighthouse {
	background-image: url(../images/link_lighthouse.gif);
}
.lnk_store {
	background-image: url(../images/link_store.gif);
}

#title {
	height: 63px;
	padding-left: 35px;
	padding-top: 30px;
}
#title h1 {
	margin: 0;
	height: 0;
	height: 47px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
}
#content {
	height: 390px;
	padding: 15px 30px 20px 35px;
	overflow: auto;
	overflow-x: hidden;
	line-height: 140%;
}
#content h2 {
	font-size: 15px;
	font-weight: bold;
	color: #8d4d89;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	padding-bottom: 5px;
	padding-top: 25px;
	padding-left: 30px;
	margin-bottom: -10px;
	background-image: url(../images/h2_bck.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.menu_home {
	background-image: url(../images/buttons/home.gif);
	width: 80px;
	margin-left: 100px;
}
.menu_food {
	background-image: url(../images/buttons/food.gif);
	width: 70px;
	margin-left: 110px;
}
.menu_functions {
	background-image: url(../images/buttons/functions.gif);
	width: 130px;
	margin-left: 50px;
}
.menu_events {
	background-image: url(../images/buttons/events.gif);
	width: 100px;
	margin-left: 80px;
}
.menu_gallery {
	background-image: url(../images/buttons/gallery.gif);
	width: 100px;
	margin-left: 80px;
}

.menu_contacts {
	background-image: url(../images/buttons/contacts.gif);
	width: 120px;
	margin-left: 60px;
}

.title_home {
	background-image: url(../images/titles/home.gif);
}
.title_food {
	background-image: url(../images/titles/food.gif);
}
.title_functions {
	background-image: url(../images/titles/functions.gif);
}
.title_events {
	background-image: url(../images/titles/events.gif);
}
.title_gallery {
	background-image: url(../images/titles/gallery.gif);
}

.title_contacts {
	background-image: url(../images/titles/contacts.gif);
}

#content ul {
	margin: 0;
	margin-top: -5px;
	padding: 0 20px;
}

#content a:link, #content a:visited, #content a:active {
	color: #9d1693;
	text-decoration: underline;
}
#content a:hover {
	color: #c604b8;
	text-decoration: none;
}