* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
body {
	background-color: #000;
}
#spacer {
	background-color: #000;
	height: 20px;
}
#nomi {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#top {
	background-image: url(btns/top_bgr.jpg);
	background-repeat: repeat-y;
	height: 125px;
	width: 627px;
	position: absolute;
	left: 273px;
	top: 28px;
	padding-top: 15px;
	padding-left: 8px;
}

#menu {
	position: absolute;
	height: 25px;
	left: 271px;
	top: 3px;
}
#footer {
	background-image: url(btns/footer.jpg);
	background-repeat: no-repeat;
	height: 61px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 624px;
	background-position: top;
}
#main h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #CCC;
	display: block;
	width: 500px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin-left: 280px;
	margin-top: 10px;
}
#main p {
	font-size: 10px;
	width: 580px;
	margin-top: 10px;
	line-height: 14px;
	color: #FFF;
	text-align: justify;
	margin-left: 280px;
}
#cocktailmenu {
	position: absolute;
	left: 280px;
	top: 400px;
}
#main h2 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 400px;
}
#cocktailmenu p {
	float: right;
	width: 300px;
	margin-left: 10px;
	color: #FFF;
}
.cocktail img {
	float: left;
}



#offer {
	height: 334px;
	width: 273px;
	position: absolute;
	top: 153px;
}
ul li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
	color: #FFF;
	margin-left: 5px;
	margin-top: 10px;
}

#main {
	background-image: url(btns/content_bgr.jpg);
	background-repeat: repeat-y;
	width: 895px;
	position: absolute;
	top: 153px;
	height: 520px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#footermenu {
	margin-right: auto;
	margin-left: auto;
	width: 356px;
}
#address {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#footer p {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	margin-top: 15px;
}



#content {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	position: relative;
}
#logo {
	height: 153px;
	width: 273px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #db2128;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
#map {
	position: absolute;
	left: 520px;
	top: 20px;
}
#logo h1 {
	visibility: hidden;
}

