﻿body {
  font-family: Sans-Serif, Arial;
  font-size: 12px;
  background-color: #2d52b2;
}

H1 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0px;
}

H2 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0px;
}

H3 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0px;
}

#Page {
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  background-image: url(images/background.jpg);
  background-color: #ffffff;
  background-repeat: repeat-y;
  width: 791px;
  height: 500px;
}

#SideMenu {
  background-color: #ffffff;
  height: 400px;
  width: 200px;
}

#HeaderImage {
  border-bottom: black 5px solid;
}

#Footer {
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
}

#Footer A {
  color: #ffffff;
}

#Footer A:visited {
  color: #ffffff;
}

#Product {
}

#Product .name {
  font-size: 18pt;
}

#Product .updated {
  font-size: 10px;
  color: #a9a9a9;
  font-style: italic;
}

