/* CSS Document */

html,body {
margin:0px;
border:0px;
}
body {
background-color:#0047BB;
font-family:Trebuchet MS;
font-size:85%;
color:#ddd;
text-align:center;
padding-left:15%;
padding-right:15%;

}
div#container{
width:765px;
 margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
border:1px solid #000;
}
div#header{
background-color:#0047bb;
background-image:   url(immagini/barra_sup.jpg);
background-repeat:repeat-x;
background-position:bottom;
height:140px;
}

div#main{
padding:1px;
padding-bottom:0px;
}

div#menu{
margin-top:8px;
float:left;
width:146px;
height:430px;
}
div#menu a {color:#ffff66;}
a#menu  a:visited{
color:#ffff66;
}
a#menu  a:hover {
color:#FFFFFF;
}

div#content{
background-color:#000000;
position:relative;
padding:10px;
width:560px;
min-height: 430px;
height: auto !important;
height: 430px;
margin-top:8px;
/*margin-bottom:10px;*/
margin-left:150px;
text-align:justify;
/*margin-right:5px;
border:1px solid #000;*/
}

div#sponsors {
margin-top:5px;
border-top:1px solid #000000;
height:100px;
}

div#footer{
font-family:Verdana, Arial, Helvetica,  sans-serif;
margin-top:30px;
/*background-image:url(immagini/barra_inf.jpg);*/
background-position:bottom;
background-color:#000000;
font-size:9px;
font-weight:bold;
text-align:center;
color:#ffff66;
border-top:1px solid #000000;
clear:both;
}

a:link {
	text-decoration:none;
	color:#ffff66;
}

a:visited {
	text-decoration:none;
	color:#ffff66;
}

a:hover {
text-decoration:underline;
	color:#0047BB;
}

a:active {
	text-decoration:underline;
	color:#0047BB;
}
.testo {
	color: #ffff66;
	font-weight: bold;
}
.cornice{
border: 1px solid #ffff66;
}
.gbtitolo {
font-family:Trebuchet MS;
color:#FFFF66;
	font-weight: bold;
}
.commenti {
color:#eee;
font-weight:bold;
}
hr{
width:370px;
/*height::1px;*/
color:#ffff66;
}
.orario{
font-family:Trebuchet MS;
color:#FFFF66;
/*font-size:10px;*/


}
