/*****************************************
        Import Generic Styles
*****************************************/

@import url("style_generic.css");



/*****************************************
        Custom Styles
*****************************************/

#header {
background: url(images/styles/djheader5.gif);
width: 970px;
height: 303px;
}

#amessage {
padding-left: 10px;
padding-right: 10px;
background: url(images/styles/a_message2.gif) no-repeat;
width: 970px;
height: 15px;
}

.title {
background: url(images/styles/titles3.gif);
height: 16px;
width: 119px;
padding-top: 3px;
padding-left: 5px;
font-weight: bold;
text-align: left;
}

#content {
background: url(images/styles/sidesred2.gif);
background-repeat: no-repeat;
width: 970px;
background-color: black;
background-repeat: repeat-y;
padding-top: 10px;
padding-right: 10px;
padding-bottom:10px;
text-align: left;
overflow: auto;
min-height: 100%;
}

#footer {
clear: both;
margin: 0px auto;
width: 970px;
height: 20px;
background: url(images/styles/footer3.gif);
text-align: center;
}
