@charset "utf-8";
/* CSS Document */
body {
	margin:0px 0px; padding:0px;
	text-align:center;
	background-image: url(images/background.png);
	}
	
#Content {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	}
	.Letter_large {
	font-size: 18px;
	font-weight: bold;
}
.whitelink{color:#a3b59f}
.whitelink a{color:#a3b59f; text-decoration:none;}

#header{background:url(images/layout_01.png) no-repeat; width:800px; height:146px; text-indent:-5000px; display:block;}
#nav_home{background:url(images/layout_02.png) no-repeat; width:121px; height:47px; text-indent:-5000px; cursor:pointer;float:left}
#nav_thecottage{background:url(images/layout_03.png) no-repeat; width:166px; height:47px; text-indent:-5000px; cursor:pointer;float:left}
#nav_location{background:url(images/layout_04.png) no-repeat; width:131px; height:47px; text-indent:-5000px; cursor:pointer;float:left}
#nav_photos{background:url(images/layout_05.png) no-repeat; width:108px; height:47px; text-indent:-5000px; cursor:pointer;float:left}
#nav_availability{background:url(images/layout_06.png) no-repeat; width:154px; height:47px; text-indent:-5000px; cursor:pointer;float:left}
#nav_links{background:url(images/layout_07.png) no-repeat; width:120px; height:47px; text-indent:-5000px; cursor:pointer; float:left}
#sitecontent{overflow:hidden; background:url(images/layout_09.png) repeat-y; width:760px; min-height:100px; padding-left:20px; padding-right:20px; padding-bottom:20px; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;font-size:14px;}

#contentend{background:url(images/layout_10.png) no-repeat; width:800px; height:36px; font:Verdana, Geneva, sans-serif; font-size:10px; text-align:center;}
#footer{background:url(images/footer.png) no-repeat; width:750px; height:32px; font-size:10px; font-family:Verdana, Geneva, sans-serif; padding-left:50px; padding-top:17px}
#welcome{background:url(images/welcome.png) no-repeat; width:800px; height:95px; text-indent:-5000px; float:none; clear:both;}
#about{background:url(images/thecottage.png) no-repeat; width:800px; height:95px; text-indent:-5000px; float:none; clear:both;}
#location{background:url(images/location.png) no-repeat; width:800px; height:95px; text-indent:-5000px; float:none; clear:both;}
#availability{background:url(images/availability.png) no-repeat; width:800px; height:95px; text-indent:-5000px; float:none; clear:both;}
#contact{background:url(images/contact.png) no-repeat; width:800px; height:95px; text-indent:-5000px; float:none; clear:both;}
#photos{background:url(images/photos.png) no-repeat; width:800px; height:95px; text-indent:-5000px; float:none; clear:both;}
#terms{background:url(images/terms.png) no-repeat; width:800px; height:95px; text-indent:-5000px; float:none; clear:both;}
.photoright{
	margin:15px;
	float:right;
	width:200px;
}
.photoleft{
	margin:15px;
	float:left;
	width:200px;
}