/* CSS Document */

html,body
{
margin:0;
padding:0;
font-size:11px;
color: #000000;
font-weight:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top: 15px;
}
a:link, a:visited,a:active
{
color: #000;
text-decoration:none;
font-size:11px;	
}
a:hover
{
color: #A41C1F;
text-decoration:underline;
font-size:11px;	
}
h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;
}

/*------------------------------------------------header--------------------*/
#header ul{
	background:url(images/barra.gif) 0 0 no-repeat;
	width:auto;
	height:29px;
	position:absolute;
}
#header ul li{
	background:url(images/nav_div.gif) right top no-repeat;
	height:27px;
	float:left;
	list-style:none;
	padding:0 1px 0 0;
}
#header ul li a{
	display:block;
	background:url(images/nav_bg.gif) 0 0 repeat-x;
	padding:0 19px;
	font:bold 11px/27px Arial, Helvetica, sans-serif;
	color:#344A04;
	background-color:inherit;
	text-decoration:none;
}
#header ul li a:hover{
	background:url(images/nav_hover.gif) 0 0 repeat-x;
	color:#D4A66F;
	background-color:inherit;
}
#header ul li a.hover{
	display:block;
	background:url(images/nav_hover.gif) 0 0 repeat-x;
	color:#000000;
	padding:0 14px;
	font:bold 11px/27px Arial, Helvetica, sans-serif;
	background-color:inherit;
	text-decoration:none;
	cursor:text;
}
#header ul li.last{
	background-image:none;
	height:27px;
	float:left;
}

/* INIZIO BOX CENTRALE */
.container
{
width:1000px;
height:100%;
}
.content
{
background: #FFFFCC;
border-left: 2px solid #D4A66F;
border-right: 2px solid #D4A66F;
height:auto;
height:auto;
width:986px;
padding:5px;
margin:0 auto;
}
.sinistra
{
background: #FFFFCC;
height:auto;
height:100%;
width:290px;
padding:5px;
position: left;
}
.destra
{
background: #FFFFCC;
height:auto;
height:100%;
width:685px;
padding:5px;
position: right;
margin-left:300px;
margin-top:-340px;
}
.footer
{
height:30px;
background:#FFFFCC;
border-left:2px solid #D4A66F;
border-right:2px solid #D4A66F;
width:996px;
margin:0 auto;
}
*
{
	margin: 0;
	padding: 0;
}

#rotator
{
	border: 1px solid #000;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 280px;
	height: 250px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 280px;
	height: 250px;
}

p
{
	text-align: center;
}

.box_titolo
{
background: #D4A66F;
border-left: 2px solid #D4A66F;
border-right: 2px solid #D4A66F;
margin-bottom:5px;
padding-top:2px;
height:20px;
width:280px;
}

/* SCRITTE */
#.titolo_pagine
{

font:bold 32px/32px Arial, Helvetica, sans-serif;
}

p.cont_pagine{
	margin:2px;
	padding:0;
	float:left;
	text-align:justify;
	font-size:12px;
	color: #000000;
	font-weight:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p.cont_pagine img{
	float:left;
	margin:0 8px 0 0;
}

p.cont_pagine img.rimg{
	float:right;
	margin:5px 0 0 8px;
}