@charset "UTF-8";
body  {
	font-family: Arial, Helvetica, sans-serif ;
	background-color:#7A786C;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #010863;
	font-size:12px;
}
#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#racing{
	min-height:13px;
	border-bottom:solid 1px #ffffff;
	background-color:#960000;

}

#testata{
	height:222px;
	line-height:220px;
	background-color:#010863;
	
}

#testata_container{
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding-top:auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}


#nave{
	height:81px;
	background:#011c75 url(../img/bg_barca.jpg) no-repeat center;
	border-bottom:solid #ffffff 1px;
	border-top:solid #ffffff 1px;


}
#up_menu{
		background-color:#008ca6;
		border-bottom:solid 1px #ffffff;
		height:10px;

}

#up_menu2{
		background-color:#ffffff;
		border-bottom:solid 1px #008ca6;
		height:10px;

}

#bg_menu{
			height:31px;
			background-color:#b5d7e5;
			margin-bottom:-31px;
}


#DIV_menu{

			font-family:"Arial", Helvetica, sans-serif;
			font-weight:bold;
			font-size:10.5px;
			height:27px;
			white-space:nowrap;
			
}

.menu{
			float:left;
			padding:10px 20px 10px 20px;
			border-right:solid 1px #79786c;
			background-color:#b5d7e5;
			word-spacing:4px;
			color:#008ca6;
			
}

.menu:hover{
			
			color:#003655;
			background-color:#96C3DC;
		
}
.clearFloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}
