/* CSS Document */

* {
	border-style:none;
}

pppp {
	border-color:#FF0000;
	border-style:solid;
	border-width:1px;
}

body {
	margin:auto;
	width:800px;
	color:#000000;
	background-color:#CC0000;
	border-style:none;
}

#content {
	width:800px;
  	min-height:600px;  
	position:relative;
	border-color:#FF0000;
	border-style:solid;
	border-width:1px;
}

#menu  {
	width:205px;
/*	height:200px; */
	float:left;
}

#rettangolone  {
	width:800px;
	height:120px;
}

#testo  {
	width:570px;
	min-height:340px; 
	float: left;
}
#testo01  {
	width:570px;
	height:340px;
}

#logo1 {
	position:absolute;
	width:550px; 
	height:250px;
	top:175px;
	left:125px;
	z-index:1;
}

#logo2 {
	position:absolute;
	width:450px; 
	height:150px;
	top:175px;
	left:125px;
	z-index:3;
}

li {
	font-family:Verdana; 
	color:#FFFFFF; 
	font-size:12px
}

p {
	margin-top:0px;
	margin-bottom:0px;
	font-family:Verdana; 
	color:#FFFFFF; 
	font-size:12px
}
.titolo {
	font-weight:bold;
}
.normale {
	text-indent:20px;
	margin-bottom:10px;
}

#header {
	width:800px;
	height:92px;
}

#centro  {
	width:610px;
	height:400px;
}

#foto  {
	width:400px;
	height:400px;
	float:left;
}

#news  {
	width:200px;
	height:450px;
	background-repeat:no-repeat;  
	text-align:center;
}

#indirizzo {
	width:800px;
	height:19px;
}

.super {
	font-style: italic;
	font-weight: bold;
}

a:link {
	color:#D10000;
	text-decoration:none;
}

a:visited {
	color:#D10000;
	text-decoration:none;
}

a:hover {
	color:#FAD910;
	text-decoration:none;
}
a:active {
	color:#D10000;
	text-decoration:none;
}


