/* CSS Document */

body {
	background-color: #FEFAEE;
	font-size:100%;
	margin:0;
	padding:0;
}

/* TYPE AND LINKS */

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.76em;
	color:black;
	font-weight:normal;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.76em;
	color:black;
	font-weight:normal;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:visited {
	color:#999999;
}

/* COLOUR PHOTO CREDIT */

label {
	font-weight:bold;
	color:#4D1C06;
}

/* BOLD and BROWN */

span {
	font-weight:bold;
	color:#4D1C06;
}


/* MAIN CONTAINER */

div#main_div {
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
}


/* CONTENT PILOT REPORT AND BACKGROUND IMAGES */

.hurricane_story {
	padding:365px 30px 10px 30px;
}

.spitfire_story {
	padding:535px 30px 10px 30px;
}

.mustang_story {
	padding:535px 30px 10px 30px;
}

.harvard_story {
	padding:460px 30px 10px 30px;
}

.corsair_story {
	padding:520px 30px 10px 30px;
}

.tigermoth_story {
	padding:450px 30px 10px 30px;
}

.hurricane {
	background:url(../img/pr_hurricane.jpg) top no-repeat;

}

.spitfire {
	background:url(../img/pr_spitfire.jpg) top no-repeat;

}

.mustang {
	background:url(../img/pr_mustang.jpg) top no-repeat;

}

.harvard {
	background:url(../img/pr_harvard.jpg) top no-repeat;

}

.corsair {
	background:url(../img/pr_corsair.jpg) top no-repeat;

}

.tigermoth {
	background:url(../img/pr_tigermoth.jpg) top no-repeat;

}

/* CONTENT AVIATORS */
div#content_av {
	padding-top:439px;
	margin-left:30px;
	width:435px;
	padding-bottom:20px;
}

div#content_potter {
	padding-top:590px;
	margin-left:30px;
	width:435px;
	padding-bottom:20px;
}

/* THE AVIATORS BACKGROUND IMAGES */

.cook {
	background:url(../img/av_cook.jpg) top no-repeat;
}

.erdos {
	background:url(../img/av_erdos.jpg) top no-repeat;
}

.potter {
	background:url(../img/av_potter.jpg) top no-repeat;
}

.hadfield {
	background:url(../img/av_hadfield.jpg) top no-repeat;
}

.leslie {
	background:url(../img/av_leslie.jpg) top no-repeat;
}

.matthews {
	background:url(../img/av_matthews.jpg) top no-repeat;
}

.janik {
	background:url(../img/av_janik.jpg) top no-repeat;
}

.brennan {
	background:url(../img/av_brennan.jpg) top no-repeat;
}

.cleslie {
	background:url(../img/av_cleslie.jpg) top no-repeat;
}

.swaddling {
	background:url(../img/av_swaddling.jpg) top no-repeat;
}

/* NEWS ARTICLES FORMATTING */

div#content_news {
	padding-left:15px;
	width:576px;
	padding-bottom:20px;
	background:url(../img/news_header_bg.gif) top repeat-x;
}

.news {
	background:url(../img/news_header_bg.gif) top repeat-x;
}

.float_left {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.float_right {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

/* end News Articles Formatting */
