html,body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:verdana;
	min-width:800px;
}


h1 {
	font-size:1.7em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
}

#topgrad {
	background-color: #c2322a;
		background-repeat:repeat-x;
	width:100%;
		height:147px;
}

#logo {
	vertical-align:top;
	background-color: #c2322a;
	
}

.left {
	font-size:.8em;
	vertical-align:top;
	text-align:left;
	background-image:url(../images/menugrad.jpg);
	background-repeat:repeat-y;;
	background-position:top;	
	
}

* html .left {
	height:76%;
}

.leftmenu {
	text-transform:uppercase;
	margin-top:10px;
	padding:0px 4px 0 17px;
}



.leftmenu li {
	width:147px;
	height:35px;
	line-height:35px;
	text-indent:5px;
	display:block;
	list-style-type:none;
	margin-bottom:10px;
	background-color:#333;
	color:#fff;
	border:1px solid #333;
	font-weight:bold;
}

.content {
	font-size:.9em;
	vertical-align:top;
	padding-left:5px;
	border-left:3px solid #000;
	margin-right:10px;


}

.content p {
	padding-right:20px;
}

* html .content {
}

.grad {
	vertical-align:top;
	background-image:url(../images/sidegradient.png);
	background-repeat:repeat-y;
	background-position:right;

}


#watermark {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-image:url(../images/wmark.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
}

#plane {
	width:145px;
	height:200px;
	position:absolute;
	top:129px;
	right:1px;
	background-image: url(../images/plane.png);
	background-repeat:no-repeat;
	
	
}

#pilothead {
	width:125px;
	height:90px;
	position:absolute;
	top:29px;
	right:20px;
	background-image: url(../images/pilothead.png);
	background-repeat:no-repeat;
	
	
}

ul {
	margin:0px;
}


.content ul{
	margin:0px 0px 0px 40px;
}
* html #plane {
	background-image: url(../images/plane.gif);
}

.left a {
	display:block;
	width:147px;
	color:#fff;
	text-decoration:none;
	
}

.left a:hover {
	background-color:#c2322a;
	color:#000;
}

.left a#active {
	background-color:#c2322a;
}

#footer {
	border-top:2px solid #000;
	font-size:.7em;
	color:#999;
	text-align:center;
}

#footer a:link, #footer a:visited {
	color:#888;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


.content img {
	border:1px solid #000;
	margin-right:5px;
}

.content .imgul {
	margin-right:25px;
	border:1px solid #000;
}


.content .noborder {
	border:0px;
}


