*
{
  margin: 0;
  padding: 0;
  font-family: "trebuchet MS", Arial, helvetica;
  font-size: 12px;
  border: 0;
}

.clearer
{
  clear: both;
}

body
{
  background-color: #000000;
}

#container
{
  width:1000px;
	margin: 0 auto 0 auto;
	background-image: url('../img/bg_bianco.jpg');
	background-repeat: repeat-y;
}

#logo
{
  float: left;
  width: 195px;
  height:81px;
  margin-top: 61px;
}

#logo a img 
{
	border:none;
}

#logo a:hover img 
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#banner
{
  float: left;
  width: 610px;
  height: 133px;
}

#mainTitle
{
  font-size: 27px;
  font-weight: bold;
  color: #060F1D;
  text-align: center;
  margin-top: 50px;
}

#columnLeft
{
  float: left;
  width: 195px;
  background-image: url('../img/colonna_sx_blu.jpg');
	background-repeat: no-repeat;
	height: 530px;
}

#menu
{
  margin-top: 180px;
}

#columnCenter
{
  width:610px;
	height:530px;
	float:left;
	background-image:url('../img/colonna_centrale1_bianco.jpg');  
	background-repeat:no-repeat;
	color: #060F1D;
}

h1
{
  color: #7C8390;
  font-size: 16px;
  text-align: center;
}

#content
{
  float: left;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  width: 590px;
}

#content h2
{
  font-size: 14px;
}

#content a
{
  display: block;
  width: 590px; 
  text-align: center;
  font-size: 14px;
}

#content a:hover
{
  text-decoration: none;
}

#columnRight
{
  width: 195px;
	height: 530px;
	float: left;
	background: url('../img/colonna_dx_bianco.jpg') no-repeat;
}

#footer
{
  background-image: url('../img/foot_bianco.jpg');
  padding-top: 45px;
  padding-bottom: 5px;
  text-align: center;
}

#footer a
{
  text-decoration: none;
  font-size:11px;
	color:#060f1d;
}

#footer a:hover
{
  text-decoration: underline;
}

