#leftbox{
	float: left;
 margin-top: 10px;
 width: 550px;
 height: auto;
 border: solid 0px;
 border-color: red;

}

#avbox{
 float: left;
 margin-top: 0px;
 width: 798px;
 height: auto;
 border: 1px solid gray;
 background-color: #F0F0F0;
 

}

#title{
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 545px;
	height: 20px;
	border: solid 0px;
	 border-color: red;
	 color:#7B3F00;
	 font-size: 18px;
}
#boxmenu2{
	margin-top: -12px;
	float: left;
	width: 800px;
	height: 30px;
	background: url(images/lista.jpg);
}
#titledown{
display: block;
	position: absolute;
	text-align: center;
	width: 800px;
	height: 21px;
	color:  white;
	text-align: center;
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	font-size: 13px;
	border: solid 0px;
	border-color: black;
	
	}