/* 
Document   : layout
Created on : Oct 21, 2008, 9:44:08 AM
Author     : Jeff
Description:
Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

#container {
    margin:auto;
    width: 933px;
    background: #cdcde6;
}

#header {
    background: #DDDDDD;
    width: 933px;
    height:128px;
    border-bottom-style:solid;
    border-width: thin;
    border-color: orange;
}

#leftBar {
    float: left;
    width: 133px;
    height: 100%;
    background: #cdcde6;
}

#content {
    float:left;
    width:800px;
    min-height: 560px;
    /* background-color: #e5e9ed;**/
    background-color:#f1f3f6
}

#path-div2 {
    position:absolute;
    top:380px;
    height: 420px;
    width:800px;
    left:50%;
    margin-left:-337px;
}

#path-div {
    position:absolute;
    top:150px;
    height: 480px;
    width:460px;
    left:50%;
}

#footer {
    clear:both;
    background:#DDDDDD;
    border-top-style:solid;
    border-width: thin;
    border-color: silver;
    text-align: center;
    vertical-align: middle;
} 


