@charset "utf-8";
/* Rawr... meow... Nyuu! */

* { margin: 0;
    padding: 0;
    outline: none;
  }
  
:focus, :active { outline: none; }

body { background: url(img/background.png) top right repeat-x; }

#wrapper { margin: 0 auto; margin-top: 12px; width: 980px; }

#left { background: url(img/supah.png) no-repeat;
        float: left;
        width: 206px;
        height: 581px;
      }
      
#right { background: none;
         float: right;
         width: 774px;
         min-height: 500px;
       }
       
#header { background: url(img/header.png) no-repeat;
          padding: 1px 0;
          width: 774px;
          height: 83px;
        }
        
#header ul { list-style-type: none;
             margin: 61px 0 0 53px;
             padding: 0;
           }
           
#header ul li { display: inline; }
#header ul li.divider { background: url(img/divider.png) no-repeat; width: 7px; height: 18px; display: block; float: left; }
#header ul li a.home { margin-right: 5px; background: url(img/home.png) no-repeat; width: 33px; height: 18px; display: block; float: left; text-indent: -9999px; }
#header ul li a.aboot { margin: 0 2px 0 6px; background: url(img/aboot.png) no-repeat; width: 36px; height: 18px; display: block; float: left; text-indent: -9999px; }
#header ul li a.staffers { margin: 0 1px 0 1px; background: url(img/staffers.png) no-repeat; width: 57px; height: 18px; display: block; float: left; text-indent: -9999px; }
#header ul li a.lincoln { margin: 0 0 0 3px; background: url(img/lincoln.png) no-repeat; width: 75px; height: 18px; display: block; float: left; text-indent: -9999px; }

#content { background: #3b364c;
           width: 600px;
           border-bottom: #000 solid 12px;
           height: 472px;
           overflow: auto;
           float: left;
         }

#mini-wrap { background: #000;
             width: 765px;
             float: left;
           }
         
#title { background: #fff url(img/left_c.png) no-repeat;
              margin: 0 auto;
              margin-top: 8px;
              padding-left: 5px;
              width: 549px;
              height: 19px;
              font: bold 12px Verdana;
              color #fff;
              line-height: 17px;
            }
            
span.title { background: url(img/right_c.png) no-repeat; width: 16px; height: 19px; float: right; }

.article { background: none;
           margin: 0 auto;
           margin-top: 8px;
           width: 532px;
           font: 10px Arial;
           color: #8c8997;
           text-align: justify;
         }

.article2 { background: none;
           margin: 0 auto;
           margin-top: 8px;
           width: 532px;
           font: 10px Arial;
           color: #8c8997;
           text-align: center;
         }
         
#navigation { background: #000;
              padding-top: 10px;
              width: 165px;
              height: 100%;
              float: left;
            }
            
h1.pretty { background: url(img/pretty.png) no-repeat;
            margin: 0 auto;
            margin-bottom: 5px;
            width: 141px;
            height: 24px;
            display: block;
            text-indent: -9999px;
          }
          
h1.pwoper { background: url(img/pwoper.png) no-repeat;
            margin: 0 auto;
            margin-top: 10px;
            margin-bottom: 5px;
            width: 141px;
            height: 22px;
            display: block;
            text-indent: -9999px;
          }

#navigation ul { list-style-type: none; margin: 0; padding: 0; }
#navigation ul li { margin: 0 auto; padding-top: 1px; width: 141px; height: 17px; border-bottom: #155514 solid 1px; font: 11px Verdana; color: #bbb;}
#navigation ul li a { width: 141;
                      height: 17px;
                      font: 11px Verdana;
                      color: #bbb;
                      letter-spacing: 2px;
                      text-decoration: none;
                    }      

a:link, a:active, a:visited {
	color: #f1f1f1;
	text-decoration: none;
	}
	
a:hover {
	color: #c0ffb3;
	}
    