body {
	border-top: 25px solid #9e0b0e;
	border-bottom: 25px solid #9e0b0e;		
	padding: 0;
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px auto;
	font-size: 13px;
}


.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
z-index:-1;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

.rosa_scuro {
	background: #DEDCDE;
}
.rosa_medio {
	background: #ffcfd4;
}
.rosa_chiaro {
	background: #FC747D;
}

h1 {
	margin: 0 0 15px 0;
	padding: 0;
	padding-bottom: 7px;
	color: #9e0b0e;
	font-weight: bold;
	border-bottom: 4px solid #9e0b0e;
	font-size: 16px;
}

h2 {
  	color: #9e0b0e;
	font-size: 14px;
}

p, blockquote, ol, ul {
	line-height: 180%;
	font-size: .9em;
}

a {  color: #9e0b0e;
	text-decoration: none;
}

a:hover {
	border: none;
}


/* Content */

#content {
	width: 643px;
	margin: 0 auto;
}




/* Logo */

#logo {
	position: absolute; 
	top: 0px;
	z-index: 20000;
}

/* Header */

#header {
	height: 25px;
	width: 759px;
	margin: 37px auto 25px auto;
	height: 277px;
	position: relative;
}
#header_gallery {
	width: 759px;
	margin: 37px auto 25px auto;
	height: 90px;
	position: relative;
}
/* Menu */
#menu {
	background:  #fff;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	position: absolute;
	bottom: -1px;
	width: 759px;
	padding: 15px 10px 10px 10px;
	text-align: center;
	font-size: 12px;
	margin:0;
	z-index: 20500;
}


#menu a {
	display: inline;
	background: none;
	color: #000;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px 3px 15px 3px;
}

#menu a:hover, #menu .active a {
	color: #666;
}
/* Menu basso*/
#menubasso {
	font-size: 11px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #9e0b0e;
}


#menubasso a {
	display: inline;
	background: none;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px 3px 15px 3px;
}

#menubasso a:hover, #menubasso .active a {
	color: #666;
}
/* Footer */

#footer {
	margin: 20px 0 0 0;
	padding: 0;
	color: #9e0b0e;
	padding-top: 10px;
		border-top: 2px solid #9e0b0e;
}
