/* 	Sky Pilot Website
	External CSS stylesheet for rental 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
*/

#this_page_links_box {
	float: right;
	background-color: #99CC99;
	color: #000033;
	padding: 4px 0px 4px 0px;
	margin: -10px 0px 0px 0px;
	border-bottom: #000033 solid 2px;
	border-left: #000033 solid 2px;
	border-top: #000033 solid 2px;
	}
	
#this_page_links_box p {
	text-align: center;
	margin: 0px -18px 0px -18px;
	}
	
#this_page_links_box a {		
	text-decoration: none;
	color: #000033;
	font-weight: normal;
	}
	
/* INTERIOR PHOTOS SECTION */

#div_living_room_image {
	float: right;
	}
	
#living_room_image {
	width: 389px;
	height: 292px;
	margin: 0px 20px 0px 20px;
	border: black solid 1px;
	}
	
#div_queen_up_image {
	float: right;
	}
	
#queen_up_image {
	width: 389px;
	height: 292px;
	margin: 0px 20px 0px 20px;
	border: black solid 1px;
	}
	
#div_twin_image {
	float: right;
	}
	
#twin_image {
	width: 389px;
	height: 292px;
	margin: 0px 20px 0px 20px;
	border: black solid 1px;
	}
	
#sp_photos .photo_section {				/* container for each photo/text section */
	clear: both;
	padding: 20px 0px 0px 0px;
	background-color: #FFFF99;
	height: 294px;
	}
	
#sp_photos .bottom_photo_section {		/* extends background color to end of photo section */
	clear: both;
	background-color: #FFFF99;
	padding-top: 20px;
	}
	
#sp_photos .text {
	margin: 80px 0px 0px 0px;			/* controls margin above text */
	font-size: 1.3em;
	font-family: papyrus, lucida calligraphy, optima;
	}
	


	

