body {
    margin: 0 auto;
    /*width: 787px;*/
    width: 1024px;
    font-size: 11px;
    font-family: verdana, sans-serif;
    line-height: 18px;
}

.clear {
    clear: both;
}

#header {
    margin: 0 auto;
    height: 30px;
    width: 100%;
    background-color: #000;
}

    #header span {
        display: block;
        height: 100%;
        width: 250px;
        background-image: url(/gfx/public/logo_bcn.gif);
        text-indent: -1000px;
    }
    
#body, #footer {
    background-color: #544741;
    padding: 0 10px 10px 10px;
}

#footer {
    padding-left: 242px;
    text-align: center;
}

#breadcrumb {
    height: 24px;
    padding-left: 242px;
    padding-top: 5px;
    color: #fff;
}

    #breadcrumb a, #breadcrumb .separator {
        color: #a2968b;
        text-decoration: none;
    }

    #breadcrumb a:hover {
        color: #fff;
    }

#menu {
    width: 237px;
    float: left;
}

    #navigation {
        background-color: #a2968b;
        border: 10px solid #fff;
        margin-bottom: 5px;
        padding: 0 5px 0 15px;
    }
    
        #navigation a {
            color: #fff;
            text-decoration: none;
        }
        
        #body #navigation a:hover {
            color: #544741;
        }
        
        #navigation ul {
            list-style: square inside;
            color: #ed7703;
        }
        
        #navigation li {
            font-weight: bold;
            padding: 8px 0;
            border-bottom: 1px dotted #bab785;
            margin-left: 0;
            padding-left: 1em;
            text-indent: -1em;
        }
        
            #navigation li.active a, #navigation li.active li.active a {
                color: #544741;
            }
            
            #navigation li.active li a {
                color: #fff;
            }
        
            #navigation ul ul {
                color: #fff;
            }
        
            #navigation ul ul li {
                padding: 0;
                border:0;
                font-weight: normal;
                padding-left: 10px;
            }
    
    #image {
        background-color: #1ab236;
        border: 10px solid #000;
        height: 245px;
        display: none;
    }

#main {
    margin-left: 242px;
    _margin-left: 240px;
}

    #banner {
        width: 761px;
        height: 264px;
        margin-bottom: 5px;
    }
    
    #content {
        background: #d5d0cb url(/gfx/public/bg_content.jpg) repeat-x;
        padding: 15px 25px;
        color: #544741;
        font-size: 10px;
        min-height:250px;
        overflow: hidden;
    }
    
        #content h1 {
            font-size: 11px;
        }
    
        #content p, #content h1 {
            margin-bottom:10px;
        }
        
        #content a {
            color: #544741;
        }
        
        #content a:hover {
            text-decoration: none;
        }
        
        #content dl {
            margin-bottom: 10px;
        }
        
            #content dt {
                font-weight: bold;
                float:left;
            }
            
            #content dd {
                margin-left: 80px;
            }
            
        #content label {
            display: block;
            margin-bottom: 10px;
        }
