/* CSS Document */
body.home{
	background:url(../images/bg.jpg) fixed;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Verdana;
	color:#636F07;
	font-size:16px;
	}

body.gall{
	background:url(../images/bg-gall.jpg) fixed;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Verdana;
	color:#0071BC;
	font-size:16px;
	}

body.cont{
	background:url(../images/bg-cont.jpg) fixed;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Verdana;
	color:#000;
	font-size:16px;
	}


a.home:link {color: #636F07;}     /* unvisited link */
a.home:visited {color: #636F07;}  /* visited link */
a.home:hover { color:#636F07;}   /* mouse over link */
a.home:active {color: #636F07;}   /* selected link */ 


a.gall:link {color: #0071BC;}     /* unvisited link */
a.gall:visited {color: #0071BC;}  /* visited link */
a.gall:hover { color:#0071BC;}   /* mouse over link */
a.gall:active {color: #0071BC;}   /* selected link */ 

	
#contenuti{
	margin:auto;
	width:813px;
	margin-top:50px;
	/*background:#fff;*/
	/*background:url(images/dx.png) top right repeat-y ;*/
	height:500px;
	min-height:500px;
	position: relative;
	vertical-align:top;}

#top{
	height:180px;
	min-height:180px;
	background: url(../images/top.png) top right no-repeat ;
	text-align:center;
	width:813px; }
	
#cont{
	margin:auto;
	width:813px;
	background:url(../images/ombra.png) top repeat-y ;
	/*position: relative;
		height:500px;
	min-height:500px;

	*/
	vertical-align:top;
	}

#menu{
	background: url(../images/menu.jpg) no-repeat  center;
	height:25 px;
	min-height:25px;
	width:789 px;
	vertical-align:middle;
	margin:auto;
	}

#menuGall{
	background: url(../images/menu-gall.jpg) no-repeat  center;
	height:25 px;
	min-height:25px;
	width:789 px;
	vertical-align:middle;
	margin:auto;
	}

#menuCont{
	background: url(../images/menu-cont.jpg) no-repeat  center;
	height:25 px;
	min-height:25px;
	width:789 px;
	vertical-align:middle;
	margin:auto;
	}
		
#menuLeft{
	float:left;
	width:555px;
	text-align:right;
	}
	
#menuRight{
	float:left;
	text-align:right;
	width:220px;

	}
	
#left{
	
	/*
	min-height:143px;
	height:143px;	
	*/
	float:left;
	padding-top:20px;
	width:318px;
	margin-right:0px;
	}
#right{
	
	margin:0px;
	padding-top:20px;
	padding-right:45px;
	width:444px;
	margin-left:319px;
	 }

#fondo{
	margin:auto;
	width:813px;
	height:170px;
	min-height:170px;
	background:url(../images/fondo.png) top no-repeat;
	vertical-align:top;
	text-align:center;
	font-size:11px;}

