#container {
   min-height:80%;
   position: absolute;
   top: 200px;
   margin-left: 180px;
   margin-right: 187px;
   margin-bottom: 50px;
   border-style: solid;
   border-width: 2px;
   border-color: #5E5278;
   padding: 5px;
  }


#header {
    margin:0 0 0 0;
    height: 200px;
    background: url(http://www.celestialguardians.net/images/strip.gif) repeat-x left bottom;
  }

#headerlinks {
    position: absolute;
    left: 10px;
    top: 180px;
    font-size: 18px;
    font-weight: bold;
}

#leftlinks {
    width: 150px;
    border-style: solid;
    border-width: 1px;
    background-color:#514867;
    padding: 4px;
    margin-left:10px;
    color: #000;
  }

#mainbody {
    margin-left:185px;
    width:620px;
    position: relative;
    top: 100px;
  }

#right_pane {
    position:absolute;
    top:200px;
    right:1px;
    width:185px;
}

#changed_by{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #5E5278;
    background-color: #010413;
}

a         {text-decoration: none}
a:link    {color: #FEFDEB}
a:visited {color: #FEFDEB}
a:hover   {color: #DB9D88}
a:active  {color: #FEFDEB}
a.empty   {color: white}
a.private {color: white}

body {
   margin: 0;
   background-color : #010413;
   font-family:arial, helvetica, sans-serif;
   color:#D3C4E3;
  }
img { border: none; }
