﻿body 
{
    background: #000 url('../img/poster3.jpg') no-repeat top center; 
    background-attachment:fixed;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #fff;
}

a, img { behavior: url('../iepngfix/iepngfix.htc'); }
.pastDates, a.pastDates, a.pastDates:visited { color:#999; font-style:italic; }
a.pastDates:hover { color:#f00; font-style:italic; }

div.header{
    background: #000 url("../img/banner.jpg") top left no-repeat;
    margin: 10px auto;
    height:130px;
    width: 750px;
}

div.menu_container{
    background: #000 url("../img/menu_bg3.jpg") top left no-repeat;
    margin:0 auto; 
    margin-top:-30px;
    width:750px;
    height:20px;
    overflow:hidden;
}

ul.menu{
    margin: 0px;
    padding: 0px;
    font-weight:bold;
    margin-bottom: 20px;
    float:left;
}

ul.menu li{
    display: inline;
    margin:0px;
    margin-right: 7px;
    line-height: 20px;
    text-align: left;
    list-style: none;
}

a, a:visited{
    color: #fff;
    text-decoration:none;
    border-bottom: none;
}

a:hover, a:active{
    color:#f00;
}

a.textLink, a.textLink:visited{
    border-bottom: dotted 1px #fff;
}
a.textLink:hover, a.textLink:active{
    border-bottom: dotted 1px #f00;
}

a.imageLink:hover{
    border-bottom:none;
}

div.content{
    margin: 10px;
    /* auto;*/
    /*margin-right:10px;*/
    text-align: justify;
}

div.footer{
    width: 750px;
    margin: 10px auto;
    clear: both;
    text-align: center;
    color: #f00;
}

div.float_box{
 margin-bottom:10px;
 overflow:auto;
}