/* CSS Document */

a img {border: none; } /* removes the outline from images used as links */

#cottageRightWrapper {
		float: right;
		width: 380px;
		/*height: 100%;*/
		padding: 0;
		text-align: center;
		margin: 10px 0 20px 0;
}

p#cottageRightWrapper {
		padding: 0;
		margin: 0;
		overflow: hidden;
}

#cottageContent {
		margin: 10px 385px 0 0;
		padding: 0 5px 20px 0px;
		/*height: 100%;*/
		text-align: justify;
}
#cottageContent h4, #cottageContent p {padding: 0 0 0 15px;}

/* placeholders for individual cottage photos */
.cottagePic {
		/*height: 50%;*/
		width: 50%;
}

#cottagePicTL {
		float: left;
		/*height: 50%;
		width: 50%;*/
		margin-top: 10px;
}

#cottagePicTR {
		float: right;
		/*height: 50%;
		width: 50%;*/
		margin-top: 10px;
}

#cottagePicBL {
		clear: left;
		float: left;
		/*height: 50%;
		width: 50%;*/
		margin-top: 40px;
}

#cottagePicBR { /* this is where the repeating problem lies */
		clear: right;
		float: right;
		/*height: 50%;
		width: 50%;*/
		margin-top: 40px;
}

