body.site {
	border-top: 3px solid #0088cc;
	padding-top: 20px;
	background-color: #fff7b2;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 18px;
	line-height: 130%;
}
body.site.fluid {
	background-color: rgb(255,247,178);
}
/*
body {
	color: #fff;
	background-image: url(/images/photos/hotel/14.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
  	background-attachment: fixed;
} */
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	*zoom: 1;
}
.header {
	margin-bottom: 0px;
  	padding-left: 20px;
    padding-right: 20px;
}
.page-header {
	margin: 0px 0px 0px 0px;
	padding-bottom: 5px;
  	padding-left: 20px;
}
.navigation {
  	background: rgb(0,204,255);
	padding: 5px 0;
	border-top: 1px solid rgba(0,0,0,0.075);
	border-bottom: 1px solid rgba(0,0,0,0.075);
	margin-bottom: 0px;
}
.navbar {
	overflow: visible;
	margin-bottom: 0px;
	*position: relative;
	*z-index: 2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 2px 0;
	word-wrap: break-word;
}
h1 {
	font-size: 22px;
	line-height: 24px;
}
h2 {
	font-size: 20px;
	line-height: 22px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
}
h4 {
	font-size: 12px;
	line-height: 14px;
}
h5 {
	font-size: 11px;
	line-height: 13px;
}
h6 {
	font-size: 10px;
	line-height: 12px;
}
.moduletable-TextScroller {
	border-top-style: ridge;
	border-top-width: 3px;
	border-bottom-style: ridge;
	border-bottom-width: 3px;
    border-radius: 25px;
    height: 300px;
    max-width: 800px;
}