body,html{
	font-family: verdana;
	font-size: 11px;
	width: 100%;
	height:100%;
	margin: 0px 0px 0px 0px;
	text-align:center;
	background-color: #003366;
	color: #FFFFFF;
}
table{
	font-family: verdana;
	font-size: 11px;
}

#contenitore{
	width: 100%;
	height:100%;
}
#header{
	width: 100%;
	min-height: 150px;
	height: 150px;
	background-color: #000033;
	color:#ff0000;
}
#centrale{
	width: 100%;
	min-height: 400px;
	height: 400px;
}

#menu{
	height: 27px;
	min-height: 27px;
	width: 100%;
	background: url(/template/default/img/sfondo_menu.gif) repeat-x;
}
#footer{
	width: 100%;
	height: 197px;
	min-height: 197px;
	background-color:#0066ff;
}

/* fascia centrale */
#contenuto_menu{
	height: 27px;
	min-height: 27px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
}

#corpo{
	height: 400px;
	min-height: 400px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
}

/* interno al corpo */

#separa_colonna{
	float:left;
	height: 400px;
	min-height: 400px;
	width: 20px;
	text-align:right;
}

#colonna_sx{
	float:left;
	height: 400px;
	min-height: 400px;
	width: 150px;
	text-align:center;
}

#testo{
	text-align:justify;
	float:left;
	height: 400px;
	min-height: 400px;
	width: 730px;
}

#testo A{
	color: #FFFFFF;
}

#contenuto_header{
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
	text-align:left;
}
#testo_header{
	text-align:center;
	float:left;
	width: 300px;
	font-family: verdana;
	font-size: 16px;	
}

#contenuto_footer{
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
	text-align:center;
	padding: 5px 5px 5px 5px;
}

.tabella{
	width: 95%;
}

input{
	font-family: verdana;
	font-size: 11px;
}
input[type="text"] {
	width: 95%;
}
input[type="password"] {
	width: 95%;
}
input[type="image"] {
	border: 0px;
}
input[type="checkbox"] {
	border: 0px;
}
input[type="radio"] {
	border: 0px;
}


INPUT.text {
}
INPUT.password {
	width: 95%;
}
INPUT.image {
	border: 0px;
}
INPUT.checkbox {
	border: 0px;
}
INPUT.radio {
	border: 0px;
}


select{
	width: 95%;
	font-family: verdana;
	font-size: 11px;
}
textarea{
	width: 95%;
	font-family: verdana;
	font-size: 11px;
}


h2{
	font-family: verdana;
	font-size: 13px;
}
h3{
	font-family: verdana;
	font-size: 12px;
}
.titolo_agonismo{
	font-family: verdana;
	font-size: 18px;
	color:#6699FF;
	font-weight: bolder;
}
.titolo_news{
	font-family: verdana;
	background-color:#0066ff;
	font-weight: bolder;
	text-align:center;
	padding: 2px 2px 2px 2px;
}

.testo_news{
	font-family: verdana;
	background-color:#000033;
	text-align:justify;
	padding: 5px 2px 5px 2px;
}

.testo_gara{
	font-family: verdana;
	background-color:#000033;
	text-align:justify;
}


