body {
	background-color: #045072;
	margin:	0;
	padding: 0;
}
#back {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1170px;
	width: 1300px;
	z-index: 1;
}
#backRight {
	position: absolute;
	top: 0px;
	left: 800px;
	height: 1170px;
	width: 1300px;
	z-index: 1;
}
#manuscript {
	background: url(../images/manuscript.jpg) no-repeat;
	position: absolute;
	top: -30px;
	left: 75px;
	height: 1200px;
	width: 800px;
	z-index: 2;

}
#menu {
	background: url(../images/pageMenu.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 120px;
	height: 80px;
	width: 800px;
	z-index: 3;
}
#menu a {
	position: relative;
	top: 0px;
	left: 160px;
	height: 50px;
	width: 800px;	
	text-decoration: none;
}
#menu a span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 60px;
	background: #dbcdb3;
 	filter:alpha(opacity=60);
	opacity: 0.6;
	border: 1px solid #045072;
	font: 10px verdana bold;
	color: #000000;
	text-align: center;
}
a#home {
	position: absolute;
	top: 0px;
	left: 1px;
	width:200px;
	height: 100px;
}
a#home:hover {
	background: url(../images/pageLogo.png) no-repeat;
	border: none;
}
a#events {
	position: absolute;
	top: 31px;
	left: 217px;
	width:130px;
	height: 25px;
}
a#events:hover {
	background: url(../images/pageMenu-events.png) no-repeat;
	border: none;
}
a#ISing {
	position: absolute;
	top: 33px;
	left: 326px;
	width: 100px;
	height: 25px;
}
a#ISing:hover {
	background: url(../images/pageMenu-ISing.png) no-repeat;
	border: none;
}
a#chronicles {
	position: absolute;
	top: 31px;
	left: 417px;
	width: 200px;
	height: 25px;
}
a#chronicles:hover {
	background: url(../images/pageMenu-chronicles.png) no-repeat;
	border: none;
}
a#join {
	position: absolute;
	top: 33px;
	left: 583px;
	width: 75px;
	height: 25px;
}
a#join:hover {
	background: url(../images/pageMenu-join.png) no-repeat;
	border: none;
}
a#board {
	position: absolute;
	top: 44px;
	left: 656px;
	width: 75px;
	height: 20px;
}
a#board:hover {
	background: url(../images/pageMenu-note.png) no-repeat;
	border: none;
}
a#board:hover span {
	display: block;
	position: relative;
	top: 20px;
	left: -20px;
}
a#musicians {
	position: absolute;
	top: 24px;
	left: 686px;
	width: 24px;
	height: 20px;
}
a#musicians:hover {
	background: url(../images/pageMenu-note.png) no-repeat;
	border: none;
}
a#musicians:hover span {
	display: block;
	position: relative;
	top: 40px;
	left: -30px;

}
#submenu {
	position: absolute;
	top: 75px;
	left: 350px;
	height: 25px;
	width: 500px;
	z-index: 3;
}
	
#photoBG {
	position: absolute;
	top: 100px;
	left: 10px;
	height: 300px;
	width: 300px;
	z-index: 6;
	background: #ffffff;
 	filter:alpha(opacity=50);
	opacity: 0.5;
}
#photo {
	position: absolute;
	top: 120px;
	left: 30px;
	height: 260px;
	width: 260px;
	z-index: 7;
}
#photoBlock {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 215px;
	width: 140px;
}
#photoBlockRectangle {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 350px;
	width: 150px;
}
#albumBG-L {
	position: absolute;
	top: 100px;
	left: 10px;
	height: 765px;
	width: 320px;
	z-index: 6;
	background: #ffffff;
 	filter:alpha(opacity=50);
	opacity: 0.5;
}
#album-L {
	position: absolute;
	top: 120px;
	left: 30px;
	height: 260px;
	width: 260px;
	z-index: 7;
}
#albumBlock-L {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 680px;
	width: 170px;
}
#albumBG-R {
	position: absolute;
	top: 500px;
	left: 680px;
	height: 765px;
	width: 320px;
	z-index: 6;
	background: #ffffff;
 	filter:alpha(opacity=50);
	opacity: 0.5;
}
#album-R {
	position: absolute;
	top: 520px;
	left: 700px;
	height: 745px;
	width: 100px;
	z-index: 7;
}
#albumBlock-R {
	position: relative;
	float: right;
	height: 800px;
	width: 80px;
}
#contentBG {
	position: absolute;
	top: 150px;
	left: 150px;
	width: 650px;
	z-index: 4;
	background: #dbcdb3;

}
#content {
	margin: 20px 20px;
	padding: 10px 10px 10px 10px;
	background: #dbcdb3;
	border: 4px groove #045072;
	z-index: 5;
}
#contentBGwide {
	position: absolute;
	top: 120px;
	left: 115px;
	width: 720px;
	z-index: 4;
	background: #dbcdb3;

}
#contentWide {
	margin: 10px 10px;
	padding: 5px 5px 5px 5px;
	background: #dbcdb3;
	border: 4px groove #045072;
	z-index: 5;
}
#footer {
	position: absolute;
	top: 1135px;
	left: 200px;
	height: 0px;
	width: 600px;
	z-index: 13;

}
#footer, #submenu  {
	font-weight: bold;
	font-family: Verdana;	
	font-size: 14px;
	color: #045072;
	text-align: center;
}
a.plain:link {
	color: #045072;	
	text-decoration: none;
	text-align: left;
	border: none;
}
a.plain:visited {
	color: #045072;	
	text-decoration: none;
	text-align: left;
	border: none;
}
a.plain:hover {
	color: #045072;	
	text-decoration: none;
	text-align: left;
	border: none;
}
a.plain:active {
	color: #045072;	
	text-decoration: none;
	text-align: left;
	border: none;
}
a.plain img{
	border: none;
}
a:link {color: #045072;	text-decoration: none;}
a:visited {color: #045072; text-decoration: none;}	
a:hover {
	color: #000000;	
	text-decoration: none;
	background: #dbcdb3;
 	filter:alpha(opacity=60);
	opacity: 0.6;
	font-size: 12px;
	font-family: verdana;
	color: #000000;
	text-align: center;
}
a.footer:hover {
	color: #000000;	
	text-decoration: none;
	background: #dbcdb3;
 	filter:alpha(opacity=60);
	opacity: 0.6;
	font-weight: bold;
	font-size: 14px;
	font-family: verdana;
	color: #000000;
	text-align: center;
}
a:active {color: #045072; text-decoration: none;}


body	{
	font: 12px Verdana;
	color: black;
}
h1	{
	font: bold 24px Verdana;
	color: #045072;
}
h2	{
	font: bold 16px Verdana;
	color: #045072;
}
h2.centered {
	text-align: center;
}
.centered {
	text-align: center;
}
h2.blocked {
	margin-left: 225px;
}	
ol.twocolumns {
	width: 90%;
	list-style-type: none;
}
li.twocolumns {
	float: left;
	width: 50%;
}
br.twocolumns {
	clear: left;
}
div.twocolumns {
	margin-bottom: 1em;
}
li.twocolumnsR{
	text-align: right;
}
.song {
	text-decoration: underline;
}
.italiano {
	font-style: italic;
}
.reditaliano {
	font-style: italic;
	color: #Bf2525;
}

div.form {
	width: 95%;
	border: 1px solid #045072;
	padding: 5px;
}
div.concertGallery {
  	margin: 0px;
	padding: 5px;
  	border: 1px solid #ffffff;
  	height: auto;
  	width: auto;
  	float: left;
}	
div.concertGallery img {
	margin: 1px;
	padding: 1px;
 	display: inline;
 	border: 1px solid #ffffff;
}
div.concertGallery a:hover img {
	border: 1px solid #045072;
}
img.floatR {
	float: right;
	border: 1px solid #ffffff;
	padding: 2px;
}
span.under {
	text-decoration: underline;
}
div.satb {
	position: relative;
	height: auto;
	width: 100%;
	margin: 1px;
	padding: 1px;
	border: none;
}
	
div.satbGallery {
  	margin: 0px;
	padding: 5px;
  	border: 1px solid #ffffff;
  	height: auto;
  	width: auto;
  	float: left;
}	
div.satbGallery img {
	margin: 1px;
	padding: 1px;
 	display: inline;
 	border: 1px solid #ffffff;
}
div.satbDesc {
  	text-align: center;
 	 font-weight: normal;
	font-size: xx-small;
}
div.satbLeader {
  	margin: 0px;
	padding: 5px;
 	border: 1px solid purple;
  	height: auto;
  	width: auto;
  	float: left;
}
div.satbLeader img {
	margin: 1px;
	padding: 1px;
 	display: inline;
 	border: 1px solid purple;
}
div.satbManager {
  	margin: 0px;
	padding: 5px;
 	border: 1px solid purple;
  	height: 130px;
 	width: 105px;
  	float: right;
}
div.satbManager img {
	margin: 1px;
	padding: 1px;
 	display: inline;
 	border: 1px solid purple;
}
br.clear {
	clear: both;
}