/* CSS Document */
body {
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000033;
background-color:#002936;
background-repeat:repeat-y;
}

.clear {
			margin:0px;
		padding:0px;
		clear:both;
			}

strong {
	color:#990000;
	}

img {
	margin:0px; 
	padding:0px;
	border:1px solid #FFFFFF;
	}
	
a img {
	border:none;
	}	
	
a {

	color:#BBBE85;

}	
	
h1 {
	color:#990000;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:18px;
}
	
h1.titolo {
	color:#FFFFFF;
	padding:2px;
	padding-left:10px;
	background-image:url("/img/h1.jpg");
	background-position:top left;
	}
	
th {
	background-color:#650b0b;
	color:#FFFFFF;
	}
	
.grigio1 {
	background-color:#9f9e7f;
	color:#FFFFFF;
	}
	

	
.grigio2 {
	background-color:#4d4d56;
	color:#FFFFFF;
	}

.left {
	text-align:left;
}	
.center {
	text-align:center;
}	
	
.right {
	text-align:right;
	}	
	
#top {
	height:200px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-image:url("/img/bg_top.gif");
	background-repeat:repeat-x;
	}
	
#top img {
	border:none;
	}

	
#menu {
	background-color:#1d262f;
	margin:0px;
	padding:3px;
	background-image:url("/img/bg_menu.gif");
	background-repeat:no-repeat;
	background-position:center;

}

#menu a {
	margin-right:10px;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
	
#menu a:hover {
	color: #b5b985;
	text-decoration:underline;
}	

#contenuto_sx {
margin:0px;
padding:0px;
width:60%;
float:left;
background-color:#002936;
background-image:url("/img/background_sx.jpg");
background-position:top right;
background-repeat:no-repeat;
height:600px;
color: #FFFFFF;
}

#contenuto_sx strong {

	color:#BBBE85;

}

#contenuto_dx {
margin:0px;
padding:0px;
width:40%;
float:right;
background-color:#006675;
background-image:url("/img/background_dx.jpg");
background-position:top left;
background-repeat:no-repeat;
height:600px;

}

#contenuto_dx a {

	color:#990000;

}

.testo {
	margin:0px;
	padding:20px;
	}
	
.grigio1 strong {
	color:#990000 !important;
}	