* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #fff;
	background-color: #FCF5FC;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 7px 0px 8px;
	text-align: justify;
}

input {
	border: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}

#body_wrapper {
	margin-right: auto;
	width: 1004px;
	background-color: #FCF5FC;
}

#rightcolumn {
	width: 775px;
	float: right;
	text-align: left;
}

/* Page Header */

#page_header {
	background: url('images/header_bg.jpg') no-repeat 0% 0%;
	width: 775px;
	height: 245px;
}


/* Menu orizzontale */

#mainnav {
	width: 775px;
	height: 30px;
	background-color: #771D1D;
}

#mainnav ul {
	height: 29px;
	border-bottom: #fff 1px solid;
}

#mainnav li {
	height: 18px;
	border-left: #fff 1px solid;
	float: left;
	padding: 7px 5px 5px 5px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bolder;
}
#mainnav li a{
	text-decoration: none;
}
#mainnav li a:hover{
	text-decoration: none;
	color: yellow;
}
/* Colonna centrale */

#centercolumn {
	width: 800px;
	color: #333;
	background-color: #FCF5FC;
	float: left;
	text-align: center;
}

#centercolumn_2 {
	margin: 8px auto;
	width: 800px;
	text-align: left;
}

#centercolumn a {
	color: #333;
	background-color: inherit;
}

#centercolumn a:hover {
	text-decoration: none;
}


/* Newsbox */

.newsbox {
	margin-bottom: 5px;
	width: 775px;
	background: url('images/newsbox_bg.jpg') repeat-y;
}

.newsbox_header {
	padding: 19px 10px 5px;
	background: url('images/newsbox_bg_top.jpg') no-repeat 0% 0%;
	height: 22px;
}

.newsbox_header h2 {
	padding-left: 33px;
	width: 770px;
	float: left;
	font-size: 10px;
	font-weight: bold;
}

.newsbox_header strong {
	position:relative;
	bottom: 15px;
	float: right;
}

.newsbox_content {
	padding: 0px 10px 20px;
	background: url('images/newsbox_bg_bot.jpg') no-repeat 0% 100%;
	line-height: 14px;
}

.newsbox_comments a {
	text-decoration: none;
}

.newsbox_comments a:hover {
	color: #959595;
	background-color: inherit;
}

/* Barra laterale */

#recentrecord {
	width: 232px;
	height: 219px;
	color: #fff;
	background-color: #FCF5FC;
	font-weight: bold;
}

#left_side{
	background: url('images/leftbar.jpg') no-repeat 100% 0%;
	width: 232px;
	height: 500px;
	background-color: #FCF5FC;
}

#left_side li{
	height: 18px;
	border-left: #fff 1px solid;
	float: bottom;
	padding: 34px 5px 5px 85px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bolder;
}

#left_side li a{
	text-decoration: none;
}
#left_side li a:hover{
	text-decoration: none;
	color: yellow;
}

#foot{
	background: url('images/repeat.jpg') repeat-y 100% 0%;
	background-color: #FCF5FC;
	width: 232px;
}

#riquadro {
  /* immagine di sfondo */
  background: url('images/riquadro.png') no-repeat center;
  border: none;       /* nessun bordo */
  color: #fff;        /* colore del testo    */
  font-weight: bold;  /* testo in grassetto  */
  font-size: 20px;
  text-align: center;
  padding: 0;         /* padding             */
  height: 129px;       /* altezza             */
  width: 352px;        /* larghezza           */
}


#descrizione {
	width: 775px;
	height: 30px;
	background-color: #771D1D;
}

#descrizione ul {
	height: 29px;
	border-bottom: #fff 1px solid;
}

#descrizione li {
	height: 18px;
	border-left: #fff 1px solid;
	float: left;
	padding: 7px 5px 5px 5px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bolder;
}