@charset "utf-8";
#textArea {
	float:left;
	width:56%;
}
.cottageList #textArea {
	float:left;
	width:60%;
}
#photo {
	padding:40px 10px 0 0;
}
.pagePhoto {
	display:block;
	border:10px solid #fff;
	float:right;
	max-width:400px;
}
#cottagePrice {
	padding:12px 0 0 80px;
}
#cottageType {
	padding:12px 0 0 80px;
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;	
}

#cottageAreaTable	{
	padding: 18px 0 0 80px;
	width:320px;
	}
#cottageAreaTable table {
	width:320px;
	
}
#cottageAreaTable td, #cottageAreaTable th {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:3px 0;
}
#callOut {
	width:500px;
	padding:0 0 20px 0;
	margin:60px 0 0 0;
	background:url(../../interface/bg_callout.gif) no-repeat;
}
#callOut h1 {
	font-size:1.35em;
	padding:60px 0 0 70px;
	background-image: url(../../interface/star_callout_h1.gif);
	background-repeat: no-repeat;
	background-position: 20px 60px;
	width:400px;
}
#callOut #callOutText {
	font-size:1em;
	padding:0 0 0 70px;
	width:400px;
}
#callOut .more {
	text-transform:uppercase;
	font-weight:bold;
	color:#d62316;
	font-size:.8em;
}
#callOut .more a {
	color:#d62316;
}

