/* 	Sky Pilot Website
	External CSS stylesheet for house page
	Author:  Jennifer Roberts
	Created: 6/7/08
	Last modified:
*/

/* Each image has an ID for the image itself and is also inside a div with an ID on order to align the image on the page
*/

#div_site_image {
	float: right;
	}
	
#site_image {
	width: 450px;
	height: 304px;
	margin: 0px 20px 20px 20px;
	border: black solid 1px;
	}
	
#div_ranch_image {
	float: left;
	}
	
#ranch_image {
	width: 400px;
	height: 265px;
	margin: 0px 20px 20px 20px;
	border: black solid 1px;
	}
	
#div_earth_mover_image {
	float: right;
	}
	
#earth_mover_image {
	width: 450px;
	height: 298px;
	margin: 0px 20px 20px 20px;
	border: black solid 1px;
	}
	
#div_foundation_image {
	float: right;
	}
	
#foundation_image {
	width: 450px;
	height: 302px;
	margin: 20px 20px 20px 20px;
	border: black solid 1px;
	}
	
#div_walls_image {
	float: left;
	}
	
#walls_image {
	width: 450px;
	height: 299px;
	margin: 20px 20px 20px 20px;
	border: black solid 1px;
	}
	
#div_aspens_llr_image {
	float: right;
	}
	
#aspens_llr_image {
	width: 304px;
	height: 427px;
	margin: 0px 20px 20px 20px;
	border: black solid 1px;
	}
	
#div_house_image {
	text-align: center;
	}
	
#house_image {
	width: 591px;
	height: 500px;
	margin: 10px 20px 20px 20px;
	border: black solid 1px;
	}
	
#polemonium_tiny_image {
	width: 50px;
	height: 46px;
	margin: 0px 5px 0px 5px;
	border: black solid 1px;
	}
	
