/* CSS Document */
#mainBody {
	background-image:url(../images/loungeBackground.png);
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:950px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}

#header {
	position:absolute;
	top:100px;
	left:0px;
	width:100%;
	z-index:1;
	background-image:url(../images/finesseHeader.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 117px;
}

#menu {
	position:absolute;
	top:220px;
	left:0px;
	width:226px;
	height:506px;
	
	font-family:"Kunstler Script";
	font-size:36px;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../images/menuBar.png);
	background-position:center;
	background-repeat:no-repeat;
	text-decoration:none;
	text-align:center;
	z-index:1;
}

#menu a, a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#menu table {
	width:226px;
	padding:0;
	margin:0;
}

#menu tr {
	padding:0;
	margin:0;
}

#menu th {
	border-bottom: thin solid #FFFFFF;
}

