
/**
* Content
*/
#content { background: url(../images/home/bg-content-right.jpg) repeat-y right; }

    #content-wrapper { float: left; width: 100%; }
    
    /**
     * Content left
     */
    #content-column { margin: 0 238px 15px 0; }
        #photo-no-flash { margin-left: 7px; }
        
    #content-bottom { margin: 20px 10px 40px 100px; }
        #content-bottom h2 { margin: 0; padding: 0; color:#0F9160; font-size: 1.8em; border-bottom: 1px solid #0F9160; }
        #content-bottom div { float: left; width: 272px; text-align: justify; margin: 30px 0 0 27px; }
            #content-bottom h3 { color:#4E6AA8; font-size: 1em; font-weight: bold; margin: 0; padding: 0; }
            #content-bottom p { font-size: 0.9em; }
            #content-bottom a { color: #5976B7; text-decoration: underline; }
        
/**
 * Content right
 */
#right-column { float: left; width: 238px; margin-left: -238px; }
    
    #right-column h2 { height:20px; padding: 2px 5px 0 7px; font-size: 0.9em; color: #fff; white-space: nowrap; overflow: hidden; }
        
        #row1 { width: 204px; margin: 0 auto 10px auto; }
        #row1 h2 { background: url(../images/home/bg-content-col3-title.jpg); }
        
        #row2 { width: 204px; margin: 20px auto 10px auto; }
        #row2 h2 { background: url(../images/home/bg-content-col2-title.jpg); }

        #row-videos { width: 204px; margin: 20px auto 10px auto; }
            #row-videos .videos {
                position: relative;
                background: url(../images/home/bg-row-videos.png);
                height: 64px;
            }
                #row-videos .videos .video1,
                #row-videos .videos .video2 { position: absolute; top: 4px; width: 92px; height: 54px; display: block; }
                #row-videos .videos .video1 { left: 5px;  }
                #row-videos .videos .video2 { left: 105px; }

            #row-videos .videos-content { font-size: 0.8em; line-height: 1.2em; }
                #row-videos .videos-content .video1,
                #row-videos .videos-content .video2 { width: 92px; }
                #row-videos .videos-content .video1 { float: left; margin-left: 7px; }
                #row-videos .videos-content .video2 { margin-left: 107px; }
                #row-videos .videos-content .video1 a,
                #row-videos .videos-content .video2 a { text-decoration: none; }
                #row-videos .videos-content .video1 a:hover,
                #row-videos .videos-content .video2 a:hover { text-decoration: underline; }

