*
{
  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;
  /*background: url('../img/header.jpg') no-repeat top left;*/
  width: 610px;
  height: 133px;
}

#mainTitle
{
  font-size: 27px;
  font-weight: bold;
  color: #060F1D;
  text-align: center;
  margin-top: 30px;
}

#content
{
  float: left;
}

#columnLeft
{
  float: left;
  width: 195px;
  background-image: url('../img/colonna_sx_blu.jpg');
	background-repeat: no-repeat;
	height: 530px;
}

#columnCenter
{
  width:610px;
	min-height:530px;
	float:left;
	background-image:url('../img/colonna_centrale1_bianco.jpg');  
	background-repeat:no-repeat;
	color: #060F1D;
}

* html .box
{
  float: left;
  width: 269px;
  margin: 8px;
  padding: 5px;
}


.box
{
  float: left;
  width: 269px;
  margin: 12px;
  padding: 5px;
}

.box a
{
  display: block;
  font-weight: bold;
  background-color: #0F2F47;
  color: #FFFFFF;
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
  text-decoration: none;
}

.box a:hover
{
  background-color: #8AA5AE;
}

.boxContent
{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  background: url('../img/pattern-box.jpg') repeat-x top left;
}

.box .boxContent a
{
  display: block;
  background: url('../img/pdficon_small.gif') no-repeat center right;
  padding-right: 18px;
  color: #060F1D;
  text-align: left;
  font-weight: normal;
  text-decoration: underline;
}

.box .boxContent a:hover
{
  text-decoration: none;
}

.boxContent th
{
  color: #060F1D;
  font-weight: normal;
  text-align: left;
  width: 191px;
}

.boxContent td
{
  text-align: right;
}

#columnRight
{
  width: 195px;
	min-height: 530px;
	float: left;
	background: url('../img/colonna_dx_bianco.jpg') no-repeat;
}

#language
{
  float: right;
  margin-right: 15px;
  margin-top: 20px;
  margin-left: 99px;
}

#language a img
{
  filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#language a:hover img, #language .select img
{
  filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

#columnRight #lives
{
  margin-top: 20px;
}

#columnRight #lives table
{
  margin-left: 12px;
}

#columnRight #lives td
{
  color: #636974;
}

#columnRight #lives th
{
  font-weight: normal;
  text-align: left;
  color: #636974;
}

#columnRight #lives img
{
  margin-top: 30px;
  margin-left: 2px;
}

#columnRight #lives span
{
  color: #636974;
  font-style: italic;
  font-size: 10px;
  margin-left: 12px;
}                     

h4
{
  color: #636974;
  margin-left: 12px;
}

#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;
}

.select
{
  text-decoration: underline !important;
}

#disclaimer
{
  font-size: 10px;
  color: #636974;
  float: right;
  margin-right: 22px;
  margin-bottom: 37px;
}

#disclaimer:hover
{
  text-decoration: none;
}

#rss
{
  float: right;
  margin-right: 10px;
  display: block;
  height: 16px;
  padding-left: 18px;
  font-size: 10px;
  color: #636974;
  background: url('../img/rss_button.gif') no-repeat left center; 
}

#rss:hover
{
  text-decoration: none;
}

#shareButton
{
  margin-top: 20px;
  margin-left: 24px;
}