body {
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000000;
  background-color: #9b140d;
  background-image: url(images/gradient.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-attachment: fixed;
}

h1 {
  color: #ffffff;
  font-size: 22px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  margin-bottom: 5px;
  width: 260px;
}

ul {
  margin: 20px;
  margin-top: 10px;
  padding: 0px;
}

li {
  margin-bottom: 5px;
  color: #000000;
}

a:link {
  color: #fd7822;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #fd7822;
}

a:visited {
  color: #fd7822;
  text-decoration: none;
}

a:hover {
  color: #fd7822;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fd7822;
}

a:active {
  color: #fd7822;
  text-decoration: none;
}

.pic {
  background-image: url(images/all.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 385px;
  border: 4px solid #fd7822;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  background-color: #c11a10;
  z-index: 1;
  margin-bottom: 0px;
}

.video {
  position: relative;
  top: 10px;
  width: 425px;
  left: 10px;
  float: left;
  z-index: 5;
}

.videonotice {
  position: absolute;
  top: 70px;
  left: 60px;
  width: 300px;
  padding: 5px;
  height: auto;
  border: 1px solid #fd7822;
  text-align: center;
  z-index: 10;
}

p.copyright {
  text-align: center;
  font-size: 12px;
  width: 432px;
  position: relative;
  left: 0px;
  color: #000000;
  line-height: 14px;
}

.columncontainer {
  height: auto;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 0px;
  z-index: 50;
  padding-bottom: 5px;
}

.column {
  width: 432px;
  z-index: 51;
  border-left: 4px solid #fd7822;
  background-color: #c11a10;
  position: relative;
  left: 0px;
  top: -4px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #fd7822;
  border-right-width: 4px;
  border-right-style: solid;
  border-right-color: #fd7822;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 15px;
}

a.imagelink:hover,
a.imagelink:link {
  border-bottom-style: none;
}

p {
  margin: 0px;
  line-height: 25px;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000000;
}
