
body {
	margin: 0;
	background: #000000;
	color: #CCCCCC;
	font-size: 12px;
	font-family:Arial ,Helvetica,sans-serif;
	
	}

img {
	border: none;
	}
a, a:link, a:visited {
	color: #383938;
	text-decoration: none;
	}
a:hover {
	color: #cccccc;
	}

#master_container {
	position: relative;
	width: 100%;
	margin: auto;
	 background: url('../images/background.gif') center 0 repeat-y #000000;
	}

#header {
	position: relative;
	z-index: 300;
	width: 100%;	
	padding: 0;
	margin: 0;
	background: url('../images/header_back.gif') center 0 no-repeat;
	}


#header_inner {
	position: relative;
	z-index: 300;
	width: 894px;
	background: url('../images/header_back.gif') center 0 no-repeat;
	overflow: hidden;
	padding: 40px 0 0 0;
	margin: 0 auto 0 auto;
	}
	
#utilityLinks {
    position: absolute;
    z-index: 1000;
    top: 11px;
    right: 8px;
    font: .82em Tahoma, Arial, Helvetica, sans-serif;
    color: #c4c2c2;
}
#utilityLinks a, #utilityLinks a:link, #utilityLinks a:visited {
	color: #c4c2c2;
	margin: 0 10px 0 10px;
	}
#utilityLinks a:hover {
	color: #ffffff;
	}


			
#content {
    position: relative;
    z-index: 500;
    width: 894px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    clear: both;
    min-height: 170px;
}


.text{
    padding: 8px 0;
}

.title{
    color: #CCC;
    text-transform:uppercase;
    font-weight:bold;
}

/* Hotel Drop List */
ul#hotels {
    left:85px;
    top:20px;
    width:145px;
    z-index:900;
}
a#hotelDropDown {
		position: relative;
		z-index: 999;
		padding-right: 15px;
		background: url('../images/arrow_down.gif') right 4px no-repeat;
		}
		
ul.dropMenu {
	position: absolute;
	z-index: 999;
	margin: 0;
	padding: 5px;
	background: url('../images/nav_back.gif') left bottom repeat-x;
	background-color: #000000;
	border: 1px solid #333333;
	font-size: 10px;
	list-style: none;
	display: none;
	}


/* footer */	
#footer {
	position: relative;
	width: 100%;
	z-index: 999;
	height: 150px;
	padding: 0;
	margin: 0;
	clear: both;
	font-size: 11px;
    background: url('../images/footer_back.jpg') center -29px no-repeat #000000;
	}
	
#footer_inner {
	position: relative;
	z-index: 999;
	width: 894px;
	height: 150px;
	overflow: hidden;
	padding: 10px 0 30px 0;
	margin: 0 auto 0 auto;
	background: url('../images/footer_back.jpg') center -29px no-repeat #000000;
	color: #999999;
	}

.footer_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 150px;
	padding: 15px 0 0 20px;
	}


.footer_right {
	position: absolute;
	width: 540px;
	height: 150px;
	top: 0;
	right: 0;
	text-align: right;
	padding: 10px 20px 0 0;
	margin-top:4px;
	}

#footer a, #footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
	}
#footer a:hover {
	color: #cccccc;
	}
	
		
	