html { overflow-y: scroll; }

body {
  background-color: #000000;
  margin: 0px;
}

h1 {
  font-family: arial, helvetica;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
}

h2 {
  font-family: arial, helvetica;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}

a { color: #ffffff; }
a:hover { color: #eb1b28; }

.layout {
  table-layout: fixed;
  border-style: none;
  width: 770px;
  height: 100%;
}

.navigation {
  background-color: #666666;
  width: 128px;
  height: 25px;
}

.red { color: #eb1b28; }
.line {
  background-color: #ffffff;
  width: 1px;
}

.content {
  background-image: url('layout/background.jpg');
  background-repeat: no-repeat;
  background-color: #000000;
  padding: 20px 20px 20px 20px;
  font-family: arial, helvetica;
  font-size: 13px;
  font-weight: normal;
  color: #eeeeee;
}

.content-home {
  background-image: url('layout/background-home.jpg');
  background-repeat: no-repeat;
  background-color: #000000;
  padding: 20px 20px 20px 20px;
  font-family: arial, helvetica;
  font-size: 13px;
  font-weight: normal;
  color: #eeeeee;
}

.table {
  font-family: arial, helvetica;
  font-size: 13px;
  font-weight: normal;
  color: #eeeeee;
}

.highlight {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}

.photo {
  border-style: solid;
  border-width: 1px;
  border-color: #eeeeee;
}

