html, body {
  background:url('images/tlos.jpg') repeat-x;
}

body {
  width: 790px;
  margin: 0 auto;
  font-family: "verdana", "trebuchet ms";
  font-size: 11px;
  color: #000;
}

a {
  text-decoration: none;
  color:#9B9777
}

img {border:0px}

#header {
  clear: both;
  background: #efa155;
  padding: 10px;
  margin: 10px 0 2px 0;
  border:1px solid white;
  color:#166582
}

#foot {
  clear: both;
  background: #DCD7B1;
  padding: 10px;
  margin: 10px 0 2px 0;
  border:1px solid white;
  color:#7D7B68;
  font-size:9px
}

#top {
  clear: both;
  background: url('images/baner.jpg');
  background-position:center; 
  background-repeat:no-repeat;
  
  color:#fff;
  height:100px;
  border:1px solid white;
  margin-left:0; margin-right:0; margin-top:0; margin-bottom:2px; background-color:inherit
}

#top h1 {padding:0px;
		font-size:50px;
		text-align:right;
}

#content {background:#ffffff;
		 color:#000;
		  padding:100px;
		  text-align:justify;
		  margin:0 0px 0 205px;
		  }

#wrapper{float:left;width:100%}


#l_menu {float: left;
		padding: 0;
		margin-bottom: 0;
		color: #222222;
		background-color:#EFEDE8;
		width:200px;
		border:1px solid white}
		
#l_menu ul {list-style: none;
			margin: 0;	
			padding: 0;	
			border: none;
			font-size:11px}
			
#l_menu li {border-bottom: 1px solid #fff;	
		    margin: 0;	}
		    
#l_menu li a	{display: block;
		     padding: 2px 5px 2px 5px;
		     font-weight : normal;
		     color: #166582; 
		     text-decoration: none;}
		     
#l_menu li a:hover {border-right: 3px solid #D5CEC3;
					color: #222222;
					font-weight:bold;
					background:#E7E3DD}
					
#l_menu h1 {font-size:11px;
			text-align:center;
			margin:0;
			padding:4px;
			background:#f3b77e;
			border-top:5px solid #f7d0aa;
			border-bottom:5px solid #efa155;
			}
