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

#grey {
	background-color: #cccccc;
	width: 100%;
	margin-top: 0px;
	}
	
#grey h3 {
	margin-top: 0px;
	padding-top: 10px;	
	}
	
#top_box {
	background-color: white;
	border: black solid 1px;
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 10px 0px;
	}
	
#right_sidebar {
	position: absolute;
	left: 600px;
	top: 550px;
	width: 260px;
	height: 320px;
	background-color: white;
	border: black solid 1px;
	overflow: auto;
	font-family: comic sans ms, palatino, times new roman, sans serif;
	}
	
#right_sidebar h4 {
	padding-left: 10px;
	margin: 10px 0px 0px 0px;
	} 

#div_brochure_covers {
	float: left;
	margin-left: 25px;
	}

#brochure_covers_image {
	width: 650px;
	height: 562px;
	margin: 0px 0px 0px 0px;	
	}
	
#div_brochure_text {
	float: right;
	margin: -80px 25px 0px 0px;
	}

#brochure_text_image {
	width: 650px;
	height: 590px;
	margin: 0px 0px 20px 0px;
	}
	
#bottom_box {
	background-color: white;
	border: black solid 1px;
	margin: 20px 20px 0px 20px;
	padding: 15px 0px 5px 0px;
	clear: both;
	}	