html, body {
text-align: center;
}
BODY {
	FONT-FAMILY: sans-serif;
	FONT-SIZE: 12px;
	FONT-weight: none;
	line-height:18px;
}
td {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;   PADDING-BOTTOM: 0px; MARGIN: 0px; BACKGROUND-COLOR: #fff; PADDING-TOP: 0px;
}

#artist {
width: 720px;
left:50px;
position: relative;
text-align:center;
border: solid #0cf 1px;
margin-bottom: 20px;
padding: 10px 25px 25px 25px;
}
.artistname {
FONT-SIZE: 18px;
FONT-weight: bold;
line-height:21px;
}

#contact {
FONT-FAMILY: Georgia, sans-serif;
FONT-SIZE: 15px;
FONT-weight: bold;
line-height:20px;
}
#itinerary {
line-height:17px;
}
.nav {
FONT-FAMILY: Georgia, sans-serif;
FONT-SIZE: 14px;
FONT-weight: bold;
line-height:19px;
}
a.nav:link, a.nav:visited {color: #39c; text-decoration:none; }
a.nav:active, a.nav:hover { color: #0cf; text-decoration:none; }
a:link {color: #39c;FONT-weight: bold; }
a:visited {color: #39c;FONT-weight: bold; }
a:active, a:hover { color: #0cf;FONT-weight: bold; }


.navmenu {
  margin: 0;
  border-top: 1px solid #000;
  border-left: 1px inset #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0;
  width: 160px;
  height: 106px;
BACKGROUND-COLOR: #fff;
  z-index: 999;
}



