html,body {
background-image:url(graphics/bg.gif);
background-position: top;
background-repeat: repeat-x;
margin: 0px;
}

#container {
width: 770px;
position: relative;
left: 50%;
margin-left: -385px;
padding-top: 0px;
}


#content {
width: 770px;
background-image:url(graphics/bandfest_logo.gif);
background-position:top;
background-repeat:no-repeat;
}

#content A{
color: #055388;
text-decoration:underline;
}

#content A:hover{
color: #36413e;
text-decoration:underline;
}

#dates {
background-image: url(titles/dates.gif);
background-position:bottom;
background-repeat:no-repeat;
width: 770px;
height: 49px;
padding-top: 161px;
}

#titles {
background-image: url(titles/titles.gif);
background-position:bottom;
background-repeat:no-repeat;
width: 770px;
height: 76px;
}

#left {
float: left;
width: 464px;
background-color:#FFFFFF;
padding-left: 25px;
padding-right: 25px;
font-family: georgia;
font-size:12px;
line-height: 17px;
color: #414141;
text-align: justify;
}

#left_small {
width: 464px;
background-color:#FFFFFF;
font-family: georgia;
font-size:11px;
line-height: 16px;
color: #414141;
text-align: justify;
}

#right {
background-image:url(graphics/sidebg.jpg);
background-position:bottom;
background-repeat:no-repeat;
background-color: #f7f6f1;
float:right;
width: 206px;
height: 100%;
padding-right: 25px;
padding-left: 25px;
font-family: georgia;
font-size:11px;
line-height: 16px;
color: #414141;

}

#footer {
background-image:url(graphics/footer_bg.gif);
background-repeat: repeat-x;
position: fixed;
width: 100%;
height: 29px;
padding-left: 220px;
padding-top: 12px;
top: auto;
right: 0;
bottom: 0;
left: 0;
font-family: georgia;
color: #FFFFFF;
font-size: 12px;
text-align: center;
}










