#sub-title {
   background-image: url(../img/title.gif);
}

#members-header {
   border-bottom: 1px solid #000;
   min-height: 38px;
   *height: 38px;
}

#members-header h2 {
   float: left;
   background-image: url(../img/members.gif);
   background-repeat: no-repeat;
   background-position: left;
   text-indent: -9999px;
   width: 200px;
   height: 38px;
}

#members-header div.members-header-buttons {
   float: right;
   padding-top: 7px;
}

#welcome {
   text-align: right;
   padding-right: 20px;
}

#members-contents {
   margin-top: 20px;
   border: 2px solid #000;
   border-top: 0;
}

#members-contents-header ul {
   margin: 0; padding: 0;
   list-style-type: none;
   min-height: 40px;
   background-color: #000;
}
#members-contents-header ul li {
   float: left;
   width: 150px;
   text-align: center;
   background-color: #000;
   color: #fff;
   border-left: 1px solid #fff;
}
#members-contents-header ul li:first-child {
   border-left: 0;
}
#members-contents-header ul li a {
   display: block;
   padding-top: 10px;
   padding-bottom: 10px;
   color: #fff;
   text-decoration: none;
   border-top: 2px solid #000;
   border-bottom: 2px solid #000;
}
#members-contents-header ul li a:hover {
   background-color: #18a4cd;
}
#members-contents-header ul li a.active {
   background-color: #18a4cd;
}

#members h3 {
   padding: 5px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-bottom: 1px solid #000;
   font-size: 10pt;
}

