/* CSS Document */

body {
	text-align:center;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.4em;
}

#container{
	margin:auto;
	text-align:center;
	width:765px;
}

#titleMessage{
	color: #333333;
	font-size:110%;
	text-align:left;
	margin:25px 0 0 0;
	line-height: 1.4em;
}
#titleMessage td{
	padding:0 40px 0 40px ;
	text-align:justify;
}
#titleMessage .fistLetter{
	font-size:200%;
	float:left;
}

#date{
	margin:50px 0 10px 0 ;
	color:#0065A8;
	font-size:170%;
	font-weight:bold;
	line-height:1.2em;
}
#details{
	margin:0 0 30px 0 ;
	color:#0065A8;
}


#performerInfo{
	margin:auto;
	width:650px;
}

#performerInfo td{
	color:#333333;
	padding:0 30px 40px 30px;
	text-align:left;
}

#performerInfo td .links{
	margin:0 0 5px 0;
}
#performerInfo .bar{
	padding:0 0 30px 0;
	text-align:center;
}

#performerInfo h3{
	color:#0065A8;
	font-size:130%;
	margin:0 0 0px 0;
}


#fotter{
	height:97px;
	background:url(images/footer.jpg) no-repeat 0 0;
}