@import url(sizes.css); /* in an imported file to hide it from NS4 */

body {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  color: #009966;
  padding-top: 5px;
}

h2 {
  color: #FF3333;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

th, td {
  border: 1px solid #009966;
  padding: 5px;
}

th {
  background-color: #FFFFCC;
  text-align: center;
}

#header {
  text-align: center;
  background-color: #99FFCC;
  margin: 0 0 20px 0;
}

#navigation {
  width: 215px;
  clear: left;
  float: left;
  margin: 0;
  padding: 0;
}

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

#navigation li {
  background: white url(images/button_top.gif) no-repeat left top;
  padding: 0;
  margin: 0 0 3px 0;
  text-align: center;
}

#navigation a {
  background: url(images/button_bottom.gif) no-repeat left bottom;
  display: block;
  width: 215px;
  w\idth: 201px;
  padding: 7px;
  font-family: "Book Antiqua", "URW Palladio L", Bookman, serif;
  text-decoration: none;
}

#navigation a:link, #navigation a:visited {
  color: blue;
}

#navigation a:hover {
  color: lime;
}

#home #navigation .home,
#calendar #navigation .calendar,
#events #navigation .events,
#joining #navigation .joining,
#contacts #navigation .contacts,
#juniors #navigation .juniors,
#coaching #navigation .coaching,
#fees #navigation .fees,
#elopen #navigation .elopen,
#links #navigation .links,
#history #navigation .history,
#results #navigation .results,
#pictures #navigation .pictures {
  background-color: #FFFFAA;
  cursor: default;
}

#content {
  margin:0 0 0 225px;
  padding:0;
}

/* hack to stop IE 3-pixel offset */
* html p {
  height: 1%;
}

img {
  margin:0 15px 0 0;
  padding:0;
}

#thumbnails img {
  margin:0 5px 5px 0;
  padding:0;
}

#footer {
  height: 1em;
  clear: both;
  background-color: #009966;
  color: #FFFFFF;
  margin-top: 10px;
}

#footer_left {
  float: left;
}

#footer_right {
  float: right;
}

#footer a:link, #footer a:visited {
  color: #FFFFCC;
}

.cutting {
  font-family: "Times New Roman", Times, serif;
  background-color: #FFCCCC;
}

