/***********************************************/
/* home page formatting                        */
/***********************************************/

/*************** right sidebar *****************/

.ms_name {
	position:absolute; 
	left:513px; 
	top:161px; 
	width:177px; 
	height:54px; 
	z-index:1;
	background-image:url(../images/ms_name.gif);
	background-repeat: no-repeat;
	border: 1px none #000000;
}
.condFlipbook{
	position:absolute; 
	left:513px; 
	top:241px; 
	width:167px; 
	height:112px; 
	z-index:1; 
	background-image: url(../images/conduct_flipbook.jpg); 
	border: 1px none #000000;
}
.nextConcert {
	font-size: 12pt;
	left: 513px;
	top: 393px;
	position: absolute;
	width: 167px;
}
.nextConcertTitle {
	font-size: 14pt;
	font-weight: bold;
	position: relative;
}

/************* body text **************/

.bodyBlock {
	position: absolute;
	z-index: 500;
	left: 120px;
	top: 123px;
	width: 351px;
	background-image: url(../images/separator_vert_narrow.gif);
	background-repeat: repeat-y;
}
.bodyText {
	position: relative;
	z-index: 500;
	padding: 25px;
	top: 75px;
}
.bodyTextHead {
	font-size: 14pt;
	font-weight: bold;
}
.bodyTextDate {
	font-style: italic;
}
.siteInfo {
	clear: both;
	font-size: 75%;
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
.ss2logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
