* {
padding: 0;
margin: 0;
}


.noimgborder { border:0px;}

html,body {
	background-image:url(images/background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Tahoma, Arial Narrow;
	font-size:11pt;
	text-align: center;
	padding:0px;
	margin:0px;
	min-height:500px; /* this is the key! */
	}

#container {
	width: 817px;
	margin-left: auto; 
	margin-right: auto;
	margin-top:20px;
	text-align: center;
	min-height: 400px;
/*	background-color:#FFFFFF;
	background-repeat:no-repeat; 
	background-image:url(images/plane.png);
	background-position: center bottom;*/
	}

* html #container {
height: 400px;
}

#container_internal {
	width: 817px;
	margin-left: auto; 
	margin-right: auto;
	margin-top:20px;
	text-align: center;
	min-height: 400px;
/*	background-color:#FFFFFF;*/


		}
	
#top {
	width:100%;
	height:105px;
	background-image:url(images/top.jpg);
	text-align:left;
	position: relative;
	}

.logo {
	margin-top:10px;
	margin-left:25px;
	}

.header{
	height: 105px;
	position:absolute;
	right: 0px;
	top: 0px;
}

.plane{
	width: 717px;
	height: 218px;
	position:relative;
	top: 120px;
	left: -135px;
}

#toplinks {
	float:right;
	margin-top:10px;
	width:200px;
	}

#left {
float:left;
width:191px;
height:488px;
background-image:url(images/left_background.png);
background-repeat:repeat-x;
text-align:left;
}

#left a{
	text-decoration: none;
	font-weight: bold;
}

#left p {
padding-bottom:5px;
}

#right {
margin-left:210px;
padding-top:20px;
width:575px;
min-height: 550px;
text-align:left;
}

#footer {
clear:both;
text-align:center;
font-size:10px;
color:#FFFFFF;
height: 122px;
background: url("images/footer_bg.png") bottom center;
}

#footer div.content{
	padding-top: 75px;
}

#footer a {
color:#FFFFFF;
font-family:Tahoma;
margin-left:5px;
margin-right:5px;
font-weight:bold;
font-size:8pt;
text-transform:uppercase;
text-decoration:none;
}

h1 {
	font-size:12pt;
	text-align:left;
	}

a {
	color:#FFFFFF
	}
	
h2 {
	color:#FFFFFF;
	font-size:12pt;
	font-weight:normal;
	}

p { line-height:15pt; }

td { vertical-align:top; }

img {
 border:0px;
 }

.italics {font-style: italic}

.indent {
	padding-left:15px;
	}