#content {
  width: 860px;
  height: 800px;
  position: absolute;
  left: 50%;
  margin-left: -430px;
  padding-top: 0px;
  margin-top: 0px; }
  #content a {
    text-decoration: none; }
  #content a:link, #content a:visited {
    color: #adadad; }
  #content a:hover, #content a:active {
    color: black; }
  #content #column_left {
    position: absolute;
    left: 0px;
    width: 194px; }
  #content #column_right {
    position: absolute;
    left: 194px;
    top: 0px;
    width: 666px; }
    #content #column_right #header {
      position: absolute;
      text-align: right;
      height: 80px;
      top: 0px;
      width: 666px;
      z-index: 10; }
      #content #column_right #header h1 {
        padding: 0px;
        margin: 0px; }
    #content #column_right #body {
      position: absolute;
      height: 609px;
      top: 80px;
      width: 666px;
      z-index: 5; }
    #content #column_right #footer {
      position: relative;
      /*:top = (!header_height + !body_height) + !px */
      width: 666px;
      z-index: 1; }
      #content #column_right #footer #logo_little {
        position: relative;
        width: 111px;
        left: 555px;
        background-repeat: no-repeat; }

