#nav ul, #content{
	min-height: 1%;
	height: 1%;
}
#nav ul:after, #content:after{
	display: block;
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
}

*{
	margin: 0px;
	padding: 0px;
}

body{
	background: #441d08 url('Img/luxury-holiday-cottage-background.jpg') no-repeat top center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 70%;
	color: #fff;
}

h1{
	font-size: 150%; 
	line-height:1.6em;
	padding-bottom: 8px;
}
h2{
	font-size: 120%; 
	line-height:1.6em;
	padding-bottom: 8px;
}
	
p{
	padding-bottom: 8px;
	line-height:18px;
}

a{
	color:#999999;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}


a:link{
	color:#999999;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

a:hover{
	color:#CCCCCC;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
a:visited{
	color:#999999;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}


a:visited:hover{
	color:#CCCCCC;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

ul { line-height:20px;
}
li { 
	line-height:20px;
	color:#FFFFFF;
}
li a:link{
	color:#ffffff;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
li a{
	color:#ffffff;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
li a:visited{
	color:#ffffff;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
li a:hover{
	color:#999999;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

#wrapper {
	background:transparent;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom:0px;
	margin-left: auto;
	width:850px;
}

#header .logo{
	float:left;
	padding-top:0px;
	padding-left:17px;
	border: none;
}

#nav ul{
	list-style: none;
	margin-right: 50px;
	background: #262221 url('Img/country-getaways-menu-background.jpg') no-repeat top right;
	float: right;
	margin-top: 25px;
}


#nav li{
	text-align:left;
	float:left;
	padding-left:0px;
	padding-bottom:0px;
}

#nav ul li a{
	display: block;
	line-height:2.5em;
	padding: 5px 10px;
	font-weight:normal;
	font-size: 0.76em;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 2px solid #000;
}

#nav li a:hover{
	color: #131313;
	background-color:#ffffff;
}

#nav ul li .selected{
	color: #131313;
	background-color:#ffffff;
} 


#content{
	float:left;
	margin-left:0px;
	margin-right:0px;
	width:790px;
	background: #000 url('Img/holiday-cottage-site-background.jpg') no-repeat right 304px;
	margin-bottom:10px;
	border: 30px solid #20130c;
	position: relative;
}

#col1{
	height:288px;
	border:8px solid #826d47;
}

.DorsetMap{
	border:8px solid #826d47;
}

#col2{
	float:left;
	margin-left:0px;
	padding-right:30px;
	margin-top:20px;
	background: transparent;
	width:360px;
	padding-left: 24px;
	padding-bottom: 20px;
}

#col3{
	float:right;
	width:376px;
	margin-top:40px;
	padding:0px;
	padding-bottom: 20px;
	padding-top: 24px;
}

#col4{
	float:right;
	width:376px;
	margin-top:20px;
	padding:0px;
	padding-bottom: 20px;
	padding-top: 24px;
}

.Gallery{
	height: 620px;
}

#footer {
	clear:both;
	margin-top:0px;
	padding-left: 54px;
	padding-right: 54px;
}

#footer p{
	font-size: 120%;
}

#footer a {
	font-size:1em;
	text-decoration:none;
	font-weight:normal;
	color:#fff710;
	text-align:center;
}

#footer a:hover{
	text-decoration:none;
	font-weight:normal;
	color:#fff710;
	text-align:center;
}

.FooterLeft{
	float: left;
	width: 270px;
}

.FooterRight{
	float: right;
}

.StarRating{
	position: absolute;
	right: 25px;
	bottom: 20px;
}

#col3 img{
	margin-top: -24px;
	border: none;
}

#col4 img{
	margin-top: -14px;
}


