body{
font-family: Arial;
font-size: 11px;
}
.menu{
width: 100%;
height: 80px;
background-image: url(../hotelSpecImgs/menu-bg.jpg);
background-repeat: repeat-x;
}
.content {
	background-image: url(../hotelSpecImgs/shadow-bg.jpg);
	background-repeat: repeat-y;
	width: 825px;
}
.search-box-top {
	background-image: url(../hotelSpecImgs/search-box-top.jpg);
	width: 270px;
	height: 20px;
}
.search-box-bottom {
	background-image: url(../hotelSpecImgs/search-box-bottom.jpg);
	width: 270px;
	height: 20px;
	background-repeat: no-repeat;
}
.content-box-top {
	background-image: url(../hotelSpecImgs/content-box-top.jpg);
	width: 483px;
	height: 20px;
}
.content-box-bottom {
	background-image: url(../hotelSpecImgs/content-box-bottom.jpg);
	width: 483px;
	height: 20px;
	background-repeat: no-repeat;
}
.content-box{
	padding-top: 10px;
	padding-left: 10px;
	background-color: #EBF5CC;
	font-family: Arial;
	font-size: 12px;
}
.footer {
	background-image: url(../hotelSpecImgs/footer-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	width: 100%;
	height: 70px;
	font-family: Arial;
	font-size: 11px;
	color:ffffff;
}
.font-12{
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}
.font-11{
	font-family: Arial;
	font-size: 11px;
	color:ffffff;
}.search-button {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 145px;
	height: 25px;
	background-image: url(../hotelSpecImgs/search-button-bg.jpg);
	border: 0px;
}

