body {
	margin: 0px;
	padding: 0px;
	background-color: #B8BCC0;
	background-image: url(/graphics/body_bg.jpg);
	background-repeat: repeat-x;
	
}


ul {
	list-style-type: square;
	text-indent:0px;
	display: block;
	margin: 12px; 
	padding: 0px;
}

#container {
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0px auto;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
/*	padding: 0px 18px 0px 18px; */
	background-color: #B8BCC0;
}

/* HAT DESIGN */


#hat {
	height: 79px;
	width: 100%;
	background-image: url(/graphics/hat_bg.jpg);
	float: left;
}

#logo {              
	width: 273px;
	height: 100% ;
	background-image: url(/graphics/logo.jpg);
	float:left;
}

#top_menu {
        float: left;
	margin-top:12px;
}

#top_menu tr td {
	width: 110px;
	height: 53px;
	border-left: 1px solid #ACB4CF;
	line-height: 2.0;
	font-weight: bold;
	padding-left: 10px;
}


/* MAP AND CALC */

#top {
	width: 900px;
	height: 326px;  
	float: left; 
}


/* MAIN MENU */

#menu {
	height: 115px;
	width: 100%;
	background-image: url(/graphics/menu_bg.jpg);
	background-repeat: repeat-x;
	float:left;
}

html>body #menu {
	height: 121px;
}

#login {
	height: 100%;
	width: 245px;
	float: left;       
}

#items { 
	height: 100%;
	border-left: 1px solid #9CAAC7; 
	padding-top: 6px;  /*6*/  
	padding-left: 4px; /*5*/
	padding-right:0px;
	float:left;
}

#items a img {
	margin: 0px;
	border: 0px none;
	text-decoration: none;
	margin-left:2px; /*2*/
}

/* CONTENT */

#main {
	position: relative;
	width:880px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	border-bottom: 3px solid #4E6074;
}       

#header {
	width: 561px;
/*	height: 32px; */
	background-image: url(/graphics/h1_bg.jpg); 
	background-repeat: repeat-x;
	background-color: #CF3F0F;
	border-collapse: collapse;
	margin:10px;
	float: left; 
	color: #FFFFFF;

	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;
	line-height: 1.8;
}

#header_text {
	padding-left:10px;
	float:left;
}


#header_text a {
	font-weight:bold;
	text-decoration: none;
	color: #FFFFFF;
	}
	

#header a img {
	border: 0px;
	padding: 5px;
	float:right;
}

#content {
	width: 541px; 
	margin:10px;
	float:left;
	color: #4B5A6D;
	line-height: 1.25;
	padding-left:10px;
	padding-right: 10px;
}


/* PANEL */

#bar {
	width: 240px;
/*	height: 600px; */
	background-color: #A9B8CF;
	border-collapse:collapse;
/*	position: relative; */
	margin:10px;

}

#bar-header {

	width: 100%;
	height: auto;
	border-bottom: 1px solid #8090A5; 
	margin-bottom: 14px;
	font-size:14px;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-serif;
	color: #FFFFFF;
	float: left;

}

#plane-img {
	border:0px;
	margin-right:6px;
}

.corner {
	width:4px;
	height: 4px;
}

.info {
	width:92%;
	height:100%;
	padding:12px; 
	font-size:12px;
	line-height: 1.16;
	float:left;
}

.info img {
	border: 1px solid #FFFFFF;
}


.info a, .info a:link, .info a:visited, .info a:hover {
	color:#FFFFFF;
	text-decoration: none;
}


/* FOOTER */


#footer {

	width: 100%;
	height: 105px;
	background-color: #B8BCC0;	
	position:relative;
	float:left;

	font-size: 11px;
	line-height: 1.31;
}

#afl {
	width: 210px;
}

#lfm {
	width: 130px;
}

#lfm li {
	color: #FFFFFF;
}

#rfm li {
	color: #778594
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
        text-decoration:none; 
	color: #000000;

}

#footer img {
	border:0px;
}
 
/* BAR CONTENTS */

#coordinates {
	line-height: 1.52;

} 





