
body {
    position: absolute;
    width: 100%; 
	height: 100%;
    margin: 0; 
	padding: 0;
	background-color: #ffffff;
	font-family: 'Lato', sans-serif;
    }

#divOuter {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 25px;
}

#logo {
	font-size: 56px;
	font-weight: normal;
	width: 310px;
	display: inline-block;
}
#tagline {
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
	width: 430px;
}
#contact {
	font-size: 30px;
	font-weight: normal;
	display: inline-block;
	width: 250px;
	text-align: right;
}


/*NAV*/
	
#bhome a#home,
#bgallery a#gallery,
#blocation a#location,
#bbooking a#booking,
#barea a#area
 {
	background-color: #CBA367;
	color: white;
}
#nav {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.navBorder {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.menuH
{
    display: table;
	width: 1000px;
    margin: 0; float:none;
    behavior: url("/css/cssmenu.htc");
    height: 36px;
	background-color: #DEC6A0;
    position:relative;/*! for IE htc*/
    z-index:4;/*H2*/
    list-style: none;
    padding: 0;
}

.menuH li
{
    padding: 0;
    height: 36px; /* CAH - THIS IS THE HEIGHT OF THE HOVER SHADING - SAME AS LINE HEIGHT BELOW */
	display: table-cell;
	text-align: center;
}
.menuH li:hover, .menuH li.onhover
{
	background-color: #CBA367;
}

ul.menuH a
{
    line-height: 36px; /*Note: keep this value the same as the height of .menuH and .menuH li */
    color: black;
    display: block;
    outline: 0;
    text-decoration: none;
	font-size: 20px;
}
.menuH a:hover, .menuH a:active
{
    color: white;
}
 
p {
	margin: 0px;
	padding: 0px;
}

/*SECTION 1 */

#section1 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}        
#fadeshowhome {
	float: left;
	width: 620px;
	display: inline-block;
}
#mainpoints {
	float: right;
	width: 500px;
}
#mainpoints ul {
	padding: 0px;
	margin: 0px;
}
#mainpoints li {
	text-align: justify;
}

h1 {
	font-size: 130%;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0px;
	color: #660000;
}
#section1 ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#section1 p, #section1 li {
	padding-bottom: 4px;
	font-size: 100%;
	font-weight: normal;
	text-align: justify;
}
#section1 a, #links a {
	color: #990000;
	text-decoration: none;
}
#section1 a:hover, #links a:hover {
	color: #FF9900;
	text-decoration: none;
}
#section1 minitext {
	padding-bottom: 4px;
	font-size: 80%;
	font-weight: normal;
	text-align: justify;
}

#galleryblock {
	margin-top: 10px;
}
#galleryblock ul {
	display: inline-block;
}
#galleryblock li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#galleryimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 250px;
}
#galleryblock h2 {
	font-size: 110%;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0px;
	color: #660000;
}

#gallerytext {
	float: left;
	display: inline-block;
	width: 740px;
}
#links h2 {
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0px;
}

#column {
	float: left;
	display: inline-block;
	width: auto;
}
/*FOOTER*/

#footer {
	background-color: #CBA367;
	width: auto;
	height: 120px;
	padding-top: 10px;
	margin-top: 10px;
}
#footinline1 {
	display: inline-block;
	float: left;
	margin-left: 10px;
}
#footinline2 {
	display: inline-block;
	float: left;
	margin-left: 10px;
}
#footimg {
	padding: 2px 10px 2px 10px;
	float: left;
}
.foottext1 {
	font-weight: normal;
	font-size: 24px;
	color: #660000;
	padding-top: 10px;
}
.foottext2 {
	font-weight: normal;
	font-size: 16px;
	color: #660000;
	margin-top: 5px;
}
.foottext1 a {
	color: #660000;
	text-decoration: none;
}
.foottext1 a:hover {
	color: #000000;
	text-decoration: none;
}

#copy {
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
#copy a {
	color: #999999;
	text-decoration: none;
}
#copy a:hover {
	color: #cc9900;
	text-decoration: none;
}


/*scroller*/

	.galleria {
	width: auto;
	margin-top: 10px;
	background: #000;
	}


