#content
{
	padding: 0;
}

#start
{
    height: 421px;
    background: #FFF;
}

    #start-gallery-top
    {
        background: url( ../img/img_fr_1.gif );
        width: 966px;
        height: 10px;
        font-size: 1px;
    }

    #start-gallery
    {

    }

    #start-gallery-container
    {
        background: url( ../img/img_fr_2.gif );
        width: 950px;
        height: 397px;
        padding-left: 16px;
        position: relative;
    }

        #start-gallery-container img
        {
            display: block;
            position: absolute;
        }

        #image-description
        {
            position: absolute;
            bottom: 15px;
            right: 30px;
            width: 30px;
            padding: 7px;
            background: url( ../img/png75.png );
            z-index: 9999;
        }

        * html #image-description
        {
        	background: none;
        	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='./img/png75.png');
        }

            #description-wrapper
            {
                display: none;
            }

            #image-description h4
            {
                margin: 0;
            }

            #image-description p
            {

            }

            #toggle-image-description
            {
                cursor: pointer;
                font-weight: bold;
                text-align: right;
                display: block;
            }

    #start-gallery-bottom
    {
        background: #FFF url( ../img/img_fr_3.gif ) no-repeat;
        width: 966px;
        height: 10px;
        font-size: 1px;
        padding-bottom: 5px;
    }

    #start-news-opacity
    {
        position: absolute;
        left: 111px;
        top: 142px;
        height: 397px;
        width: 232px;
        background: #FFF;
        opacity: 0.6;
        filter: alpha( opacity=60 );
        -moz-opacity: 0.6;
        opacity: 0.6;
        z-index: 100;
    }

    #start-news
    {
        position: absolute;
        top: 152px;
        left: 121px;
        z-index: 100;
    }

        #start-news h4
        {
            margin: 0;
            font-size: 1.2em;
            text-transform: uppercase;
            font-weight: bold;
            color: #c11700;
        }

        #start-news ol
        {
            list-style: none;
            width: 212px;
            height: 325px;
        }

            #start-news ol li
            {
                border-top: 1px dotted #2b2b2b;
                padding-top: 5px;
                padding-bottom: 5px;
            }

            #start-news ol li.first
            {
                border-top: 0;
            }

                #start-news ol li span.date
                {
                    display: block;
                    font-size: 0.9em;
                }

                #start-news ol li span.headline a
                {
                    display: block;
                    font-size: 1.1em;
                    font-weight: bold;
                    text-decoration: none;
                }

                #start-news ol li span.headline a:hover
                {
                    color: #f02101;
                }

        #register-link
        {
            color: #c11700;
            font-weight: bold;
            font-size: 1.2em;
            width: 200px;
            display: block;
            text-decoration: none;
        }

        #register-link:hover
        {
            color: #000;
            text-decoration: underline;
        }
