/* CSS declarations */
* {	padding: 0px;	margin: 0px;}

body {font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
color:#424242;
background-color: #d9d9d9;
}

a{  text-decoration: none;
	color: #75ff86;
}

/* My Comment */
a:hover{text-decoration:underline;
color: #3d8b49;	
}

#wrapper {margin: auto;
background:url(image/music0916d.gif) no-repeat;
    width: 900px;
	font-size: 12px;
	height: 1200px;
	color: #0b2f1d;
	line-height:16px;
}

#address{position: absolute;
	margin-left:20px;
	margin-top: 10px;
	width: 250px;
	font-style: italic;
	border-top-style: solid;
	border-top-width: 2px;
	line-height: normal;
}

#ticketprices{position: absolute;
	margin-left: 20px;
	top: 190px;
	width: 250px;
	font-style: italic;
	border-top-style: solid;
	border-top-width: 2px;
	
}

#concert1{position: absolute;
	margin-left: 320px;
	margin-top: 10px;
	width: 250px;
	border-top-style: solid;
	border-top-width: 2px;
	
}
#concert2{position: absolute;
	margin-left:320px;
	top: 190px;
	width: 250px;
	border-top-style: solid;
	border-top-width: 2px;
	
}

#concert3{position: absolute;
	margin-left: 320px;
	top: 370px;
	width: 230px;
	border-top-style: solid;
	border-top-width: 2px;
	
}

#concert4{position: absolute;
	margin-left: 620px;
	margin-top: 10px;
	width: 230px;
	border-top-style: solid;
	border-top-width: 2px;
	
}
#concert5{position: absolute;
	margin-left: 620px;
	top: 190px;
	width: 250px;
	border-top-style: solid;
	border-top-width: 2px;
	
}

#concert6{position: absolute;
	margin-left:620px;
	top: 370px;
	width: 250px;
	border-top-style: solid;
	border-top-width: 2px;
	
}
.artist{
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
.masterclass{
	font-size: 12px;

}

.building{font-size: 14px;
    font-weight: bold;
	font-style: italic;
	line-height: 18px;
}

.ticketTitle{font-size: 14px;
line-height:18px ;
	font-weight: bold;
	font-style: italic;
}

