/* 
    Document   : ambre.css
    Created on : 11-sep-2009, 17:13:07
    Author     : KVA
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {
    background-color: #857E6B;
}
#top {

    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}
#menu {
    float: left;
    width: 220px;
    text-align: center;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}
#content {
    float: left;
    width: 1000px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}
#bodytext {
    color: black;
    font-size: 14px;
    font-family: 'Times New Roman',Times,serif;
    background-color: #857E6B;
    font-weight: normal;
}
#footer {
    clear: both
}

