@charset "utf-8";
body  {
	font-family:tahoma;
	background:#333333;
	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:#CCCCCC;
	font-size:11px;
	line-height:20px;
	background-image:url(images/sfondo_nero.png);
	background-position:top center;
	background-repeat:repeat-y;
	border:#000000;
	font-weight:500;
	font-stretch:extra-expanded;
}

 #container { 
	width:800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	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. */
	background-color:#000000;
} 

#header {
	height: 250px;
	width: 800px;
	background-position:top center;
}
#contenitore
{
	float:left;
	width:450px;
	padding:15px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: lighter;
}

#sidebar
{
	background:#666666;
	margin-top:20px;
	margin-right:20px;
	padding:15px;
	color:#CCCCCC;
	font-weight:bolder;
	margin-left:550px;
	vertical-align: top;
}

#footer
{
	padding-top:20px;
	background-image:url(images/separatore.png);
	background-position:top center;
	background-repeat:no-repeat;	
	}

.image
{
	margin:0 auto;
	text-align:center;
	}
#contenitore_grande h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#contenitore_grande h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
}
#contenitore_grande {
	float:left;
	width:700px;
	padding:15px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: lighter;
	/*height: 400px;*/
	
	background-position: top;
	vertical-align: top;
}
.titolo_testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCCCC;
}

.link_non_attivo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}
.link_attivo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCCCC;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
}
#contenitore h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.link_attivo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #FFCCCC;
	text-decoration: underline;
	font-style: oblique;
}
#contenitore_testo {
	float:left;
	width:400px;
	padding:15px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: lighter;
	/*height: 400px;*/
	
	background-position: top;
	vertical-align: top;
}
#contenitore_immagine {
	float:right;
	width:200px;
	padding:15px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: lighter;
	/*height: 400px;*/
	
	background-position: top;
	vertical-align: top;
}

