                    #mainmenu a
                    {
                        color: #8b622f;
                    }

                    #mainmenu a:hover
                    {
                        color: #dcd0c0;
                    }

    #bodyFootWrapper
    {
        background: url(../../images/bg_lines.gif) no-repeat 0 153px; /* distance to top: height of eyecatcher */
    }

            div#content
            {
                margin-left: 101px; /* Don't know why 102px isn't working in IE6 ... */
                margin-right: 400px;
                font-size: 12px;
            }

                #content h1
                {
                    font-size: 26px;
                    padding-top: 68px;
                    line-height: 1.5em;
                    text-indent: -140px;
                    padding-left: 140px;
                    color: #8b622f;
                }

                #content .text
                {
                    line-height: 1.3em;
                }

            #rightContent
            {
            }

                #news
                {
                    width: 215px;
                }

                    #news h2
                    {
                        font-size: 14px;
                        font-weight: bold;
                    }

                        #news ul
                        {
                            margin-bottom: 0;
                        }

                            #news li a
                            {
                                color: #262626;
                                text-decoration: none;
                                font-size: 12px;
                            }