body{
font-family: arial, helvetica;
font-size: 11pt;
background-color: #000;
text-align: center;
background-image: url('/images/template/body_bg_cont.jpg');
background-repeat: repeat-x;
background-attachment: fixed;
}

#siteBg{
margin-top: 30px;
padding: 0px 20px 0px 20px; 
background-image: url('/images/template/dsbg.png');
background-repeat: repeat-y;
background-position: center 20px;	
}

#siteContainer{
margin: auto;
width: 950px;
text-align: left;
border: 3px #000 solid;
}

#banner{
padding-top: 13px;
padding-bottom: 5px;
background-color: #000;
text-align: center;
}

#date{
text-align: left;
color: #fff;
margin: 8px;
}

#elephant{
position: absolute;
margin-left: 620px;
top: 0px;
z-index: 2;
}

#navContainer{
position: absolute;
top: 310px;
z-index: 3;
width: 220px;
}

#navUL{
list-style: none;
margin: 0px;
padding: 0px;
}

#navUL li{
position: relative;
left: -30px;
text-align: right;
height: 38px;
margin-bottom: 10px;
background-image: url('/images/template/buttonO.png');
background-repeat: no-repeat;

}

a.navButton{
display: block;
padding: 10px;
padding-right: 40px;
background-image: url('/images/template/button.png');
background-repeat: no-repeat;
text-decoration: none;
color: #990000;
font-weight: bold;
font-size: 12pt;
}

a.navButton:hover{
display: block;
padding: 10px;
padding-right: 40px;
background-image: none;
background-repeat: no-repeat;
text-decoration: none;
color: #fff;
font-weight: bold;
}

#bodyContent{
padding: 20px;

}

h1{
font-size: 24pt;
font-weight: bold;
color: #990000;
}

#footer{
height: 150px;
background-color: #e3ba00;
border-top: 3px #000 solid;
border-bottom: 3px #000 solid;

}

.spacer{
clear: both;	
}
