body {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	margin: 0px;
	height: 100%;
	line-height: 17pt;
	padding: 0px;
}
body.club {
	background-color: #000;
	color: #CCC;
}
body.hotel {
	color: #000;
	background-color: #FFF;
}
.box {
	height: 550px;
	position: absolute;
	width: 100%;
	bottom: 0px;
}
#imgfade {
	margin-left: 175px;
}

.left {
	background-color: #FFF;
	width: 50%;
	position: absolute;
	height: 100%;
}
.leftbox {
	background-image: url(logo-hotel.jpg);
	height: 550px;
	width: 500px;
	float: right;
}
.textbox {
	width: 400px;
	margin-left: 50px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin-top: 210px;
	position: absolute;
	font-family: "Century Gothic";
	font-weight: bold;
}
.textbox .white {
	color: #FFF;
	text-align: left;
}




.right {
	background-color: #000;
	width: 50%;
	margin-left: 50%;
	position: absolute;
	height: 100%;
}
.rightbox {
	background-image: url(logo-club.jpg);
	height: 550px;
	width: 400px;
}


.container {
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 790;
	min-height: 650px;
	background-attachment: fixed;
}
.container.club   {
	background-image: url(club/bg-supperclub.jpg);
}
.container.clubtrumpet {
	background-image: url(club/bg-supperclubtrumpet.jpg);
}

.container.hotel {
	background-image: url(hotel/bg-lofts.jpg);

}
.cover {
	background-color: #000;
	height: 45px;
	width: 420px;
	position: absolute;
	float: left;
	left: 350px;
}
img {
	border: 0;
	}


img.thumb {
	padding: 5px;
}
.pic1 {
	float: left;
	padding-right: 20px;
}
.pic2 {
	float: right;
	padding-left: 20px;
}
.back {
	height: 40px;
	width: 40px;
	left: 0px;
	top: 0px;
	position: absolute;
}
p {
	margin-left: 350px;
	margin-bottom: 0px;
	width: 390px;
	text-align: justify;
}


h1 {
	font-size: 16px;
	margin-left: 275px;
	width: 450px;
}

h2 {
	margin-left: 350px;
	font-size: 10px;
	text-align: center;
	width: 390px;
	font-weight: normal;
}
h3 {
	margin-left: 350px;
	margin-bottom: 0px;
	width: 390px;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
}


li {
	list-style-type: none;
	margin-left: 320px;
	width: 390px;
	text-align: justify;
	line-height: 16px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
li.music {
	background-image: url(club/images/icons/icon-music.png);

}
li.balloons {
	background-image: url(club/images/icons/icon-balloon.png);
}
li.knifefork {
	background-image: url(club/images/icons/icon-knife-fork.png);
}
li.film {
	background-image: url(club/images/icons/icon-film.png);
}
li.pallete {
	background-image: url(club/images/icons/icon-pallete.png);
}
li.bed {
	background-image: url(club/images/icons/icon-bed.png);
}


.yellow {
	color: #FC0;
}


a {
	text-decoration: none;
	color: #FC0;
}


.snav {

}
a:hover {
	text-decoration: underline;
}

.da-link {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 7px;
	width: 100px;
}
#imgfade2 {
	margin-left: 175px;
}

