div#header-border-top {
   position: relative;
   top: 0px;
   left: 0px;
   font-size: 0px;
   width: 100%;
   height: 14px;
   background-image: url(/_template/_images/header-border-top.gif);
}

div#banner {
   position: relative;
   background-image: url(/_template/_images/guildscreenshot01.jpg);
   background-repeat: no-repeat;
   background-position: center center;
   background-color: #000; /*#212121;*/
   height: 140px;
   width: 100%;
   text-align: center;
}

img#gnawbert {
   position: absolute;
   bottom: 0px;
   right: 0px;
}

div#title-wrapper {
   position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center;
}

div#thecollective {
   position: relative;
   bottom: 0px;
   left: 0px;
   width: 359px;
   height: 86px;
   margin: 0 auto;
   overflow: visible;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_template/_images/thecollective.png', sizingMethod='scale');   
}

div#thecollective[id] {
   background-image:url(/_template/_images/thecollective.png);
}

img#murky {
   position: absolute;
   bottom: 0px;
   left: 0px;
}

div#header-border-middle {
   position: relative;
   bottom: 0px;
   left: 0px;
   font-size: 0px;
   width: 100%;
   height: 32px;
   background-image: url(/_template/_images/header-border-middle.gif);
}

div#navbar {
   position: relative;
   background-image: url(/_template/_images/header-navbar.gif);
   width: 100%;
   height: 30px;
}

div#navbar-links {
   color: #FFFFFF;
   font-family: Verdana;
   font-weight: bold;
   font-size: 10px;
   text-align: center;
   vertical-align: middle;
   height: 15px;
}

div#navbar-links a {
   color: #EBBE53; /*#FFDA73;*/
   font-family: Verdana;
   font-weight: bold;
   font-size: 11px;
   text-decoration: none;
}

div#navbar-links a:hover {
   text-decoration: underline;
}

div#navbar-sublinks {
   color: #FFFFFF;
   text-align: center;
   padding: 0px;
   margins: 0px;
   height: 15px;
   font-size: 10px;
   font-family: Verdana;
   font-weight: normal;
   z-index: 1000;
}

div#navbar-sublinks a {
   color: #FFFFFF;
   font-family: Verdana;
   font-size: 10px;
   text-decoration: none;
   font-weight: normal;
}

div#navbar-sublinks a:hover {
   text-decoration: underline;
}

div#header-border-bottom {
   position: relative;
   font-size: 0px;
   width: 100%;
   height: 45px;
   background-image: url(/_template/_images/header-border-bottom.gif);
}

div#header-border-bottom-alt {
   position: relative;
   font-size: 0px;
   width: 100%;
   height: 26px;
   background-image: url(/_template/_images/header-border-bottom-alt.gif);
}

