html
{
	height:100%;
}

body 
{
	margin:0;
	padding:0;
}

input , select, textarea 
{
	border:0px;
	font: normal 20px Tahoma, Helvetica, Verdana, Arial;
	color: #FFFFFF;
	background:transparent;
	text-align:center;
}

tr,td,p,div
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin: 0px;
}

input[type="checkbox"], input[type="radio"]
{
   background: transparent;
   border: 0;
}

hr
{
	color:#325396;
	height: 1px;
	width: 680px;
}


h1
{
	margin:0;
	padding:0;
	text-align: center;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
}

h2
{
	margin:0;
	padding:0;
	text-align: center;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

a:link
{
	color:#FFFFFF;
	text-decoration:none;
}

a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	color:#FF0000;
	text-decoration:none;
}

em,strong
{
	color:#29488C;
}

img 
{
	border-width:0px;
}

/*************** LAYOUT ***************/

.body_background
{
	background:#000000;
	text-align:center;
	text-align:center;
	color:#C6E1F2;
}

.titolo
{
	color:#29488C;
	font-size: 15px;
	font-weight:bold;
}

.scheda
{
	color:#29488C;
	font-size: 12px;
	font-weight:bold;
}

.locale
{
	color:red;
	font-size: 15px;
	font-weight:bold;
}

.wrapper
{
	width:800px;
	margin: auto;
}

.header
{
	background: url(../img/top.jpg) 0% 0% no-repeat;
	height:440px;
}

.topmenu
{
	background: url(../img/center.jpg) center repeat-y;
	text-align:center;
}

.topmenuitems
{
	text-align:center;
	vertical-align:middle;
	height:25px;
}

td.topmenuitems
{
	font-family:Arial, Helvetica, sans-serif;
	width: 110px;
	background: url(../img/menu.png) 0% 0% no-repeat;
	vertical-align:middle;
}

a.topmenuitems
{
	font-size:15px;
	font-weight:bold;
}

#activetopmenu
{
	color:#FF0000;
}

.intro
{
	text-align:justify;
	word-spacing: 3px;
	line-height: 20px;
	word-spacing: 3px;
	color:#C6E1F2;
}


.main
{
	background: url(../img/center.jpg) center repeat-y;
	padding:15px 70px 15px 70px;
	text-align:center;
}

.bottomenu
{
	background: url(../img/center.jpg) center repeat-y;
	height:80px;
	color:#29488C;
}

.bottomenuitems
{
	padding: 5px 0px 5px 0px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
}

a.bottomenuitems
{
	font-size:11px;
}

#activebottomenu
{
	color:#FF0000;
}

.footer
{
	background: url(../img/footer.jpg) center no-repeat;
	height:128px;
	text-align:center;
	padding-top:0px;
}