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

#header {
	height: 378px;
	width: 822px;
	background-image: url(../images/facilities.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#phone_number_box {
	padding-right: 50px;
	padding-top: 50px;
}#facilities_box_wrapper {
	margin: auto;
	height: auto;
	width: 440px;
	background-image: url(../images/boxout-main.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#facilities_box_top {
	background-image: url(../images/boxout-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 440px;
}
#facilities_box_main {
	background-image: url(../images/boxout-main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 370px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 5px;
}
#facilities_box_bottom {
	background-image: url(../images/boxout-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 440px;
	clear: both;
}
#facilities_left_col {
	float: left;
	height: auto;
	width: 150px;
	line-height: .4;
	padding-left: 20px;
	display: inline;
}
#facilities_right_col {
	float: right;
	height: auto;
	width: 150px;
	line-height: .4;
	padding-left: 20px;
	display: inline;
}
#facilities_box_main li {
	font-size: 0.8em;
	color: #666666;
	line-height: 1.2em;
	list-style-position: outside;
	list-style-type: disc;
}
#facilities_box_main br {
}
