body {
  /* MSIE 5 doesn't center based on auto left/right margins, 
     but 'text-align:center' does center top-level divs: */
  text-align: center;
  /* Specify a min-width for the body as wide as the 'wrapper'
     element itself. This prevents negative (i.e. inaccessible)
     left-margins in narrow browser windows when using 
     Navigator 6+/Mozilla on Win32: */
  min-width: 900px;
    margin: 0;
    background-color: #0A463C;
    background-image: url(../images/bkg.jpg);
    font-family: Arial, Helvetica, sans-serif;
    font-size:84%;
    color:#000; 
}

a, a:visited {color:#39AD9B; text-decoration:none; font-weight: bold;}
a:hover {text-decoration:underline;}

#wrapper {
  /* Reset alignment to compensate for 'text-align:center': */
  text-align: left;
  /* Specify the width of the element. This should be the same
     as 'body min-width': */
  width: 900px;
  background:#fff;
  /* Set left and right margins to auto, thus centering the 
     element in the containing (body) tag: */
  border:1px solid #000;
  margin-left: auto;
  margin-right: auto;
}

#content h1 {height:45px; margin:20px; margin-bottom: 5px; font-size:26px; font-family:"times new roman", serif; line-height:38px; overflow:hidden;}
#content h2 {height:35px; margin:20px; margin-left: 35px; font-size:18px; font-family:"times new roman", serif; line-height:38px; overflow:hidden;}
#content h3 {margin-top: 15px; text-align: center; font-size: 20px; font-family: "times new roman", serif; }
#content p {line-height:1.5em; text-align: left; margin: 15px 60px 10px 35px;}
#content ul {margin-top: -2px; }
#content li {margin-left: 15px; margin-right: 60px;}

#table p {line-height:1.5em; text-align: center; margin: 10px;}

#sponsor {text-align: center; margin-top: -25px; color: red; font-style: italic; }

#footer {padding:0; margin:0; list-style:none; height:45px; background:#161616 url(six_0b.gif) repeat-x;; z-index:200; font-family:arial, helvetica, sans-serif; font-size:11px; color: white; text-align: center;}
.best {
	border: 1px solid #114D43;
}
