HTML, BODY {
      font-size:              14px;
      font-family:            Tahoma;
      color:                  #83728F;
      margin:                 0;
      padding:                0;
      min-height:             100%;
      height:                 100%;
      height:                 auto !important;
}
BODY {
      background:             #000000 url(../img/bg-bottom.png) no-repeat center bottom;
}
A, A:link, A:active {
      text-decoration:        underline;
      color:                  #b68bd5;
}
A:hover, A:focus {
      text-decoration:        none;
      color:                  #e5bfff;
}


DIV#background {
      background:             transparent url(../img/bg-top.jpg) no-repeat center top;
      height:                 100%;
      overflow:               visible;
}
DIV#wrapper {
      width:                  1173px;
      max-width:              1173px;
      margin:                 0 auto 0 auto;
      padding:                100px 0 0 0;
      position:               relative;
      overflow:               visible;
}
DIV#header {
      width:                  1173px;
      max-width:              1173px;
      height:                 160px;
      max-height:             160px;
      background:             transparent url(../img/content-top.png) no-repeat left top;
      overflow:               visible;
      position:               relative;
}

DIV#menuHeader {
      width:                  235px;
      max-width:              235px;
      height:                 30px;
      max-height:             30px;
      line-height:            30px;
      vertical-align:         middle;
      overflow:               hidden;
      color:                  #83728f;
      background-color:       #221c26;
      padding:                3px 15px 3px 0;
      margin:                 25px 0;
      font-size:              18px;
      font-weight:            bold;
      text-align:             right;
}

DIV#planet {
      width:                  600px;
      max-width:              600px;
      height:                 592px;
      max-height:             592px;
      position:               absolute;
      top:                    -200px;
      left:                   -220px;
      background:             transparent url(../img/planet.png) no-repeat left top;
      float:                  left;
      clear:                  left;
      z-index:                10;
}
DIV#title {
      width:                  800px;
      max-width:              800px;
      height:                 50px;
      max-height:             50px;
      position:               absolute;
      top:                    60px;
      left:                   350px;
      float:                  right;
      clear:                  right;
      font-size:              34px;
      overflow:               hidden;
      color:                  #846b9e;
}
DIV#columnWrapper {
      width:                  1173px;
      max-width:              1173px;
      background:             transparent url(../img/content-center.png) repeat-y left top;
}
DIV#menuColumn {
      width:                  250px;
      max-width:              250px;
      float:                  left;
      clear:                  left;
      margin-left:            13px;
      padding:                75px 0 50px 0;
      z-index:                20;
      position:               relative;
}
UL#menuList {
      width:                  250px;
      max-width:              250px;
      float:                  none;
      clear:                  both;
      margin:                 0;
      padding:                0;
      list-style-type:        none;
}

UL#menuList LI  {
      padding:                4px 0 4px 0;
}

UL#menuList LI.menu_separator {
      width:                  225px;
      max-width:              225px;
      vertical-align:         middle;
      padding:                0;
      margin:                 0 0 0 25px;
}
UL#menuList LI.menu, UL#menuList LI.submenu {
      width:                  225px;
      max-width:              225px;
      line-height:            20px;
      vertical-align:         middle;
      margin:                 0 0 0 25px;
      border-bottom:          1px solid #362c3d;
}
UL#menuList LI.menu A, UL#menuList LI.submenu A, UL#menuList LI.submenu_item A {
      color:                  #83728f;
      text-decoration:        none;
}
UL#menuList LI.menu A:hover, UL#menuList LI.menu A:focus, UL#menuList LI.submenu A:hover, UL#menuList LI.submenu A:focus, UL#menuList LI.submenu_item A:hover, UL#menuList LI.submenu_item A:focus {
      color:                  #d5b8ea;
      text-decoration:        none;
}
UL#menuList LI.menu.active A, UL#menuList LI.submenu.active A, UL#menuList LI.submenu_item.active A {
      color:                  #d5b8ea;
      text-decoration:        none;
}
UL#menuList LI.menu_heading {
      margin:                 9px 0 6px 25px;
      font-size:              16px;
      font-weight:            bold;
}
UL#menuList LI.submenu_heading {
      margin:                 8px 0px 5px 50px;
      font-size:              15px;
      font-weight:            bold;
}
UL#menuList LI.submenu_separator {
      width:                  200px;
      max-width:              200px;
      vertical-align:         middle;
      padding:                0px;
      margin:                 0px 0px 0px 50px;
}
UL#menuList LI.submenu_item {
      width:                  200px;
      max-width:              200px;
      line-height:            20px;
      vertical-align:         middle;
      margin:                 0px 0px 0px 50px;
      border-bottom:          1px solid #362c3d;
}
DIV#contentColumn {
      width:                  870px;
      max-width:              870px;
      float:                  left;
      clear:                  right;
      margin-left:            27px;
      z-index:                20;
      position:               relative;
}
DIV#contentHead {
      width:                  870px;
      max-width:              870px;
      border-bottom:          23px solid #362c3d;
      color:                  #83728f;
      padding:                30px 0px 10px 0px;
      font-size:              24px;
}
DIV#footer {
      width:                  1173px;
      max-width:              1173px;
      height:                 119px;
      max-height:             119px;
      background:             transparent url(../img/content-bottom.png) no-repeat left top;
}
