/************************************
  Layout
  ------
  +--------------------+
  |mainpane            |
  | +----------------+ |
  | | header         | |
  | +----------------+ |
  | | contentpane    | |
  | +----------------+ |
  | | footer         | |
  | +----------------+ |
  +--------------------+
************************************/
body, html {
    margin: 0;
    padding: 0;
    color: #000000;
    background: #ffffff;
}

#mainpane {
    clear: both;
    position: static;
    float: none;
    border: none;
    margin-right:   5px;
    margin-left:    5px;
    margin-bottom:  0px;
    margin-top:     0px;
    padding-top:    0px;
    padding-bottom: 0px;
    padding-left:   0px;
    padding-right:  0px;
    width: 100%;
}

#header {
    clear: both;
    position: static;
    float: none;
    border: none;
    margin-right:   0px;
    margin-left:    0px;
    margin-bottom:  0px;
    margin-top:     0px;
    padding-top:    0px;
    padding-bottom: 0px;
    padding-left:   0px;
    padding-right:  0px;
    overflow: hidden;
    vertical-align: bottom;
}

#footer {
    clear: both;
    position: static;
    float: none;
    border-top: 1px solid black;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-right:  170px;
    margin-left:   170px;
    margin-bottom:   0px;
    margin-top:      0px;
    padding-top:    10px;
    padding-bottom:  0px;
    padding-left:    0px;
    padding-right:   0px;
}

#contentpane {
    clear: both;
    position: static;
    border: none;
    margin-right:   170px;
    margin-left:    170px;
    margin-top:      30px;
    margin-bottom:   10px;
    padding-right:    0px;
    padding-left:     0px;
    padding-top:      0px;
    padding-bottom:   0px;
    
}

/************************************
  Microlayout Links
  ---------------------
 ************************************/


#links {
    position: fixed;
    right: 5px;
    border: none;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #ffffff;
    
}
