body { 
		color: #000000;
        font-size: 12px;
        font-family:Arial, Helvetica, sans-serif;
        margin-top: 0px;
        margin-left: 0px; background-color:#cccccc;
}

a {
    text-align: center;
    text-decoration: none;
    color: #990000;
    /*font-size: 12px;*/
    font-family: Arial, Helvetica, sans-serif;
    cursor: default;
}

a:hover {
    cursor: auto;
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}

#main {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    -moz-box-shadow: 0px 1px 25px rgba(0, 28, 55, 0.4);
    -webkit-box-shadow: 0px 1px 25px rgba(0, 28, 55, 0.4);
    box-shadow: 0px 1px 25px rgba(0, 28, 55, 0.4);
    background-color: #fff;
}

/*---------- YOU CAN CHANGE THIS STUFF -----------*/
#bannerRotator {
    position: relative;
    width: 960px;
    height: 293px;
    background: #EEE;
    clear: both;
}


    /*---------- YOU MIGHT BREAK IT IF YOU CHANGE THIS STUFF -----------*/

    #bannerRotator ul {
        position: absolute;
        border: 0px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #bannerRotator ul li {
            position: absolute;
            display: none;
            border: 0px;
            margin: 0px;
            padding: 0px;
        }

            #bannerRotator ul li img {
                max-width: 960px;
                max-height: 293px;
                border: 0px;
                margin: 0px;
                padding: 0px;
            }

            #bannerRotator ul li a {
                text-decoration: none;
            }


#container {
    width: 920px;
    height: auto;
    background-color: #FFF;
    /*padding: 20px;*/
}
 


#footer {
    z-index: 100;
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 960px;
    border-top: 1px solid #cccccc;
    background-color: #000000;
    color: #ffffff;
}

    #footer a:visited {
        color: #ffffff;
    }

.footer-text {
    color: #ffffff;
}

    .footer-text a:visited {
        color: #ffffff;
    }

    .footer-text a {
        color: #ffffff;
    }

#footer a:hover {
    text-decoration: underline;
}
