a:link, a:visited, a:active {
	color: #9ec730;
	font-style:normal;
}

#container {
    position: relative;
    width: 928px;
    height: 632px;
    margin: 0 auto;
    background: url("/img/bg_bar.jpg") 0 0 no-repeat;
}

#left-page {
    background: url("/img/bar/splash.jpg") 0 0 no-repeat;
}


#beseen-txt {
    position: absolute;
	float: left;
    left: 135px;
    width: 247px;
	text-align: left;
}

#beseen-txt p{
	margin: 0;
}

#beseen {
    margin: 0;
    padding: 0;
	font-size: 46px;
	color: #ccc;
}

#livingglass {
	background: url("/img/bar/livingglass.jpg") 0 0 no-repeat;
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 10px;
}

#barshot {
	background: url("/img/bar/barshot.jpg") 0 0 no-repeat;
	position: absolute;
	left: 140px;
	top: 300px;
	height: 190px;
	width: 242px;
	margin: 0;
}

#martini {
	position: absolute;
	left: 0;
	top: 20px;
	width: 120px;
	height: 166px;
	background: url("/img/bar/martini.gif") 0 0 no-repeat;
}

#martini ul {
	list-style: circle;
	margin-top: 74px;
}

#dusk {
	position: absolute;
	left: 0;
	top: 306px;
	width: 120px;
	height: 300px;
	background: url("/img/bar/chair.gif") 0 0 no-repeat;
	padding-top: 90px;
}

#dusk h6 {
	font-size: 12px;
	font-weight:bold;
	padding: 0;
	margin: 0;
	text-align: center;
}

#dusk p {
	font-size: 10px;
	font-weight:bold;
	padding: 0;
	margin: 0;
	text-align: center;
}

#dusk ul {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

#dusk li {
	display:block;
	margin: 4px;
	text-align: center;
	font-style:italic;
}


