/* CSS Document */

body 
{
background-color:#000000;
color:#ffffff;
background-image:url(images/black_blue_bg.jpg);
background-position:top;
background-repeat:repeat-x;
}

#wrapper
{
width:800px;
height:580px;
margin:auto;
margin-bottom:10px;
background-color:#000000;
border:solid 2px #00FFFF;
text-align:center;
}

#banner 
{
text-align:center;
height:160px;
width:800px;
}

#content
{
width:800px;
height:350px;
}

#icons
{
height:70px;
width:800px;
}

#footer 
{
width:800px;
margin:auto;
color:#FFFFFF;
text-align:center;
}


a {
color:#00FFFF;

}

a:hover {
color:#00ffff;

}



#navbar {
text-align:center;
}

#schedulecontent {
color:#FFFFFF;
margin-left:100px;
margin-right:100px;
margin-top:40px;
padding-left:140px;
padding-right:140px;
padding-bottom:10px;
}

#schedulecontent h2{
text-align:center;
}

#email_section
{
text-align:center;
margin-top:34px;
}

.date {
background-color:#9900FF;
color:#FFFFFF;
display:block;
padding-left:10px;
}

#email {
color:#9900FF;
text-align:center;
vertical-align:text-top;
margin-top:40px;
}

#description {
color:#FFFFFF;
text-align:center;
margin-top:40px;
margin-bottom:40px;
}

#bandphoto {
text-align:center;
color:#FFFFFF;
}

#names {
color:#9900FF;
text-align:center;
}

#names a {
color:#9900FF;
font-weight:bold;
}

#names a:hover {
color:#00FFFF;

}
