body {
     width: 760px;
     background: url('images/bkg-body.gif') repeat-x;
     text-align: center;
     color: #000000;
     font-family: Georgia;
     font-size: 12px;
	margin: 1px auto; /* sets site 1px down from top and central in page */
     padding: 0px;
}
a, address, div, fieldset, form, h1, h2, h3, h4, h5, img,  label, li, p, table, td, textarea, tr, ul { /* remove borders, margin and padding */
     border: none;
     margin: 0px;
     padding: 0px;
}
a {
	color: #000000;
     text-decoration: none;
}
a:hover {
     text-decoration: underline;
}
p {
     text-align: left;
     padding: 0px 0px 10px 0px;
}
ul {
     list-style-type: none;
}

#wrapper {
     background-color: #FFFFFF;
}
#header {

}
#headerImage {
     background: url('images/bkg-header.gif') no-repeat;
     height: 119px;
     border-top: 1px solid #FFFFFF;
     border-right: 1px solid #FFFFFF;
     border-left: 1px solid #FFFFFF;
}
#headerLinks {
     background-color: #A8ABAB;
     height: 20px;
     text-align: right;
     border-right: 1px solid #FFFFFF;
     border-bottom: 1px solid #FFFFFF;
     border-left: 1px solid #FFFFFF;
}
#headerLinks a:hover {
     text-decoration: none;
}
#headerLinks ul {
     padding-top: 2px;
}
#headerLinks li {
     display: inline;
}
#headerLinks a {
	height: 20px;
	font-size: 10px;
     text-transform: uppercase;
     margin: 5px 0px 0px 0px;
     padding: 4px 10px 3px 10px;
}
#headerLinks a:hover {
     background-color: #666666;
}
#content {
     background-color: #FFFFFF;
     min-height: 414px;
     border-right: 1px solid #FFFFFF;
     border-left: 1px solid #FFFFFF;
}
#contentColRight {
     float: right;
     text-align: left;
}
#contentColLeft {
     float: left;
     text-align: left;
}
.contentHome {
	height: 450px; /* height of background image */
     background: url('images/bkg-content-home.jpg') no-repeat;
}
.contentHome #contentColLeft ul {
	text-align: right;
     font-size: 16px;
     margin: 210px 70px 0px 0px;
     line-height: 23px;
}
.contentHome #contentColLeft {
     width: 250px;
}
.contentHome #contentColRight {
     width: 508px;
}
.contentHome #contentColRight #homeContent {
     float: left;
     width: 350px;
     margin-top: 300px;
}
.contentHome #contentColRight #homeScrollerImage {
     float: right;
     width: 145px;
     height: 227px;
     margin-top: 185px;
}
.contentRestaurant {
     background: url('images/bkg-content-restaurant.jpg') no-repeat top right;
}
.contentBedandbreakfast {
     background: url('images/bkg-content-bedandbreakfast.jpg') no-repeat top right;
}
.contentLocation {
     background: url('images/bkg-content-location.jpg') no-repeat;
}
.contentBookdirect {
     background: url('images/bkg-content-bookdirect.jpg') no-repeat;
}
.contentBookdirectForm {
     background: url('images/bkg-content-bookdirectform.jpg') no-repeat;
}
.contentContact {
     background: url('images/bkg-content-contact.jpg') no-repeat;
}
.contentTherooms {
     background: url('images/bkg-content-therooms.jpg') no-repeat;
}
.contentThebreakfast {
     background: url('images/bkg-content-thebreakfast.jpg') no-repeat top right;
}
.contentTherates {
     background: url('images/bkg-content-therates.jpg') no-repeat top right;
}
.contentWhatson {
     background: url('images/bkg-content-whatson.jpg') no-repeat;
}
#footer {
	clear: both;
}
#footerTop {
     background-color: #A8ABAB;
     height: 25px;
     border-right: 1px solid #FFFFFF;
     border-bottom: 1px solid #FFFFFF;
     border-left: 1px solid #FFFFFF;
}
#footerLinks {
     float: right;
     margin: 6px 0px 0px 0px;
     padding: 0px 10px 0px 0px;
     color: #6D6B69;
     font-size: 10px;
}
#footerLinks a {
     color: #6D6B69;
}
#footerHeadline {
     float: left;
     font-size: 12px;
     margin: 5px 0px 0px 0px;
     padding: 0px 0px 0px 20px;
}
#footerBottom {
     float: left;
     padding: 0px 0px 0px 10px;
     color: #6D6B69;
     font-size: 10px;
}