body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(../img_event/strappo4.gif);
	background-repeat: repeat;
}
h1, h2 {
	color: #372F1C;
}

.oneColFixCtrHdr #container #menu_lang {
	margin: 1px 0 0 0;
}
.oneColFixCtrHdr #container {
	width: 798px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(../img_event/sfondo_event.gif);
	padding: 0px 65px 0 65px;
}
.oneColFixCtrHdr #container #menu_lang {
}
.oneColFixCtrHdr #header {
	height: 198px;
	background-image: url(../img_event/bannerConcerto_event.jpg);
	background-repeat: no-repeat;
}
.programma {
	background-color: #C7B48B;
	padding-left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DBCDB0;
	border-right-color: #BDA777;
	border-bottom-color: #BDA777;
	border-left-color: #DBCDB0;
	background-image: url(../img_event/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
