/** Fonts **/
@font-face {
	font-family: myKids;
	src: url(Kidsn.ttf);
}

/** General Styles **/
body {
	 background-color:#ffffff;
	 background-image: url("musicbg54.gif");
}

img {
	margin: auto;
	width: 50%;
	display: block;
}

table {
	width: 800px;
	margin: auto;
}

td {
	text-align: left;
}
section {
	text-align: center;
}

/** ID's **/
#map_canvas {
	width:500px;
	height:400px;
}

/** Classes **/
P.para {
    TEXT-INDENT: 2em;
}

p.verse {
	text-align: left;
	font-style: italic;
}

LI.title {
    FONT-WEIGHT: bolder;
}

LI.norm {
    FONT-WEIGHT: normal;
}

table.concert {
    WIDTH: 700px;
    HEIGHT: 275px;
    border-style: ridge;
    border-width: 14px;
    border-color: rgb(200,200,200);
}