ul#menu{ 
	width: 100%;
	height: 43px;
	background: #FFF url("images/menu-bg.gif") top left repeat-x; 
	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	#max-width: 875px;
	position: absolute;
	left: 0px;
	right: 20px;
	top: 212px;
	}
ul#menu li {
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
	}
ul#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
	}
ul#menu li a:hover { 
	color: #333; 
	}
ul#menu li a.current{ 
	color: #FFF; 
	background: #FFF url("images/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
	}

#whatitis {
		position: absolute;
		top: 174px;
		left: 0px;
		right: 0px;
		width: 100%;
		background-color: #E0E0E0;
		border-color:black;
		border-style:solid;
		border-top-color:black;
		border-left-color:black;
		border-bottom-color:black;
		border-right-color:gray;
		border-top-width:1px;
		border-right-width:0px;
   		border-left-width:0px;
		border-bottom-width:1px;


	}

     #dalogo {
        position: absolute;
	top: 0px;
        left: 15px;

      }

      #daback {

	postion: absolute;
	top: 0px;
        left: 0px;
	background-image: url(/images/grass.jpg);

      }
