   * {
	margin: 0;
	padding: 0;
   }
   body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
	text-align: justify;
   }
   h1, h2 {
   	display: none;
   }
   p {
	margin-bottom: 15px;
   }
   ul {
	list-style: none;
   }
#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 5px 0 5px;
	background-color: #fff;
	z-index: 100;
}
#menu li{
	display: inline;
	padding: 0 3px;
}
#menu img {
	border: none;
}
#menu a:hover {
	position: relative;
	top: 5px;
}
#arrows {
	position: fixed;
	bottom: 5px;
	right: 5px;
}
#left {
	display: none;
}
#right a {
	position: relative;
	bottom: 5px;
	right: 5px;
	display: block;
	width: 133px;
	height: 35px;
}
#right img {
	border: 0;
}
#menu_divider {
	position: fixed;
	top: 40px;
	width: 100%;
	height: 15px;
	border: none;
	background: transparent url('images/hr-background.png') repeat-x scroll center center;
	z-index: 1000;
}
#content {
	margin: 70px 20px 0 20px;
}
#content li {
	float: left;
	width: 950px;
	margin-right: 100px;
}
#content dt {
	margin-top: 170px;
	font-size: 150%;
}
.textual {
	width: 50%;
	float: left;
}
.text-list {
	list-style-position: inside!important;
	list-style-type: disc!important;
	width: 100%!important;
	margin: 5px 0px!important;
}
.text-list li {
	float: none!important;
	margin: 5px 0 5px 15px!important;
	padding: 0!important;
}
.photographic {
	margin-left: 54%;
	width: 45%;
	text-align: center;
}
.photographic img {
	margin: 0 10px;
}
#selection img {
	width: 115px;
	vertical-align: middle;
	margin: 10px;
}
#lower_banner {
	position: fixed;
	bottom: 5px;
	left: 5px;
	text-align: right;
}
#lower_banner img {
	border: none;
}
#reserve-form {
	width: 500px;
	margin: 0;
}
legend {
	margin-left: 7px;
	padding: 0 3px;
	font-weight: bolder;
	font-size: 110%;
}
fieldset {
	padding-bottom: 5px;
}
#reserve-form ul {
	margin: 0 20px;
}
#reserve-form li {
	margin: 4px 8px 4px 8px;
	width: 200px;
}
#reserve-form label {
	width: 100px;
	display: block;
}
#reserve-form select {
	width: 175px;
	margin-left: 30px;
}
#reserve-form input, textarea {
	margin-left: 30px;
	width: 175px;
}
.red {
	background-color: #B93B8F;
	border: 2px solid #800000;
}
.error-box {
	color: #8B0000;
	background-color: #FFB6C1;
	margin: 2px;
	text-align: left;
	font-size: 80%;
}
.error-title {
	font-weight: bolder;
	font-size: 110%;
	background-color: #F08080;
	padding: 4px;
}
.error-box ul {
	list-style-type: disc!important;
	margin: 4px 15px;
	padding-bottom: 8px;
}
.error-box li {
	margin: 2px 10px;
	padding: 0 6px;
	float: none!important;
	width: 85%!important;
}