@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/layout/bg.jpg);
	margin: 0px;
	font-size: 11px;
	font-family: Arial;
	color: #000000;
}



input {
	font-size: 11px;
	font-family: Arial;
}



#wrapper {
	margin: auto;
	width: 770px;
	background-color: #000000;
}

#button_bar {
	background-color: #000000;
	height: 39px;
}

.facilities_bg {
	background-image: url(../images/layout/images/facility_bg_15.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.ourrates_bg {
	background-image: url(../images/layout/images/rates_bg_18.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#content_bg {
	background-image: url(../images/layout/images/content_bg_13.jpg);
	background-repeat: no-repeat;
	height: 500px;
	color: #000000;
}

#footer {
	color: #FFFFFF;
        
}

#footer.td {
        color: #FFFFFF;
        
}

.underline {
	border-bottom: solid thin #FFFFFF;
}	