body {
  background-image: url('images/stock.png');
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  margin-top: 0px;
  margin-bottom: 0px;
}

#content {
  background-image: url('images/background1.png');
  background-repeat: repeat-y;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  text-align: center;
  margin-left: -10px;
}

#pageText {
  margin-left: 25px;
}

#video {
  text-align: center;
}

#leftText {
  width: 400px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

#bottomText {
  padding-left: 5px;
  padding-right: 5px;
  clear: both;
}

#footer {
  text-align: center;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

h1 {
  font-size: 20px;
  color: #660000;
}

img.floatRight {
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 80px;
}

strong {
  font-weight: normal;
}

a:link.red {
  color: #660000;
  text-decoration:  underline;
}

a:hover.red {
  color: #660000;
  text-decoration: none;
}

hr {
  width: 780px;
  margin-left: 5px;
  text-align: left;
}
