﻿body {
    background: #FFFFFF url('images/bg_body.jpg') repeat;
    background-attachment: fixed;
    margin: 0;
}

#container {
    width: 1000px;
    margin: 0 auto 0 auto;
    background: #FFFFFF url('images/bg_container.png') repeat;
}

#construct {
    width: 1000px;
    margin: 0 auto 0 auto;
    background: transparent url('images/bg_heading.png') no-repeat;
}

    #left {
        width: 155px;
        padding: 0 16px 0 16px;
        background-color: #000000;
        float: left;
    }
    
        #left a:link, #left a:active, #left a:visited {
            color: #FFFFFF;
        }
    
    #content {
        width: 630px;
        height: 100%;
        float: left;
    }
    
        #menu {
            width: 630px;
            height: 20px;
            line-height: 20px;
            margin: 5px 0 5px 0;
            text-align: center;
        }

            #menu a:link, #menu a:active, #menu a:visited {
                color: #000000;
            }
            
                .nopada, a.nopad:link, a.nopad:active, a.nopad:visited  {
                    padding: 0;
                }
            
            #menu a:hover {
                color: #FFFFFF;
                text-decoration: none;
            }
    
    #right {
        width: 183px;
        margin-top: 100px;
        float: right;
        background-color: #71CEF5;
    }
    
        #right a:link, #right a:active, #right a:visited {
            color: #000000;
        }
        
#footer {
    width: 980px;
    background-color: #71CEF5;
    margin: auto;
    height: 54px;
    line-height: 54px;
    padding: 10px;
    text-align: right;
    background: transparent url('images/bg_footer.png');
}