@charset "utf-8";
/* CSS Document */

body {
	width:1000px;
	height:830px;
	background-image:url("tre.jpg");
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:bold;
	color:#efefef;
	background-position:center;
	margin:auto;
	
}

#corpo {
	padding-top:1px;
	width:900px;
	height:800px;
	margin:auto;
	background-color:#CCCCCC;

}


#testata {
height:202px;
width:900px;
background-image:url("images/testata_rostagno.jpg");

}
#centrale {
	height:500px;
	width:900px;


}
#colsx {
	width:180px;
	height:500px;
	float:left;
	padding-left:5px;
	padding-right:0px;
	padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#292929;
}
#colsx a{
	text-decoration:none;
	color:#efefef;
}
td {
	border-bottom:solid 1px;
	border-bottom-color:#efefef;
}
#colsx a:hover {
	color:#ffffff;
	background-color:#990000;
}
#contenuto {
	width:705px;
	height:500px;
	/*margin-left:180px;*/
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#efefef;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background-color:#5C5C5C;
	float:right;
	   
	}
#contenuto a{
	text-decoration:none;
	color:#333333;
}
#contenuto a:hover{
	color:#FFFFFF;
}
#basso {
	width:900px;
	height:100px;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#basso a{
	color:#CCCCCC;
	text-decoration:none;
}
#basso a:hover {
	color:#FFFFFF;
}


