body  {
   background-color: #F0F0F0;
   margin: 0;
   padding: 0;
   color: #000;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

#container {
      position: relative;
/*      width: 614px; /* width + border for IE 5.x */
/*      w\idth: 620px; /* real width */
      width: 756px; /* width + border for IE 5.x */
      w\idth: 762px; /* real width */
      border: solid silver;
      border-width: 0 1px;
      margin: auto;
      padding: 15px 10px 50px 10px;
      background-color: #f6f6f6;
   }

#container2 {
      position: relative;
      width: 756px; /* width + border for IE 5.x */
      w\idth: 762px; /* real width */
      border: solid silver;
      border-width: 0 1px;
      margin: auto;
      padding: 15px 10px 50px 10px;
      background-color: #f6f6f6;
   }

#topline {
   display: inline;
}

#topleft {
   float: left;
}

#topright {
   float: right;
}

#header  {
   float: left;
   width: 100%;
   background: #DAE0D2 url(../images/bg.gif) repeat-x bottom;
   font-size: 93%;
   line-height: normal;
   margin-bottom: 20px;
}

#header #current  { background-image: url(../images/left.gif); }

#header #current a  {
   background-image: url(../images/right.gif);
   color: #333;
   padding-bottom: 5px;
}

#header a  {
   display: block;
   background: url(../images/right_on.gif) no-repeat right top;
   padding: 5px 10px 4px 6px;
   text-decoration: none;
   font-weight: bold;
   color: #636363;
}

#header a:hover  { color: #333; }

#header li  {
   float: left;
   background: url(../images/left_on.gif) no-repeat left top;
   margin: 0;
   padding: 0 0 0 9px;
}

#header ul  { margin: 0; padding: 5px 5px 0; list-style: none; }


.clear {
   clear: both;
}

#left {
   float: left;
}

.right {
   float: right;
   margin-left: 10px;
}

img {
   border: none;
}

