
body{
	background-color: #111111;
}


#body_container{
	max-width: 1100px;
	margin: 0px auto;
}


/***********************************/
/* Header Box */
/***********************************/
#header_box{
	margin: 40px 0px 40px 0px;
	padding: 0px;
	border-bottom: 1px solid #444444;
	height: 40px;

}
#header_box h1{
	font-size: 22pt;
	font-family: sans-serif;
	padding: 5px;
	color: #aaaaaa;
	float: left;
}

/***********************************/
/* Right Box */
/***********************************/
#right_box{
	float: right;
	width: 230px;
	color: white;
	font-family: sans-serif;
}
#right_box p{
	color: white;
	font-size: 9pt;
	line-height: 140%;
	margin-bottom: 20px;
}
#right_box p a{
	color: yellow;
}
#right_box p a:hover{
	color: #FEF64A;
	background-color: #222222;
}
#right_box small{
	color: white;
	font-size: 8pt;
	line-height: 140%;
	margin-bottom: 20px;
}
#right_box h5{
	border-bottom: 1px solid #444444;
	margin-bottom: 5px;
}

#right_box ul{
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#right_box li{
	padding: 3px;
}
#right_box li a{
	text-decoration: none;
	color: #ffff99;
	font-family: sans-serif;
	font-size: 9pt;
}
#right_box li a:hover{
	text-decoration: underline;
	color: white;
}



/***********************************/
/* Content Box */
/***********************************/
#content_box{
	margin-right: 240px;
}

#content_box p.note{
	color: #FFC668;
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0px 0px 20px 40px;
}
#content_box p.note a{
	color: #FFFBA3;
	text-decoration: underline;
}
#content_box p.note a:hover{
	color: white;
	text-decoration: underline;
	background-color: #444444;
}

/***********************************/
/* Gallery Box */
/***********************************/
#gallery_container{
	margin: 50px 100px 50px 100px;
	min-height: 600px;
}

.thumb{
	margin: 10px;
	float: left;
	border: 1px outset #333333;
}
.thumb:hover{
	margin: 10px;
	float: left;
	border: 1px outset #dddddd;
}

/***********************************/
/* Aeroplane Box */
/***********************************/
.aero_box{
	border: 1px solid #555555;
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	background-color: black;
	text-align: center;
}
.aero_box:hover{
	border: 1px solid #dddddd;
}
/* Aircraft title */
.aero_box h1{
	text-align: left;
	background-color: #333333;
	padding: 10px;
	font-size: 10pt;
	font-family: sans-serif;
	color: #999999;
}
.aero_box:hover h1{
	background-color: #666666;
	color: white;
}
/* updated */
.aero_box h4{
	text-align: left;
	padding: 4px;
	font-size: 7pt;
	font-family: sans-serif;
	color: #999999;
	padding: 5px 0px 3px 10px;
}
.aero_box:hover h4{
	color: #aaaaaa;
}
/* Download link and image */
.aero_box a{
	float: right;
}
.aero_box a img{
	margin: 4px;
}


/***********************************/
/* Footer */
/***********************************/
#footer_box{
	clear: both;
	font-family: sans-serif;
	color: #999999;
	font-size: 8pt;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

/***********************************/
/* Navigation */
/***********************************/
#navlist
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font: bold 18pt  sans-serif;
	float: right;
	vertical-align: bottom;
}

#navlist li
{
list-style: none;
margin: 0px;
display: inline;
}

#navlist li a
{
	padding: 8px 20px;
	margin-left: 3px;
	border: 1px solid #444444;
	border-bottom: none;
	background: #222222;
	text-decoration: none;
	border-radius-topleft: 10px; 
	-moz-border-radius-topleft: 10px; 
	-webkit-border-radius-topleft: 10px; 
	border-radius-topright: 10px; 
	-moz-border-radius-topright: 10px; 
	-webkit-border-radius-topright: 10px; 
	color: #888888;
}


#navlist li a:hover
{
	color: #999999;
	background: #555555;
	border-color: #444444;
}

#navlist li a#current
{
	background: #555555;
	border-color: #555555;
	border-bottom: 1px solid black;
	color: #dddddd;
}

