/*
    Document   : style-new
    Created on : 2009-10-06, 12:31:04
    Author     : Martin
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
html, body{
    background: #f2e9e2 url("/images/profile/headers/main_header.png") no-repeat top center ;
    text-align: center;
    font: 12px sans-serif;
}

#hd{
    height: 200px;
    min-height: 200px;
    background: transparent url("/images/white-dot.gif") bottom left repeat-x;
}

/* --------------------------------------------------------------------Navigation----------------------------------------------------- */
#nav{
    position: absolute;
    top:136px;
}

.sub_nav{
    position: absolute;
    top: 165px;
    margin-top: 9px;
    display:none;
}
