body {
margin:0;
padding:0;
font: normal 100% arial,helevetica,sans-serif;
text-align: left;
background-color: #000;
}

html {
font-size: 100%;
}


#header {
height: 40px;
width: 441px;
margin: 20px 0 0 40px;
background-image: url(../images/temp/micah_dalton_header.png);
background-repeat: no-repeat;
}

/********** CONTAINER **********/ 
#container {
height: auto;
width: 440px;
margin: 20px 0 0 40px;
padding: 0;
background-color: #transparent;
background-image: url(../images/temp/transparent_bg.png);
background-repeat: repeat;
border-width: 1px;
border-style: solid;
border-color: #b4b4b4;
}


/********** SHOWS SECTION **********/ 
#shows {
height: auto;
width: 400px;
margin: 20px 0 0 20px;
padding: 0;
background-color: transparent;
}

#shows h1 {
width: 400px;
height: 30px;
background-image: url(../images/temp/tour_dates_header.png);
background-repeat: no-repeat;
font-size: 14px;
font-weight: normal;
text-align: left;
text-indent: -9999px;
margin: 0;
padding: 0;
line-height: 100%;
border-bottom: 1px dotted #fff;
}


#shows table {
margin: 10px 0 0 0;
padding: 0;
}

#shows th {
font-size: 11px;
color: #fff;
font-weight: normal;
text-align: left;
margin: 0;
padding: 10px 0 5px 0;
background-color: transparent;
}

#shows td {
font-size: 12px;
color: #fff;
text-align: left;
background-color: transparent;
padding: 8px 0 8px 0;
vertical-align: top;
}

#shows td.date {
text-align: left;
width: 55px;		
}

#shows td.time {
text-align: left;
width: 55px;		
}

#shows td.venue {
text-align: left;
width: 170px;		
}

#shows td.city {
text-align: left;
width: 70px;		
}


/********** LINKS **********/
#links {
height: auto;
width: 400px;
margin: 15px 0 0 20px;
padding: 0;
background-color: transparent;
}

#links h1 {
width: 400px;
height: 30px;
background-image: url(../images/temp/links_header.png);
background-repeat: no-repeat;
font-size: 14px;
font-weight: normal;
text-align: left;
text-indent: -9999px;
margin: 20px 0 0 0;
padding: 0;
line-height: 100%;
border-bottom: 1px dotted #fff;
}

#links p {
margin: 0;
padding: 10px 0 0 0;
font-size: 12px;
color: #fff;
text-align: left;
line-height: 200%;
text-transform: uppercase;	
}

#links a:link {
color: #fff;
text-decoration: none;
font-style: normal;
}

#links a:visited {
color: #fff;
text-decoration: none;
font-style: normal;
}

#links a:hover {
color: #fff;
text-decoration: underline;
font-style: normal;
}

#links a:active {
color: #fff;
text-decoration: none;
font-style: normal;
}

/********** PURCHASE MUSIC **********/
#music{
height: auto;
width: 400px;
margin: 15px 0 0 20px;
padding: 0;
background-color: transparent;
}

#music h1 {
width: 400px;
height: 30px;
background-image: url(../images/temp/music_header.png);
background-repeat: no-repeat;
font-size: 14px;
font-weight: normal;
text-align: left;
text-indent: -9999px;
margin: 20px 0 0 0;
padding: 0;
line-height: 100%;
border-bottom: 1px dotted #fff;
}

#music p {
margin: 0;
padding: 10px 0 20px 0;
font-size: 12px;
color: #fff;
text-align: left;
line-height: 200%;
text-transform: uppercase;	
}

#music a:link {
color: #fff;
text-decoration: none;
font-style: normal;
}

#music a:visited {
color: #fff;
text-decoration: none;
font-style: normal;
}

#music a:hover {
color: #fff;
text-decoration: underline;
font-style: normal;
}

#music a:active {
color: #fff;
text-decoration: none;
font-style: normal;
}