/*
CSS for Xenia Band site
*/

body {
font-family: Verdana, Arial, Helvitica, sans-serif;
background-color: #e2edff;
padding: 0px;
}

#leftnav {
width: 183px;
border: 1px dotted navy;
}

#masthead {
width: 600px;
border: 1px dotted navy;
}

#sponsors {
background-color: white;
width: 185px;
border: 1px dotted navy;
}

#body_content {
width: 600px;
}

#leftnav, #masthead, #sponsors, #body_content {
position: absolute;
}

#leftnav {
top: 0px;
left: 1px;
}

#masthead {
top: 0px;
left: 185px;
}

#sponsors {
top: 101px;
left: 800px;
}

#body_content {
top: 105px;
left: 190px;
}

#disclaimer {
background-color:  white;
width: 600px;
border: 1px dotted navy;
}