html
{
	font: normal 12px Arial, sans-serif;
}

div#concerts {
	background: transparent url("/img/concerts-09-10.jpg") center top no-repeat;
	padding: 90px 125px;
}

div#concerts[id] { width: 310px; }

div#concerts { _width: 100%; }

    div#concerts h1 {
		font-size: 1px;
		visibility: hidden;
	}

    div#concerts ul {
        margin: 0 auto 25px;
    }
    
        div#concerts ul li { margin-bottom: 5px; }
		
		#concerts .pieces {
			font-weight: normal;
			padding-left: 17px;
			font-size: 12px;
			margin-bottom: 15px;
		}
		
			#concerts .pieces li {
				font-weight: normal;
				list-style: circle;
				margin-bottom: 3px;
			}
		
			#concerts ul li p {
				font-weight: normal;
				margin: 0 0 10px 3px;
				text-align: left;
			}
			
				#concerts ul li ul {
					font-weight: normal;
					padding-left: 17px;
					font-size: 11px;
					margin-bottom: 15px;
				}
			
					#concerts li ul li {
						font-weight: normal;
						list-style: circle;
						margin-bottom: 3px;
					}
			
        
    div#concerts p {
        margin: 0 auto 20px;
        font-family: Arial, sans-serif;
        text-align: center;
    }
	
	#concerts p.title {
		font-size: 14px;
		margin-top: 10px;
		font-weight: bold;
	}
	
	#concerts h3 { 
		text-decoration: underline;
		text-align: center;
	}