@CHARSET "UTF-8";
/* Home Page */
h2#threeLuxuryCottages{
	padding-left: 35px;
}
h2#threeLuxuryCottages img.three{
	margin-right: 7px;
}

div#cottageLinks a{
	margin-right:10px;
	color:#888;
}

div#cottageLinks p{
	margin:0;
}
div#cottageLinks p.home{
    padding-left:170px;
}
div#cottageLinks p a{
	display:block;
	width:155px;
	float:left;
	padding: 0 0 0px 5px;
	margin-bottom:5px;
	background: url(../img/list_style.gif) 130px 5px no-repeat;
}
p#galleryLink{
	padding-left:20px;
}
p#galleryLink a{
	color:#888;
	background: url(../img/list_style.gif) right 4px no-repeat;
	padding: 0 15px 0 0;
}
p#homeDescription{
	padding: 10px 170px 0 170px;
	line-height:140%;
}
/* END Home Page */

/* Cottages */
div#floorPlan{
	text-align:right;
	padding-right:20px;
}
/* END Cottages */

/* Gallery */
.gallery a img{
	margin:10px 10px 0px 0;
}
 