#sexyNav {
    width: 840px;
    height: 210px;
    border: 12px solid transparent;
    border-image: url('images/fflegend3navbg.png') 12 repeat;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 20px auto;
    font-family: Arial, Helvetica, sans-serif;
}
#sexyNav > div {
    background-color: #f3efff;
    padding: 17px 10px 10px 188px;
}
#sexyNav a img {
    border: 0;
}
#navLogo {
    position: absolute;
    top: 12px;
    left: 7px;
}
#navLogo img, #talon #ani {
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated; /* Chrome */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
}
#talon {
    background: url(images/ffl3nav_map.png) repeat-x;
    animation: slideLeft 40s linear infinite;
    width: 165px;
    height: 75px;
    position: relative;
}
@keyframes slideLeft {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -876px;
  }
}
#talon #ani {
    position: absolute;
    top: 22px; 
    left: 74px;
}
#talon #glow {
    position: absolute;
    top: -1px;
    left: -1px;
}
#mainLinks a, #subLinks a, #otherSites a {
    display: inline-block;
    border: 2px solid #bc96ff;
    background-color: #d4b9ff;
    color: #501ea4;
    font-weight: bold;
    text-decoration: none;
}
#mainLinks a:hover, #subLinks a:hover, #otherSites a:hover {
    border-color: #cfca6e;
    background-color: #fbf482;
    color: #706900;
}
#mainLinks a {
    padding: 6px 8px 4px 8px;
    margin: 0 4px 7px 0;
    font-size: 17px;
    border-radius: 5px;
}
#mainLinks .current {
    border-color: #9776d1;
    background-color: #6737be;
    color: #eff3ff;
    pointer-events: none;
}
#subLinks {
    margin-top: 12px;
    border-top: 1px solid #c2b6c9;
    border-bottom: 1px solid #c2b6c9;
    padding: 7px 0;
    font-size: 12px;
}
#subLinks a, #otherSites a {
    padding: 2px 5px 1px 5px;
    margin: 0 4px 0 0;
    border-radius: 4px;
}
#otherSites {
    color: #4e207f;
    margin-top: 5px;
    padding-top: 2px;
    font-size: 12px;
}
#otherSites span {
    display: inline-block;
    margin-right: 3px;
}

/* Talon header */

#ta {
    background: url(images/ffl3header-spread.png) repeat-x 0 bottom;
    height: 200px;
    border-bottom: 2px solid #000;
}
#grid {
    background: url(images/ffl3header-grid.png);
    width: 768px;
    margin: 0 auto;
}
#pc {
    background: url(images/ffl3header-controls.gif) repeat-x 0 100%;
}
#le {
    background: url(images/ffl3header-left.png) repeat-y;
}
#ri {
    background: url(images/ffl3header-right.png) repeat-y 100% 0;
}
#ch {
    background: url(images/ffl3header-char.gif) no-repeat center bottom;
    height: 200px;
    text-align: center;
}
h1 {
    padding: 40px 0 0 0;
    margin: 0;
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 55px;
    line-height: 1em;
    box-sizing: border-box;
    color: #142c38;

    text-shadow: 
        -3px -3px 0 #e8fccc,  
         3px -3px 0 #e8fccc,
        -3px  3px 0 #e8fccc,
         3px  3px 0 #e8fccc,
        -3px  0px 0 #e8fccc,
         3px  0px 0 #e8fccc,
         0px -3px 0 #e8fccc,
         0px  3px 0 #e8fccc;
}
h1 span {
    display: block;
    font-size: 45px;
}