body {
    margin: 0px;
    padding: 0px;
    background: url(/images/bg.gif) no-repeat center top #FFC500;
}

#sponsor-bar {
    width: 950px;
    margin: auto;
    margin-top: 79px;
    height: 185px;
}

#announcement-box {
    margin: auto;
    width: 475px;
    padding: 10px 50px 10px 375px;
}

#nav-box {
    margin: auto;
    width: 952px;
    height: 55px;
    border-left: 2px solid #9a1239;
    margin-top: 25px;
}

#container {
    width: 950px;
    margin: auto;
    background: #ffffff;
    border: 2px solid #9a1239;

}

#content{
    width: 850px;
    padding: 10px 50px 50px 50px;
    overflow: auto;
}

#vendor-box {
    width: 850px;
    padding: 10px 50px 50px 50px;
    overflow: auto;
/*    float: clear; */
    background: #eaeaea;
}

#contact-box {
    width: 850px;
    padding: 10px 50px 10px 50px;
/*    float: clear; */
}

.active {
    border-bottom: 2px solid white;
    border-top: 2px solid #9a1239;
    padding: 15px;
    background: white;
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 13pt;
    font-weight: bold;
    float: left;
}

.inactive {
    border-bottom: 2px solid #9a1239;
    border-top: 2px solid #9a1239;
    border-left: 2px solid white;
    padding: 15px;
    background: #9a1239;
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 13pt;
    font-weight: bold;
    float: left;
    color: white;
}

#footer {
    width: 785px;
    margin: auto;
    margin-bottom: 100px;
}

img { behavior: url(/iepngfix.htc); }

img {vertical-align:top;}

