		
		* { margin: 0; padding: 0 }
		
		body {
			font-family: Helvetica, Verdana, Arial;
			background: #fff url("images/bg6.jpg") no-repeat top left;
			color: #000;
			margin: auto;
			font-size: 13px;
		}
		
		#header {
			display: block;
			height: 400px;
		}
		
		#main_nav { 
			list-style: none;
			position: absolute;
			left: 0px;
			top: 42px;
		}
		
		#main_nav ul { 
			list-style: none;
		}
		
		#main_nav ul li {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#main_nav a { 
			font-size: 1px;
			text-indent: -20000px;
			line-height: 36px;
			color: #fff;
			text-decoration: none;
			display: block;
			width: 312px;
			padding: 0px 0px;
		}
		
		#nav_home { background: url("images/home.jpg");}
		#nav_aircraft { background: url("images/aircraft.jpg"); }
		#nav_services { background: url("images/services.jpg"); }
		#nav_aboutus { background: url("images/aboutus.jpg"); }
		#nav_contact { background: url("images/contact.jpg"); }
		#nav_links { background: url("images/links.jpg"); }
		#nav_sitemap { background: url("images/sitemap.jpg"); }

		#main_nav a:hover {
		background-position: -312px 0px;
		}
		
		#main_content {
		position: relative;
		left: 330px;
		top:15px;
		width: 65%;
		height: 100%;
		}
		
		h1 { 
		color:#005f94;
		padding-bottom: 10px;
		}
		
		p { line-height: 1.5em; padding-bottom: 15px; }
		
		.contactus_photo {
		border: 2px solid #005f94;
		padding: 3px;
		float: left;
		margin: 0px 10px 50px 0px;
		}
		
		.clear {clear:both;}
		

		#footer {
			display: block;
			width:100%;
			height:65px;
			background: #25333c url("images/footer2.jpg") no-repeat center;
			padding-top: 30px;
			margin-top: 50px;
			clear: both;
		}
		
		#plane_list {
			list-style: none;
			float: left;
		}

		#plane_list table tr td li {
			float:left;
			width: 200px;
			padding-bottom: 20px;
			padding-right: 20px;
		}
		
		#plane_list li span {
			float:left;
			clear: both;
			width: 100%;
		}

		
		.plane_name { font-size: 14px; font-weight: bold;}
		
		#plane_list li span img {
			border: 0;
		}