html, body
{
	height: 100%;
}
* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	background-color: #afccea;
	background-image:url(../graphics/common/page_bg.jpg);
	background-position: top center;
	background-repeat:repeat-y;
}

a:link, a:hover, a:active, a:visited
{
	color: #ec6c23;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#breadcrumbs a:link, #breadcrumbs a:hover, #breadcrumbs a:active, #breadcrumbs a:visited
{
	color: #ec6c23;
} 


h1 {
padding: 0px;
margin: 0px;
	color: #636363;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	border-style: solid;
	border-color: #eeb000;
	border-width: 0px 0px 1px 0px;
}
p {
	margin: 5px 0px 10px 0px;
}
#wrapper {
	background-image:url(../graphics/common/bg.jpg);
	background-position: center;
	background-repeat:repeat-y;
	height: auto;
}
#wrapper2, #containerTable {
 background-image:url(../graphics/common/container_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height:100%;
}

.nav_item {
	float: left;
}
#container {
	width: 770px;
	margin: 0 auto;
	text-align:left;
	
	
}
#content {
	
	padding: 25px 35px 10px 35px;
	
}
#footer {
	background-color: #d6d6d6;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px 0px 0px 0px;
	
	
	width: 770px;
	height:77px;
	
	background-image:url(../graphics/common/footer_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.clearer {
	clear:both;
	padding: 0;
	margin: 0;
	border: 0;
	height: 0px;
}

.gallery_img
{
	float: left;
	border-style: solid;
	border-color:  #eeb000;
	border-width: 1px;;
	
	margin: 0px 20px 10px 0px;
}
.gallery_title
{
	font-size: 11px;
	font-weight: bold;
	
	margin-bottom: 10px;
}
.gallery_desc
{
	height: 70px;
	overflow: hidden;
}
.wtb_country
{
	font-weight: bold;
	font-size: 14px;
	border-color: #cccccc;
	border-width:2px;
	border-style:solid;
	background-color: #dddddd;
	padding: 5px;
	color: #333333;
}
.wtb_name, .wtb_address, .wtb_contact 
{
	padding: 5px;
}
#homepage_flash
{
	background-image:url(../graphics/home/video_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 196px;
	width:234px;
	float: right;
	background-color: #000000;
}
#homepage_morevideos
{
	font-size: 10px;
	padding: 5px;
	padding-left: 10px;
	font-weight: bold;
}
#homepage_morevideos a:link, #homepage_morevideos a:hover, #homepage_morevideos a:active, #homepage_morevideos a:visited
{
	color: #316a9e;
} 
#homepage_morevideos a:hover
{
	text-decoration: none;
	color: #ffffff;
}
.home_allplanes
{
	float: left;
}

#aircraft_menu
{
	padding: 10px;
}

#video_archive a:link, #video_archive a:active, #video_archive a:visited, #video_archive a:hover
{
	color: #eeb000;
}
#video_archive a:hover
{
	color: #ffffff;
}
#disc_msg
{
	font-weight:bold;
	color:#CC0000;
	font-size: 18px;
	text-align:center;
	margin-bottom: 20px;
	text-transform:uppercase;
}