body {
	font-family: Georgia, serif;
	background: #FFFFFF url(../images/background2.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

h1,h2,h3 {
	font-size: 28px;
	margin: 0px;
	color: #666633;
        text-shadow: #494926 0px 1px 1px;
}

h2 {
	font-size: 20px;	
}
h3 {
	font-size: 18px;	
}

a, a:active, a:focus, a:hover, a:visited {
	color: #990033;
	font-weight: bold;
}

div.foto_coro {
	padding-top: 30px;
	color: #990033;
	font-size: 36px;
	font-weight: bold;
	font-family: Georgia, serif;
	margin-top: 20px;
	background: url(/images/coro2.jpg);
	background-repeat: no-repeat;
	margin: 10px auto 0px;
	width: 720px;
	height: 280px;
        text-shadow: #000 0px 1px 1px;
}

#menu {
	background-color: #990033;
	padding: 8px;
	color: #cccc99;
	margin-top: 10px;
}
#menu a {
	color: #ffffff;
	font-weight: bold;
        text-shadow: #601C20 0px 1px 2px;
}

div.contenuto {
	margin: 30px auto 0px;
	text-align: left;
	width: 700px;
	font-size: 18px;
}
div.sinistra {
	float: left;
	text-align: right;
	width: 200px;
}
div.destra {
	float:right;
	width:450px;
	font-weight: normal;
	line-height: 140%;
}

div.sinistra50 {
	float: left;
	text-align: left;
	width: 325px;
}
div.destra50 {
	float:right;
	text-align: left;
	width: 325px;
}

div.separatore {
	clear: both;
	margin:0px;
	padding:30px 0pt 0pt;
}

div.separatore2 {
	clear: both;
	margin:0px;
	padding:0px;
}

div.footer {
	font-size: 11px;
	margin: 40px 0px 20px 0px;
	color: #666633;	
	text-align: center;
	font-weight: bold;
}
div.footer hr {
	width: 600px;
	height: 1px;
	background-color: #666633;
	border: 0px;
}

img.foto {
	border: 1px solid #000;
}

img.floatRight {
	float: right;
	margin: 4px;
}

td {
	vertical-align: top;
}

input, textarea {
	border: 1px solid #666633;
	font-size: 18px;
	font-family: Georgia, serif;
}
input.bottone {
	background-color: #f0f0f0;
}

#form_contattaci {
	margin: 10px 0px 10px 0px;
	font-size: 18px;
}

div.center {
	text-align: center;
}

.fieldWithErrors input, .fieldWithErrors textarea {
	border-color: red;
}
.formError {
	color: red;
}

img.album {
	border: 1px solid black;
}

div.traccia {
	margin-bottom: 10px;
}

table.coristi {
	width: 100%;
}

table.coristi tr td {
	font-size: 17px;
	padding-right: 5px; 
}
table.coristi tr th {
	font-size: 18px;
	padding-right: 5px; 
	color: #666633;
}

ul.date p {
  padding-bottom: 0px;
  margin-top: 0px;
}

ul.date li {
  padding-bottom: 20px;
}

div.date img {
  border: 0px;
}

div.notice {
    margin-top: 10px;
    padding: 20px;
    background-color: green;
    color: #fff;
    font-weight: bold;
}

div.error {
    margin-top: 10px;
    padding: 20px;
    background-color: red;
    color: #fff;
    font-weight: bold;
}