body{
margin:0;
padding:0;
}

#header{
margin: 0px;
padding: 0px;
width: 100%;
height: 96px;
border-top: 1px white solid;
border-bottom: 1px white solid;
background-image: url(../images/headder_bkgnd.gif);
background-repeat: repeat-x;
z-index: 50;
}

#sidebar{
position: absolute;
top: 128px;
left: 0px;
float: left;
margin: 0px;
padding: 0px;
width: 162px;
height: 547px;
background-color: white;
background-image: url(../images/content_bkgnd.gif);
background-position: top;
background-repeat: repeat-x;
border-right: 1px white solid;
z-index: 30;
}

#content_area{
position: absolute;
left: 163px;
top: 128px;
padding: 0px 0px 0px 0px ;
margin: 0px;
width: 100%;
min-width: 900px;
height: 547px;
background-color: white;
background-image: url(../images/content_bkgnd.gif);
background-position: top;
background-repeat: repeat-x;
z-index: 30;
}

#content { 
top: 36px;
height: 500px;
overflow: auto;
padding-right: 24px;
}


#adpane{
width: 422px;
height: 512px;
position: relative;
margin-top: 40px;
float: right;
top: 0px;
right: 0px;
}

#adpane img{
text-decoration: none;
border: thin black solid;
}

#footer{
position: absolute;
top: 686px;
left: 0px;
margin: 0px;
padding: 0px;
min-width: 900px;
width: 100%;
height: 144px;
border-top: 1px white solid;
background-color: #602B00;
z-index: 20;
}

.event{
font-weight: bold;
}