body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:  Arial, Sans-Serif;
	background: #690012 url(images/bg1.png) no-repeat center;
	color: #333;
	text-align: center middle;
	}
	
	a {
	color: #750016;
}

a img {
	border: none;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 960px;
	border: 3px solid white;
	background-color: white;
	text-align: left;
}

#content {
	font-size: 1.2em
}
#colonna1 {
	vertical-align: top;
	width: 323px;
	height: 572px;
	background-color: white;

	/* */
	
	background-repeat: no-repeat;
}
#colonna2 {
	vertical-align: top;
	background-image: url(images/bgSidebar.png);
	
	width: 166px;
	border-right: 3px solid white;
	background-position: top center;
	background-color: #b9012d;
}
#colonna3 {
	vertical-align: top;
	background-color: white;
	
	background-repeat: no-repeat;
	padding: 15px 0px 0px 10px;
}

#colonna3_home {
	vertical-align: top;
	background-color: white;
	padding: 15px;
	background-image: url(images/bgHome1.jpg);
	border-right: 3px solid white;
	font-weight: bold;
	padding-top: 220px;
	background-position: top center;
}

#colonna3_home div {
	color: white;
	text-align: center;
		font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#colonna4 {
	height: 572px;
	vertical-align: top;
	background-color: white;
	width: 437px;
	background-image: url(images/immagineHomepage1.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

/* MENU CENTRALE ------------------------------------------------ */
#centerMenu {
	/* margin-top: 250px; */
	margin-left:-5px;

}
#centerMenu ul, #centerMenu ul li ul {
	text-align: center;
	list-style: none ;
	margin: 0px;
	padding: 0px;
	
}


#centerMenu img { 
	border: 0px !important;
}
#centerMenu a {
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#centerMenu ul ul li { 
	margin-bottom: 5px;
	line-height: 16px;
}
#centerMenu a:hover {
	text-decoration: none;
	color: #3E0404;
}

.centerMenuSeparatorUp {
/**/
	background-image: url(images/sideBarSeparator_up.gif);
	height: 30px;
	background-position: center;
	
}
.centerMenuSeparatorDown {
/**/
	background-image: url(images/sideBarSeparator_down.gif);
	height: 30px;
	background-position: center;
	
}

/* FOOTER  ------------------------------------------------ */
#footer {
	/* background-color: #770117; */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: white;
}
#footer {
	text-align: center;
}
#footer a {
	color: white;
	text-decoration: underline;
}

.entry-page iframe {
	border: 3px solid #cccccc;
}

/* CONTENUTO PAGINA ------------------------------------------------ */

.post {
		padding: 0px;
	margin: 0px;
}
.post h2 {
	color: #B9012D;
	background-color: white;
	display: inline;
	padding-right: 10px;
}
.post h2 a {
		color: #B9012D;
	background-color: white;
		background-color: white;
	display: inline;
}

.postTitle {
	background-image: url(images/titleBackground.png);
	background-position: right;
	display: block;
}

.postTitle h2{
	font-family: Times, Arial, Helvetica, sans-serif;
	font-size:20px;
}

.entry-page {
margin-top: 15px;
	font-family: Times, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	overflow: auto;
	height: 506px;
	padding-right: 10px;
	/* */
	scrollbar-face-color: #DDD;
	scrollbar-base-color: #DDD;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	scrollbar-shadow-color: #DDD;
	scrollbar-highlight-color: #DDD;
	scrollbar-3dlight-color: #DDD;
	scrollbar-darkshadow-Color: #DDD;
}

.entry-page img {
	vertical-align: middle;
	border: 3px solid #DDD;
	margin-bottom: 4px;
	margin-right: 2px;
	
}

h2.pagetitle {
	margin: 0px;
	margin-top:0px;
	color: #B9012D;
	background-color: white;
	display: inline;
	padding-right: 10px;
}

/* LANGUAGE SWITCHER */
ul#languageSwitcher{
	list-style: none;
}
ul#languageSwitcher li{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 13px;
}
ul#languageSwitcher li a{
	text-decoration: none;
	
}
ul#languageSwitcher li a:hover{
	text-decoration: underline;
	
}
