@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(background.jpg);
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

ul li {
	color: #333;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}
h2 {
	color: #F7941E;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	word-spacing: normal;
	letter-spacing: 0.1em;
	margin-bottom: -10px;
}
.terms
{
	color: white;
}
p {
	font: 14px Arial, Helvetica, sans-serif;	
	color: #333;
	text-align:left;
}
.accommodation{
	margin-left: 130px;
}
td a{
	color: #333;
}
.valley{
	margin-left: 130px;
}


.white-centered {
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
.white-centered a {

	color: #FFF;

}
.white-left{
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	margin-left: 50px;
	margin-right: 100px;
	line-height: 22px;
}
	
	
a {
	color: #FFF;
}



