html {
    height: 100%;
}

.top {
    height:137px;
}

body {
  background:url("/images/canada.jpg");
  background-attachment:fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  height: 100%;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
}  

#DivHeader
{
position:relative;
display:block;
width:100%;
font-family: Century Gothic, sans-serif;
background-color:#fff;
    overflow: hidden;
    height:87px;
}

#DivLogo
{
	position:relative;
	padding-bottom:10px;
	padding-top:10px;
	height: 67px;
}

.Logo
{
	margin-left:20px;
	margin-right:20px;
	color:#e80b0b;	
}
#TRI{
    color:#333;
}

#SpLogo
{
	
	font-size:35px;
	font-weight:bold;
}

#SpSlogan
{
	font-size:20px;
}

h1 {
    color: #DF2B2B;
    font-family: Sans-serif, arial, "times new roman";
    padding-left: 50px;
}

h2 {
    margin-bottom: 16.5px;
    margin-top: 16.5px;
}

p {
    color: black;
    margin-bottom: 0px;
}
a {
    color: #DF2B2B;
}
#races {
   font-family: sans-serif;
   font-weight: bold;
    position: relative;
    width: 100%;
    height: calc(100%vh - 200px);
    padding-top: 10px;
    padding-bottom: 20px;
}
#races, #h2 {
  background: rgba(255,255,255, .7);
  margin: auto;
  padding-left: 0px;
  text-align: center;
}
#h2 {
  text-align: center;
  background-color: #e80b0b;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  position:relative;
  font-family: Century Gothic, sans-serif;
  height: 63px;
  overflow: hidden;
}
#navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    font-family: Century Gothic, sans-serif;
    Height: 50px;
}
#races ul li {
    list-style-type: none;
}
#navbar li {
    float: left;
    height: 50px;
}

#navbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
}

/* Change the link color on hover */
#navbar li a:hover {
    background-color: #111;
    height: 50px;
}
.header {
    margin: 0px;
}

.type {
    color:#e80b0b;
}

table {
  border-collapse: collapse;
}

td, th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}

#rtable {
 margin-left: 15px;   
}

.racepics {
height:280px;
width: 350px;
overflow: hidden;
float: right;
padding-right: 50px;
}
    
.racepic {
    height:100%;
    width:100%;
}

.boxad {
    height: 200px;
    width: 350px;
    float: right;
    padding-right: 200px;
}
.bannerad {
    height: 100px;
    width: 1000px;
    padding-top: 25px;
display: block;
  margin-left: auto;
  margin-right: auto;
}