/* Stylesheet for use with basic 2-column template */

html, body { margin: 0px;
  padding: 0px;
  background: #fff;
  color: #000;
  }

body { min-width: 780px; }

#wrapper { margin: 0 auto;
  background: #cf9;
  width: 780px;
  }

#header { background: url(images/header.jpg) #cf9;
  height: 127px;
  font-family: Arial,Helvetica,sans serif;
  font-size: 13px;
  color: #000;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 2px;
  }

#header h1 { font-family: Times, serif;
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  }

#header #contact { padding-top: 25px;
  font-family: Arial,Helvetica,sans serif;
  font-size: 13px;
  color: #000;
  text-align: center;
  }

#topnav { background: #9c6;
  margin: 0px;
  height: 18px;
  padding-top: 10px;
  border-bottom: 1px solid #363;
  font-family: Arial,Helvetica,sans serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  }

/*#topnav ul {
  display: block;
  margin: 0;
  padding: 0;
  }

#topnav li {
  list-style: none;
  margin: 0;
  display: inline;
  }*/

#topnav a { padding: 3px 10px;
  margin: 2px;
  border: 1px solid #363;
  border-bottom: none;
  background: #cf9;
  text-decoration: none;
  color: #363;
  }

#topnav a:link, #topnav a:visited { padding: 3px 10px;
  margin: 2px;
  border: 1px solid #363;
  border-bottom: none;
  background: #cf9;
  text-decoration: none;
  color: #363;
  }

#topnav a:hover { color: #000;
  background: #6c6;
  border-color: #063;
  }

#topnav a#current { background: white;
  border-bottom: 1px solid white;
  }

#topnav a.red-tab { padding: 3px 10px;
  margin: 2px;
  border: 1px solid #363;
  border-bottom: none;
  background: #c00;
  text-decoration: none;
  color: #fff;
  }

#topnav a.red-tab:hover {
  background: #900;
  }

/*#left { background: #ff9;
  float: left;
  width: 200px;
  }

#left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#left li {
  display: block;
  margin: 0;
  padding: 0;
  }*/

#content { background: #cf9;
  padding: 10px 50px;
  width: 680px;
  font-family: Arial,Helvetica,sans serif;
  font-size: 15px;
  color: #000;
  }

#footer { background: #9c6;
  clear: both;
  padding: 5px;
  font-family: Arial,Helvetica,sans serif;
  font-size: 13px;
  color: #000;
  }

#footer a { 
  padding: 1px 5px;
  font-family: Arial,Helvetica,sans serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #696;
  }

#footer a:hover { color: #063; }
