@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	}
	
body {
	background:url(flightplan-l-1920.gif) no-repeat fixed  center center;
	width:5650px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration:none;
}

img {
	border:0;
}

.end {
	clear:both;
}

#page {
	float:left;
	padding:10px;
	margin:0px 0 0 0px;
	position:relative;
}

h1#title {
	font-size:46px;
	color:#FFF;
	padding:20px;
	height:100px;
	width:800px;
	position:fixed;
}

h1#title span {
	display:block;
	font-size:15px;
	margin:0 0 0 525px;
	line-height:8px;	
}

h1#title span a {
	color:#e3e0d5;
}

h1#title span a:hover {
	color:#eceae1;
}

#menu {
	height:32px;
	margin:80px 0 0 15px;
	position:fixed;	
}

#menu ul {
	list-style-type:none;
}

#menu ul li {
	display:inline;
}

#menu ul li a {
	font-size:12px;
	margin:0 5px 0 0;
	padding:6px 4px;
	display:block;
	float:left;
	color:#afa991;
	background:#3c3a30;
	font-weight:bold;
	border-right:3px solid #817b61;		
	border-bottom:3px solid #817b61;			
}

#menu ul li a:hover {
	color:#e3e0d5;
	border-right:3px solid #8c8772;		
	border-bottom:3px solid #8c8772;		
}

#content {
	margin:130px 0 0 15px;
}

.box {
	width:800px;
	padding:15px;
	float:left;
	font-size:12px;
	line-height:19px;
	text-align:justify;
	background:url(tlo.png) repeat;
	height: auto !important;
	min-height: 300px; 
	height: 300px;
	margin:0 40px 0 0;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 	
	border-radius:5px; 	
}

.box h2 {
	margin:0 0 9px 0;
	padding:0 0 1px 0;
	border-bottom:1px dashed #8a8573;
	color:#FFF;
	font-size:20px;
}

.box img {
	vertical-align:middle;
}

.box a {
	color:#ffffff;
}

.box a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.box p{
	padding:3px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
}

.left {
	width:330px;
	float:left;
}

.right {
	width:450px;
	float:right;
}

.gallery {
	text-align:left;
}

.gallery img {
	margin:0px;
	float:left;
	padding:6px;
	background:#555244;
	vertical-align:middle;
}

form p {
	padding:3px 0;
	color:#eceae1;
}

form strong {
	color:#eceae1!important;
}

form input {
	background:none;
	width:394px;
	padding:0 3px 3px 3px;
	font:12px "Courier New", Courier, monospace;
	color:#FFF;
	font-weight:bold;
	border-bottom:1px solid #817b61;
	border-top:0;
	border-left:0;	
	border-right:0;	
}

form textarea {
	background:none;
	width:393px;
	height:80px;
	padding:0 3px 3px 3px;
	font-size:11px;
	border-bottom:1px solid #817b61;
	font:12px "Courier New", Courier, monospace;
	color:#FFF;
	font-weight:bold;
	border-top:0;
	border-left:0;	
	border-right:0;
}

form input.ok {
	background:none;
	text-align:center;
	width:400px;
	padding:6px 0px;
	font:11px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#afa991;
	background:#3c3a30;
	font-weight:bold;
	border-right:3px solid #817b61;		
	border-bottom:3px solid #817b61;
	border-top:0;
	border-left:0;	
}