#page {
     margin: auto;
     width: 710px;
}
#finals-page {
     margin: auto;
     width: 770px;
}
UL.mytabs {
     position: relative;
     z-index: 2;
}
UL.mytabs, UL.mytabs LI {
     margin: 0;
     padding: 0;
     list-style: none;
     float: left;
}
UL.mytabs LI { padding: 0 5px; }
UL.mytabs LI A { float: left; padding: 7px; background: #666; text-decoration: none; color: lime; font-size: 12px; font-family: "trebuchet ms"; height: 22px; border: solid 1px #0f0; }
UL.mytabs LI A:HOVER, UL.mytabs LI.current A {
     background: #999;
}
UL.mytabs LI.current A { font-weight: bold; font-size: 14px; border-bottom-style: solid; border-bottom-width: 0; }
.mytabs-container { position: relative; z-index: 1; clear: both; border: solid 1px #0f0; padding: 10px; top: -1px; margin-right: auto; margin-left: auto; }
