

	html, body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #333333;
	background : #003366;
	line-height : 1.2em;
	text-align:center;
	height:100%;
	overflow:auto;
	
	}
	/*
	body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #00274F;
	height: 100%;
	}
*/
#pagewidth{
	width:95%;
	max-width:840px;
	background-color:#FFFFFF;
	padding:2.5%;
	margin-right:auto;
	margin-left:auto;
	
}
 
#header{
	position:relative;
	float:left;
	
	width:100%;
	text-align: left;
} 



	
	#top_nav{
		position:relative;
		float:left;
		width:100%;
		text-align:center;
		font-size:0.8em;
	}
 
	#content{
		text-align:left;
		
	}
 

#right_images{
	position:relative;
	float:right;
	width: 300px;
	margin-top:0%;
	margin-right:0;
	margin-left:0;
	clear: right;
	padding: 0px 20px 20px;
}

#cottage_images{
	position:relative;
	float:right;
	
	width: 300px;
	margin-top:0%;
	margin-right:0;
	margin-left:0;
	clear: right;
	padding: 0px 10px 10px;
	
}

#booking_page_div{
	position:relative;
	float:left;
	width: 670px;

}

#top_image{
position:relative;
float: left;
    width: 320px;
	padding:2px;
   text-align:left;
  }

#thumb_container{
/*position:relative;
	float: left;*/
    width: 320px;
	padding:2px;
  text-align:center;
}

.thumbs {
	float:left;
	position:relative;
	cursor: pointer;
	width: 98px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	}
	
	a:link {
		font-size: 102%;
	    font-weight: bold;
		
		color: #333333;
	}
	a:visited {
	    font-size: 102%;
		font-weight: bold;
		color: #000000;
}
	a:hover {
		font-size: 102%;
		font-weight: bold;
		color: #990000;
}
	a:active {
		font-size: 102%;
		font-weight: bold;
		color: #333333;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	color:#000066;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin: 0px;
	text-align:center;
	clear:left;
	font-family: Georgia, "Times New Roman", Times, serif;
		}
	
		

.larger {
	font-size: 120%;
	color: #000066;
	font-weight: bold;
	line-height: 140%;
}
.clearB{
	width:100%;
	height:0.1em;
	clear:both;
}

#footer{
	position:relative;
	clear:both;
	width:100%;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top-style:solid;
	border-top-color:#CCC;
}
