@charset "UTF-8";
/* CSS Document */

.container
{
	width:1020px;
	height:604px;
	/*
	background: url(../images/full-page.jpg) no-repeat;
	*/
	margin:auto;
	font-family:Arial Narrow, Helvetica, sans-serif;
	color:#999;
}

a{color:#999; text-decoration:none;}

img{border:none;}

.header
{
	width:500px;
	height:140px;
	margin:auto;
	position:relative;
	top:45px;
}

.welcome{float:left;}

.welcome p{position:relative; top:16px; font-size:2.1em; color:#666;}

.logo{width:320px; height:140px; float:left;}

.links
{
	width:1020px;
	height:220px;
	margin:auto;
	position:relative;
	top:120px;
	float:left;
	z-index:100;
}



.restaurant
{
	height:180px;
	width:301px;
	float:left;
	margin-right:56px;
	font-size:1.7em;
	text-align:center;
}
.restaurant p{margin-top:10px;}
.restaurant img{margin-top:-20px;}



.lounge
{
	height:180px;
	width:279px;
	float:left;
	margin-right:74px;
	font-size:1.7em;
	text-align:center;
}
.lounge p{margin-top:10px;}
.lounge img{margin-top:-20px;}

.functions
{
	height:180px;
	width:307px;
	float:left;
	font-size:1.7em;
	text-align:center;
}
.functions p{margin-top:10px;}
.functions img{margin-top:-20px;}

.address
{
float:left;
font-size:0.86em; 
margin:auto; 
position:relative; 
top:150px;  
width:100%; 
height:20px; 
color:#999;
text-align:center;
}
