/* (c) Windmill - (r) bsd 20090119 1505 */
/* for the Blades Super Draw site */

body {
   background: #ffffff url(../gfx/backgrounds/blades.gif) repeat-y 50% 0;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   line-height: 14px;
   color: #330000;
   text-decoration: none;
   text-align: left;
}

#wrapper {
   width: 748px;
   margin: 0 auto;
   padding: 0px;
   z-index: 1;
}
#content {
   position: relative;
   left: 0px;
   top: 0px;
   right: 0px;
   bottom: 0px;
   margin: 0 auto;
   padding: 0px;
   z-index: 2;
}

#links {
   position: absolute;
   left: 24px;
   top: 155px;
   width: 125px;
   z-index: 4;
}

#header {
   background: url(../gfx/headers/blades.gif);
   position: relative;
   left: 0px;
   top: 0px;
   width: 748px;
   height: 155px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   z-index: 3;
}

#page_content {
   position: relative;
   left: 154px;
   top: 0px;
   width: 546px;
   z-index: 3;
}

p {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   line-height: 14px;
   color: #330000;
   text-decoration: none;
   text-align: left;
}
p.justify {
   text-align: justify;
}
li {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   line-height: 14px;
   color: #330000;
   text-decoration: none;
   text-align: left;
}
b {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   line-height: 14px;
   color: #330000;
   text-decoration: none;
   text-align: left;
}
b.title {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: bold;
   line-height: 18px;
   color: #330000;
   text-decoration: none;
   text-align: left;
}
a {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   line-height: 14px;
   color: #cc0000;
   text-decoration: none;
}
a:hover {
   color: #000000;
   text-decoration: none;
}

div.button {
   float: right;
   margin-top: 4px;
}
a.button {
   background: #cc0000;
   padding: 4px 8px 4px 8px;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   line-height: 18px;
   color: #ffffff;
   text-decoration: none;
}
a.button:hover {
   background: #cc0000;
   color: #ffff00;
   text-decoration: none;
}

#page_footer {
   background: #cc0000;
   position: relative;
   left: 0px;
   top: 25px;
   width: 748px;
   padding: 4px 0 4px 0;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   line-height: 11px;
   color: #ffffff;
   text-decoration: none;
   text-align: center;
}
a.footer_link {
   width: 120px;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   line-height: 11px;
   color: #ffffff;
   text-decoration: none;
}
a.footer_link:hover {
   color: #ffffff;
   text-decoration: underline;
}

