  :focus{ outline: 0; }

  body{
    font-family: 'Lucida Grande', Arial, sans-serif;
    color: #fff;
    background: #000;
    font-size: 11px;
    padding: 40px 0 0 0;
    line-height: 18px;
  }
  
  a{
    text-decoration: none;
  }
  
  #header{
    width: 650px;
    margin: 0px auto;
  }
  
  #header #left{
    float: left;
    background: url(images/headerleft.gif) left center no-repeat;
    width: 585px;
    height: 43px;
    border-right: 1px #1F4CA3 solid;
    margin: 0;
  }
  
  #header #left h1{
    line-height: 46px;
    margin: 0 0 0 20px;
    font-weight: normal;
  }
  
  #header #left h1 a{
    color:#fff;
    text-shadow: #000 0px 1px 0px;
  }
  
  #header #home{
    float: right;
    height: 43px;
    width: 64px;
    border-bottom: 1px #E39329 solid;
    margin: 0;
    padding: 0;
  }
  
  #header #home a{
    display: block;
    height: 43px;
    width: 64px;
    text-indent: -9999px;
    background: url(images/rss.gif) right center no-repeat;
    margin: 0 -1px 0 0;
  }
  
  #header #home a:hover{
    background: url(images/rss_o.gif) center center no-repeat;
  }
  
  #container{
    width: 648px;
    margin: 0px auto;
    background: url(images/c_bg.gif) center center repeat-y;
    padding: 0 1px 1px 1px;
  }
  
  #container #presetslist {
    background: #2b2b2b url(images/ds_bg.gif) top left repeat-x;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px #353535 solid;
    border-top: 1px #4168A8 solid;
    margin: -1px 0 1px 0;
    font-size: 15px;
    color: #DADADA;
  }
  
  #container #presetslist a{
    background: transparent !important;
    padding: 0 !important;
    color: #DADADA;
  }
  
  #container .group{
    padding: 30px 45px 30px 45px;
    border-top: 1px #222 solid;
  }

  #container .group .links {
    display: block;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 25px;
  }
  
  #container .group .links .spacer{
    padding-right: 5px;
  }

  #container .group .links a{
    text-shadow: #000 0px 1px 2px;
    color: #fff;
    font-size: 18px;
    padding: 3px 0 5px 3px;
  }
  
  #container .group .links a:hover{
    text-decoration: underline;
  }

  #container .group .links a.updated{
    background-image: url(images/updated-repeat.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    color: #EFE19E; !important
    padding-right: 3px;
    text-decoration: none;
  }
  
  #container .group .name-bg{
    background: url(images/link-l.gif) left center no-repeat;
    padding: 26px 0 26px 19px;
    margin: 0 0 0 -45px;
    font-size: 14px;
    display: inline;
  }
  
  #container .group .name-bg .name{
    background: url(images/link-r.gif) right center no-repeat !important;
    padding: 26px 35px 26px 25px !important;
    margin: 0;
    font-size: 14px;
    color: #fff !important;
    text-shadow: #000 0px 1px 1px;
  }
  
  #container .group .name-bg .name:hover{
    background: url(images/link-r-o.gif) right center no-repeat !important;
    color: #161616 ! important;
    text-shadow: #000 0px 0px 0px;
  }
  
  #container .preset {
    padding: 30px 45px 30px 45px;
    border-top: 1px #222 solid;
  }
  
  #container .preset .presetname {
    text-align: center;
    text-shadow: #000 0px 1px 2px;
    color: #fff;
    font-size: 18px;
    padding: 3px 0 15px 0;
  }
  
  #container .preset .presetwrapper {
    text-align: center;
  }
  
  #container .preset .presetwrapper form {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #container .preset .presetwrapper .input {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 3px;
    background-color: #252525;
    border: 1px solid #5A5A5A;
  }
  
  #container .preset .presetwrapper .button {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    background-color: #252525;
    border: 1px outset #5A5A5A;
    padding: 5px;
    color: #FFFFFF;
  }
  
  #inner-footer{
    background: url(images/nav.gif) center center no-repeat;
    height: 38px;
    width: 650px;
    line-height: 38px;
    margin: 0px auto;
    position: relative;
    clear: both;
  }
  
  #inner-footer span{
    text-align: center;
    margin: 0 25% 0 25%;
    color: #999;
    width: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
  }
  
  #footer{
    width: 650px;
    margin: 0px auto;
    padding: 40px 0 30px 0;
    text-align: center;
  }
  
  #footer a{
    background: url(images/alink.gif) right center no-repeat;
    padding: 0 14px 1px 0;
    color: #2a69bb;
    margin: 0 2px 0 2px;
  }
  
  #footer a:hover{
    background: url(images/alink_o.gif) right center no-repeat;
    color: #3181ea;
  }
