@charset "ISO-8859-1";

body {
  background: #1F6C98;
  min-width: 900px;
  text-align: center;
}

h1 {
  margin:0px;
}

h4 {
  margin:0px;
}

#page {
  background: #C0D9D9;
  width: 900px;
  height: auto;
  _height: 600px;
  min-height: 600px;
  margin:0 auto;
  text-align: left;
}

#header {
  background: #1F6C98;
  width: 900px;
  height: auto;
  margin:0 auto;
  text-align: center;
  padding: 0px;
}

#menu {
  background: #C0D9D9;
  width: 900px;
  height: auto;
  margin:0 auto;
  text-align: center;
  padding: 0px;
}
#submenu {
  background: #C0D9D9;
  width: 900px;
  height: auto;
  margin:0 auto;
  text-align: left;
}
a {
 color: rgb(10,53,75);
 text-decoration: none;
}

#footer {
  background: #1F6C98;
  width: 900px;
  height: auto;
  margin:0 auto;
  text-align: center;
}

div.links {
  text-align: center;
  width: 100%;
  margin: 5px;
}
table.racemain {
  width: 100%;
  padding: 2px;
}
th.raceheader {
  background: #1F6C98;
  border: solid black 1px;
  width:190px;
  height:20px;
  text-align:center;
}

td.race1 {
  border: solid black 1px;
  width:190px;
  height:400px;
  text-align:center;
}

td.race2 {
  border: solid black 1px;
  width:190px;
  height:200px;
  text-align:center;
}

td.race3 {
  border: solid black 1px;
  width:190px;
  height:100px;
  text-align:center;
}

td.race4 {
  border: solid black 1px;
  width:190px;
  height:50px;
  min-height:50px;
  max-height:50px;
  text-align:center;
}

td.race {
  border: solid black 1px;
  width:190px;
  height:20px;
  min-height:20px;
  max-height:20px;
  text-align:center;
}

div.imagediv {
  border: solid black 1px;
  float: left;
  margin:15px;
  width:180px;
  height:200px;
  max-height:200px;
  text-align:center;
}

div.showimage {
  position: absolute;
  top: 250px;
  left: 50%;
  z-index: 2;
  visibility: hidden;
  border: solid black 1px;
  background-color: white;
  margin: 0 -200px;
  width:400px;
  height:600px;
  max-height:600px;
  text-align:center;
}

div.imgdiv {
  width:100%;
  height:150px;
  max-height:150px;
}

div.descdiv {
  width:100%;
  height:50px;
  max-height:50px;
}

div.gallerydiv {
  float: left;
  text-align:center;
  width:850px;
  margin:25px;
  _height:400px;
  min-height: 400px;
}

div.newsdiv {
  margin: 2px;
}

div.articlediv {
  margin: 5px;
}

div.storydiv {
  margin: 2px;
}

div.storyarticlediv {
  margin: 5px;
}

a.link {
  font-size: 25px;
}

p {
  margin: 5px;
}