body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#878691;
	background-image:url(images/pagebg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
p,div {
	font-family:Tahoma,Arial,Verdana,sans-serif;
	font-size:11px;
	color:#333333;
}
p {
	padding:0px;
	margin-top:0px;
	margin-bottom:8px;
}
h1 {
	font-size:13px;
	font-weight:bold;
	font-family:Tahoma,Arial,Verdana,sans-serif;
	color:#333333;
	margin-bottom:0px;
	padding-bottom:8px;
	padding-top:0px;
	margin-top:0px;
}

a {
	text-decoration:none;
	color:#003399;
}

.centered {
	text-align:center;
}	
.padding {
	padding:10px;
}
#mainContainer {
	margin: 0 auto;
	text-align:left;
	width:760px;
	background-color:white;
}
ul {
	padding-left:10px;
	margin-left:10px;
}
li {
	list-style-image:url(images/hyphen.gif);
	color:#B88038;
	
}
#topRow {
	width:760px;
	text-align:center;
	padding-top:9px;
	padding-bottom:9px;
	clear:both;
	background-color:white;
}
#navRow {
	width:760px;
	background-color:#003169;
	clear:both;
}
#navChevron {
	float:left;
	width:32px;
	height:219px;
	border-left:1px solid #CECDD0;
	border-right:1px solid #CECDD0;
}
.navSlice {
	float:left;
	width:19px;
	border-right:1px solid #CECDD0;
	background-color:#B88038;
	overflow:visible;
}
#navGutter {
	float:left;
	width:165px;
	height:219px;
	background-color:#003169;
}
#navGutter a {
	text-decoration:none;
	color:white;
}
#navPicture {
	width:461px;
	height:219px;
	float:left;
}
#contentRow {
	width:760px;
	clear:both;
}
.subnav {
	text-decoration:none;
	color:#003399;
	background:url(images/bullet.gif)
	no-repeat;
	padding-left:16px;
}

.bgHome {
	background-image:url(images/bg_home.gif);
}
.bgAbout {
	background-image:url(images/bg_about.gif);
}
.bgAccommodation {
	background-image:url(images/bg_accommodation.gif);
}
.bgGrounds {
	background-image:url(images/bg_grounds.gif);
}
.bgContact {
	background-image:url(images/bg_contact.gif);
}
#contentChevron {
	float:left;
	width:32px;
	border-left:1px solid #CECDD0;
	border-right:1px solid #CECDD0;
}
.contentSlice {
	float:left;
	width:19px;
	border-right:1px solid #CECDD0;
}
#contentGutter {
	float:left;
	width:165px;
	background-color:white;
}
#content {
	width:451px;
	float:left;
	padding-top:10px;
	min-height:260px;
	overflow:visible;
	clear:both;
}

#footer {
	font-size:10px;
	padding-bottom:10px;
	vertical-align:bottom;
	
	clear:both;
}
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#contentContainer {
	clear:both;
}