@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.heading {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 137%;
}
.bodytext {
	color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
}
.bodytextlink {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	text-decoration: underline;
}
.accomtextB {
	color: #FEFEFE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 160%;
	text-align: left;
}
.accomtext {
	color: #FEFEFE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 160%;
	text-align: left;
}

.footer1 {
	color: #2B2C2C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.footer2 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



#wrapper {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 962px;
	margin-top: 30px;
}
#nav {
	width: 189px;
	margin-left: 32px;
	float: left;
}
#heading {
	width: 673px;
	margin-right: 67px;
	float: right;
}
#content {
	width: 618px;
	margin-right: 67px;
	float: right;
}
#accomdetails {
	background-color: #0D0D0D;
	width: 572px;
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-right: 23px;
	background-image: url(../images/bluedividerbot.jpg);
	background-position: bottom;
	padding-bottom: 45px;
}

#footer {
	width: 618px;
	height: 132px;
	padding-top: 28px;
}
#footerline {
	width: 618px;
	height: 132px;
	padding-top: 28px;
	background-image: url(../images/footerback.gif);
	background-repeat: no-repeat;
}

