/* CSS Document */

html,body,p{
	margin:0;
	padding:0;
}

html{
	width:100%;
	height:100%;
}

body{
	width:100%;
	height:100%;
	background:#FFF url(images/bg_pages.gif);
	font:normal 14px "Trebuchet MS";
	color:#000;
}

*:first-child+html{
	overflow:auto;
}

p{
	margin:10px 0 10px 0;
	line-height:22px;
	clear:both
}

a{
	color:#233b84;
}

a:hover{
	color:#d50021;
}

#contenitore{
	z-index:1;
	width:760px;
	min-height:100%;
	margin:0 auto;
	padding:0;
	background:#FFF url(images/bg_contenitore.gif) bottom no-repeat;
}

#contenuti{
	position:relative;
	overflow:auto;
	padding:0 10px 100px 10px;
}

#contenuti h2
{
color:#990000;
font-size:24px;
border-bottom:#990000 1px solid;
margin: 5px 0 0 0
}


#menu
{
	width:182px;
	float:left;
	background:#FFF url(images/bg_menu.gif) top repeat-x;
}

#menu ul, #contenuti ul
{
	list-style:none;
	margin:0;
	padding:0 5px 0 5px
}

#menu ul li
{
	height:36px;
	border-bottom:#FFFFFF 1px solid;
	line-height:36px
}

#contenuti ul li
{
	border-bottom:#CCCCCC 1px solid;
	line-height:24px;
}


#menu ul li a
{
color:#673908;
text-decoration:none;
font-size:18px
}



#indirizzo{
	margin:0 auto;
	color:#666666;
	line-height:16px;
	text-align:center;
}

#head{
	background:#FFF url(images/top_bg.jpg) no-repeat;
	height:160px
}

#head h2
{
	display:none
}

.leftimg
{
	float:left;
	margin: 0 5px 5px 0;
	border:#ffcc33 4px double
}

.rightimg
{
	float:right;
	margin: 0 0 5px 5px;
	border:#ffcc33 4px double
}


.gallery{
	width:558px;
	margin-top:10px
}

.gallery img{
	float:left;
	width:100px;
	height:75px;
	margin:0 7px 7px 0;
	border:#ffcc33 2px solid}
p.special
{
	margin:10px 0 10px 0;
	line-height:24px;
	clear:both
}

p.special img
{
	float:left;
	margin: 0 5px 5px 0;
}

