*{padding: 0; margin: 0;}
/*colore sfondo main: ffffdf */
/*colore titolo rosso scuro: 9b2f2f */
/*arancione: f18c56 */
/*rosa link: ea6017 */
/*box sfondini f4decf */
/*link scuri 873002 */

html, body {
	height:100%;
}

body {
	margin:0 auto;
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	background:#ffffdf url(images/sfondo2.jpg) fixed repeat-x top;
}

#container {
	margin:0 auto;
	width:760px;
	height:100%;
}

#estrellas {
	position:fixed;
	width:129px;
	height:75px;
	background:url(images/estrellas.gif);
	bottom:0px;
	right:0px;
}

#headerSfondo {
	position:absolute;
	top:0px;
	left:0px;
	background:url(images/headerSfondo.jpg) repeat-x;/*per vedere le query disattivare sta riga*/
	width:100%;
	height:173px;
}

#header {
	position:relative;
	padding:0;
	margin:0;
	width:760px;
	height:163px;
}

#menu {
	position:relative;
	left:0px;
	top:42px;	
	text-align:right;
	color:#b85757;
}

#menu a {
	color:#fff;
	text-decoration:none;
	width:30px;
	font-weight:bold;
}

#menu a:hover {
	color:#bb0000;
	text-decoration:underline;
}

#menu2 {
	position:relative;
	top:0px;
	float:right;
	height:32px;
	width:609px;
	text-align:right;
}

#main {
	margin:0 auto;
	width:760px;
	font-family: tahoma;
	background:url(images/sfondoMain.gif) repeat-y;
}

#centerUp {
	margin:0 auto;
	width:504px;
}

#centerDown {
	margin:0 auto;
	width:504px;
}

#centerUp div.page {
	position:relative;
	text-align:right;
	right:3px;
}

#left {
	position:relative;
	float:left;
	width:127px;
	margin:0;
	margin-top:-36px;
}

#right {
	position:relative;
	float:right;
	width:127px;
	top:-36px;
	margin-bottom:-36px;
}

#center {
	float:left;
	width:504px;
	margin-left:1px;
}

#center div.main {
	background:url(images/boxCenter.gif) #ffffe9 repeat-y;
	font-size: 12px;
}

#center div.contenuti {
	padding-left:5px;
	padding-right:5px;
}

div.rettangoli {
	width:127px;
	margin-bottom:3px !important;
	margin-bottom:0px;
}

div.rettTop {
	width:127px;
	height:36px;
	background:url(images/box2Top.gif) no-repeat;
}

#centerUp div.page, div.rettPage {
	position:relative;
	top:7px;
}

#centerUp div.page, div.rettPage span {
	color:#9b2f2f;
	font-weight:bold;
}

#centerUp div.line, div.line {
	margin-top:5px;
}

div.rettMain {
	padding-left:3px;
	padding-right:3px;
	background:url(images/box2Center.gif) #ffffe9 repeat-y;
}

div.rettBottom {
	width:127px;
	height:8px;
	background:url(images/box2Bottom.gif) no-repeat;
}

#footer {
	clear:both;
	margin:0 auto;
	margin-top:3px !important;
	margin-top:0px;
	background:url(images/footer.gif) no-repeat;
	width:504px;
	height:50px;
	color:#000;
	font:normal 9px verdana;
}

#footer a {
	text-decoration:none;
	color:#bb0000;
	border-bottom:1px dotted;
}

#footer a:hover {
	color:#ff9966;
	border-bottom-style:solid;
}

#calendar {
	font-family:tahoma;
	font-size:9px;
	color:#000000;
	text-align:center;
}

#calendar a {
	font-family:verdana;
	font-weight:bold;
	text-decoration:none;
	color:#650004;
}

#calendar table.mese td {
	/*background-color:#000000;*/
}

#calendar table.giorni td {
	border: solid 1px #f18c56;
  background-color:#ffe4c5;
	width:19px;
	height:16px;
	color:#000000;
}