html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body {
	background-color: #736153;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
}

#wrapper {
	background-color: #C5B59C;
	margin: 5px auto;
	border: 5px solid;
	border-color: #302B27;
    width: 800px;
	min-height: 720px;
/* take out height constraint	
	height: 720px;*/
	position: relative;
	color: #512E08;
	text-align: left;
}

#wrapper p {
	padding: 10px;
	font-size: 0.95em;
}

.rightimagecontact {
	float: right;
	margin: 0px 10px 0 15px;
	padding-top: 10px;
}

.rightimagehome {
	float: right;
	margin: 0 10px 0 15px;
	padding-top: 10px;
}

.rightimage {
	float: right;
	margin: 0 10px 20px 15px;
	padding-top: 10px;
}

.icons {
	float: right;
	margin: 0 10px 20px 15px;
	padding-top: 10px;
}

.prices {
	clear: right;
	float: right;
	margin: 0 50px 20px 15px;
	padding-top: 20px;
}

.services {
	clear: right;
	float: right;
	margin: 0 25px 20px 15px;
	padding-top: 5px;
}


#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 110px;
}

.flag {
margin-left: 720px;
margin-top: 160px;
}

#banner {
	height: 199px;
	margin-left: 10px;
	background-image: url(images/homeimg.jpg);
	background-repeat: no-repeat;
}

#banneraccom {
	height: 350px;
	margin-left: 10px;
	background-image: url(images/bedrooms.jpg);
	background-repeat: no-repeat;
}

#banneraccom p {
	padding-top: 220px;
	margin-left: -5px;
	width: 500px;
	font-size: 0.95em;
}

#banneraccom2 {
	height: 177px;
	margin-left: 10px;
	background-image: url(images/bedrooms2.jpg);
	background-repeat: no-repeat;
}

#bannersum {
	height: 199px;
	margin-left: 10px;
	background-image: url(images/summerimg.jpg);
	background-repeat: no-repeat;
}

#bannerwin {
	height: 199px;
	margin-left: 10px;
	background-image: url(images/winterimg.jpg);
	background-repeat: no-repeat;
}

#bannermtb {
	height: 200px;
	margin-left: 10px;
	background-image: url(images/mtbimg.jpg);
	background-repeat: no-repeat;
}

#bannercycle {
	height: 200px;
	margin-left: 10px;
	background-image: url(images/cyclingimg.jpg);
	background-repeat: no-repeat;
}

#bannerski {
	height: 200px;
	margin-left: 10px;
	background-image: url(images/skiingimg.jpg);
	background-repeat: no-repeat;
}

#bannergallery {
	height: 200px;
	margin-left: 10px;
	background-image: url(images/galleryimg.jpg);
	background-repeat: no-repeat;
}

#banneravail {
	height: 190px;
	margin-left: 10px;
	background-image: url(images/availabilityimg.jpg);
	background-repeat: no-repeat;
}

#bannerchal {
	height: 199px;
	margin-left: 10px;
	background-image: url(images/chaletimg.jpg);
	background-repeat: no-repeat;
}

#bannerloc {
	height: 199px;
	margin-left: 10px;
	background-image: url(images/locationimg.jpg);
	background-repeat: no-repeat;
}

#bannercon {
	height: 190px;
	margin-left: 10px;
	background-image: url(images/contactimg.jpg);
	background-repeat: no-repeat;
}

#bannercon p {
	padding-top: 220px;
	margin-left: -5px;
	width: 500px;
	font-size: 0.95em;
}

#availcal {
	margin: 20px 0 0 20px;
}

#menu {
	background-color: #C5B59C;
	margin-top: 1px;
	font-size: 0.95em;
	padding: 10px 0 10px 0; 
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	padding: 0 12px;
}

#menu a:link, #menu a:visited {
	color: #512E08;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
 }

#menu a:hover, #menu a:focus {
	color: #B56F3B;
}

body#home a#homelink,
body#summer a#summerlink,
body#winter a#winterlink,
body#chalet a#chaletlink,
body#accom a#accomlink,
body#locat a#locatlink,
body#contact a#contactlink,
body#availability a#availlink,
body#mtnbiking a#mtblink,
body#cycling a#cyclinglink,
body#skiing a#skilink,
body#gallery a#gallerylink {
	color: #B56F3B;
}

