
/**************************************************************

	Home

**************************************************************/

* {
	margin:0; padding:0;
}
body {
	background-color: #464646;
}

/* content top*/
#contenttopleft_W{
	position:absolute;
	top:0px; left:0px;
	width:8px;
	background: url(../images/template/content_left_top.gif);
}
#contenttop_W {
	position:absolute;
	top:0px; left:8px; 
	background: url(../images/template/content_center_top.gif);
}
#contenttopright_W {
	position:absolute;
	top:0px;
	width:8px;
	background: url(../images/template/content_right_top.gif);
}

/* content center*/
#contentcenterleft_W {
	position:absolute;
	left:0px;
	width:8px;
	background: url(../images/template/content_left.gif);
}
#contentcenter_W {
	position:absolute;
	left:8px; 
	background: url(../images/template/content_center.gif);
}
#contentcenterright_W {
	position:absolute;
	width:8px;
	background: url(../images/template/content_right.gif);
}

/* content bottom*/
#contentbottomleft_W {
	position:absolute;
	left:0px;
	width:8px; height:8px;
	background: url(../images/template/content_left_bottom.gif);
}
#contentbottom_W {
	position:absolute;
	left:8px; 
	height:8px; 
	background: url(../images/template/content_center_bottom.gif);
}
#contentbottomright_W {
	position:absolute;
	width:8px; height:8px;
	background: url(../images/template/content_right_bottom.gif);
}

#contentCopyright{
	position:absolute;
	left:10px;
	height:10px;
	font: 9px Verdana;
	text-decoration: none;
	color: white;
}

.contentscript {
	font:  12px Verdana;
	text-align:justify;
	color: white;
}
.contentscript  a{
	font:  12px Verdana;
	text-decoration: none;
	text-align:justify;
	color: white;
}

/*--- New ---*/

#Content {
	position:relative;
	top:0;
	margin:0 auto;
	width:900px;
}
/* ContentWelcome */
#ContentWelcome {
	position:absolute;
	margin:0 auto;
	top:0px; left: 85px;
}

.content_top_left{
	width:8px;
	background: url(../images/template/content_left_top_long.gif);
}
.content_top_middle{
	width:8px;
	background: url(../images/template/content_center_top_long.gif);
}
.content_top_center{
	background: url(../images/template/content_center_top_long.gif);
}
.content_top_right{
	width:8px;
	background: url(../images/template/content_right_top_long.gif);
}

.content_bottom_left{
	height:8px;
	background: url(../images/template/content_left_bottom.gif);
}
.content_bottom_center{
	background: url(../images/template/content_center_bottom.gif);
}
.content_bottom_right{
	background: url(../images/template/content_right_bottom.gif);
}

.Titolo {
	font:  bold 12pt Arial;
	color: white;
}
.Corpo {
	font:  8pt Arial;
	text-align:justify;
	color: white;
}
.Corpo a {
	text-decoration: underline;
	color: white;
}

#percorso{
	position:absolute;
	width:150;
	top:156px; left:12px;
}
.Percorso {
	font:  bold 10pt Arial;
	color: white;
}
.Percorso  a{
	font:  bold 10pt Arial;
	color: white;
	text-decoration: none;
}

.contentCopyright{
	font: 8pt Verdana;
	text-decoration: none;
	color: white;
}

.TitoloH {
	font:  24px Arial;
	color: white;
}
.CorpoL {
	font:  14px Arial;
	text-align:right;
	color: white;
}
.CorpoR {
	font:  14px Arial;
	text-align:left;
	color: white;
}

.collegamenti a {
	font: 20px Arial;
	text-decoration: none;
	color: #990022;
}

/*************************************************************/

