/*
------------------------------------------------------------
 - Version: 0.0.1
 - Updated: Wednesday, 04.02.2009 @ 23:34

 - Section: About Settings
------------------------------------------------------------
*/
        div#content-wrapper div#content-area div.about-header {
        position: relative;
        margin: 0 16px 0 14px;
        }
        
            div#content-wrapper div#content-area div.about-header h4.subheader {
            float: left;
            width: 127px;
            font-size: 0.75em;     /* 12px / 16px = 0.75 */
            font-weight: bold;
            color: #a20d3b;
            margin-bottom: 8px;
            }
            
            div#content-wrapper div#content-area div.about-header span.subheader-response {
            float: left;
            width: 398px;
            font-size: 1.0em;     /* 12px / 16px = 0.75 */
            font-weight: normal;
            color: #8f8d83;
            margin-bottom: 8px;
            }
        
        div#content-wrapper div#content-area div.about-content {
        position: relative;
        margin: 0 16px 0 16px;
        width: 526px;
        float: left;
        padding-bottom: 125px;
        }
        
            div#content-wrapper div#content-area div.about-content p {
            position: relative; 
            left: 126px;
            width: 398px;
            display: block;  
            text-align: justify;
            }
            
            div#content-wrapper div#content-area div.about-content p cite {
            font-weight: normal;
            }

        div#content-wrapper div#content-area div.about-trailer {
        position: absolute;
        bottom: -1px;
        left: 0;
        float: left;
        height: 125px;
        width: 560px; 
        background-image: url("../img/about_me_footer.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-color: #ffffff;
        }
