/* <![CDATA[ */
    
    /* HTML, BODY */
    HTML, BODY
    {
        margin:                 0px;
        padding:                0px;
        font-family:            "Helvetica Neue", Helvetica, Arial;
        font-size:              12px;
        background-color:       #FFF;
        color:                  #333;
        text-align:             center;
        text-rendering:         optimizeLegibility;
    }
    
    /* Linked images */
    A IMG
    {
        border:                 0px;
    }
    
    /* Address tag */
    ADDRESS
    {
        font-style:             normal;
    }
    
    /* Hidden elements 1 */
    .hidden
    {
        position:               absolute;
        left:                   -10000px;
        top:                    auto;
        width:                  1px;
        height:                 1px;
        overflow:               hidden;
    }
    
    HR
    {
        height:                 1px;
        color:                  #777;
        background-color:       #777;
        border:                 none;
        margin:                 0px 0px 20px 0px;
        clear:                  both;
    }
    
    /* Heading 3 */
    H3
    {
        font-size:              13px;
        font-weight:            bold;
        margin-top:             0px;
        margin-bottom:          1em;
    }
    
    /* Container */
    DIV#container
    {
        width:                  709px;
        text-align:             left;
        margin:                 0px auto;
        height:                 auto;
        overflow:               hidden;
    }
    
    /* Header */
    #header
    {
        height:                 85px;
        background:             #FFF url( ../images/logo.png ) no-repeat top left;
    }
    
    /* Content */
    #content
    {
        height:                 auto;
        overflow:               hidden;
        clear:                  both;
        margin:                 20px 0px;
        margin-bottom:          15px;
    }
    
    /* Description */
    #description
    {
        width:                  500px;
        float:                  left;
        margin:                 0px;
        /*font-style:             italic;*/
        line-height:            1.6em;
        font-size:              14px;
    }
    
    #description P
    {
        margin-top:             0px;
        margin-bottom:          10px;
    }
    
    /* Contact */
    #contact
    {
        float:                  right;
        padding:                0px 10px 0px 10px;
    }
    
    /* Contact - company */
    #contact SPAN.org
    {
        font-weight:            bold;
    }
    
    /* Contact - Company link */
    #contact A.url
    {
        color:                  #333;
        text-decoration:        none;
    }
    
    /* Get vCard */
    #get-vcard
    {
        width:                  135px;
        margin-top:             13px;
    }
    
    /* Get vCard link */
    #get-vcard A
    {
        color:                  #333;
        text-decoration:        none;
        line-height:            16px;
    }
    
    /* Get vCard image */
    #get-vcard IMG
    {
        vertical-align:         text-bottom;
    }
    
    /* References */
    #references
    {
        height:                 auto;
        overflow:               hidden;
        clear:                  both;
        margin-bottom:          20px;
    }
    
    /* References - columns */
    #references UL
    {
        list-style:             none;
        padding:                0px;
        margin:                 0px;
        margin-right:           40px;
        float:                  left;
    }
    
    /* References - item */
    #references UL LI
    {
        list-style:             none;
    }
    
    /* Footer */
    #footer
    {
        margin-top:             20px;
        font-size:              11px;
    }
    
/* ]]> */
