/* (c) Windmill - (r) gym 20091115 1810 */
/* for the gym plus site */

body {
   background: #ffffff url(../gfx/background.gif) repeat-y 50% 0;
   padding: 0px;
   margin: 0px;
}

div.wrapper {
   width: 774px;
   bottom: 0px;
   margin: 0 auto;
   padding: 0;
}

div.navStrip {
   position: absolute;
   left: 0px;
   top: 115px;
   width: 754px;
   z-index: 6;
   text-align: right;
   height: 20px;
   overflow: hidden;
}
span.nav {
   float: right;
   padding-top: 2px;
}
a.nav {
   background: #000000;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
   padding: 4px 10px 4px 10px;
}
a.nav:hover {
   background: #cc0000;
   color: #ffffff;
   text-decoration: none;
}

div.scroller {
   position: absolute;
   left:64px;
   top:135px;
   width:710px;
   height:440px;
   z-index:4;
   overflow-y: auto;
}

h2 {
   margin-top: 25px;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 24px;
   font-weight: bold;
   color: #330000;
}

h3 {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: #330000;
}

p {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #330000;
   line-height: 15px;
   text-align: justify;
}
b {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
}
ul {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #330000;
   line-height: 18px;
   text-align: justify;
}

a {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #990000;
   text-decoration: underline;
}
a:hover {
   color: #000000;
   text-decoration: none;
}

img.frame {
   color: #000000;
}

hr {
   color: #cc0000;
   background-color: #cc0000;
   height: 1px;
   border: none;
}

