@CHARSET "ISO-8859-1";

body {
  margin:0;
  border:0;
  padding:0;
	height:100%; 
  max-height:100%;  
  overflow: auto; /*hidden ???*/
}
#after-body 
{ 
	width:100%; 
	height:100%;
  overflow: auto; /* need for FF; do not need for IE*/ 
  background-color: rgb(250,250,250); 
/*background-image: url("../../images/background-cell.bmp");
  background-repeat: repeat; */
}

#screen 
{ 
	position:relative; 
	width:1000px; height:90%; 
	border-width:0px; border-color:#f0d0c0; border-style:solid; 
	margin:5px 1px 5px 1px; 
  padding:0px;
	overflow:hidden;
}

#top 
{ 
	width: 800px; height: 120px;
	border-width: 1px; border-color: #e0d0c0; border-style: hidden; 
	margin:1px; 
  padding:1px;
  background-color:rgb(47,187,255);
}

#top-bar 
{ 
  float:left;
  /*	height: 26px; */ 
  width:990px; /* 1000 - 2*(margin + padding + border)*/ 
	border-bottom-width: 1px; border-bottom-color: #D46A00; border-bottom-style: solid; 
	margin:1px 3px 0 3px ; 
  padding:1px 2px 0 2px;
  background-color:#f3b840;
}

#page 
{ 
	clear:left;
	position:relative; 
	border-width: 0px; border-color: #e0d0c0; border-style: dashed; 
	margin:0 1px 1px 1px; 
  padding:0 1px 1px 1px;
	overflow: hidden;
}

#menu-bar 
{ 
  float:left;
/*  width:992px; */
	border-width: 0px; border-color:#e3c830; border-style: hidden;
	background-color:transparent; /*#f3b840;*/ 
	margin:0 1px 0 1px; 
  padding:0 0 0 0;
	text-align: center; vertical-align: middle;
}

#menu-left 
{ 
	float: left; 
	width:140px; min-height: 400px; 
	border-width: 0px; border-color: #f07070; border-style: hidden; 
	margin:6px 1px 1px 1px; 
  padding:0 1px 1px 1px;
	text-align: center;
	background-image:url('../../images/Left_Background.gif');
}

#page-right 
{ 
 	height:100%;
 	width: 840px;
	border-width: 0px; border-color: #f07070; border-style: dashed; 
	margin:1px 0 1px 0; 
  padding:1px;
  overflow: hidden;
}

#content 
{ 
	height:98%; 
	border-width: 1px; border-color: #ffa0c0; border-style: solid; 
	margin:2px; 
  padding:2px;
  background-image: url("../../images/background-cell.bmp");
  background-repeat: repeat;
/*  background-color: rgb(250,250,250); */
  overflow: scroll;
   
}

#banner 
{ 
	clear: right;
	float: right; 
/*	display: none; */
	width:130px; min-height: 150px; 
	border-width: 0px; border-color: #ffa0c0; border-style: solid; 
  background-color: rgb(47,187,255);
	margin:1px; 
  padding:2px;
}

#switcher
{ 
  float: right; 
	width:130px; height: 15px; 
  background-color:rgb(47,187,255);
	margin:1px; 
  padding:2px 2px 2px 2px;
  text-align: right;
}
    
#bottom-bar 
{ 
  float:left;
  /*	height: 26px; */ width:996px; 
	border-width: 0px; border-color: blue; border-style: dashed; 
  margin:1px 3px 0 3px ; 
  padding:1px 2px 0 2px;
  background-color:#f3b840;	
}

#footer 
{ 
	clear:left;
	float:left;
	width:994px;
	height: 10px; 
	border-width: 1px; border-color: #e0d0c0; border-style: hidden; 
	margin:1px; 
  padding:1px;
	background-color: transparent; color: blue;
	font-size: 8px;
	font-family: Arial, monospace;
}

#footer-low 
{
  position:absolute;
  height:0px; 
  bottom:0; 
  left:0;
}

.direction
{
  padding: 2px 20px 2px 20px;
}  