/* Generated by KompoZer */
#header {
  width: 100%;
  height: 6em;
}
#leftcol {
  background-image: url(images/texture.jpg);
  background-color: #d7d7d7;
  float: left;
  width: 20%;
  height: 500px;
}
#content {
  float: left;
  width: 64.85%;
  height: 500px;
  text-align: center;
}
#rightcol {
  border-left: thin solid gray;
  background-color: white;
  float: left;
  width: 14.5%;
  height: 500px;
}
#footer {
  background-image: url(images/texture.jpg);
  clear: left;
  width: 100%;
  height: 4em;
  text-align: center;
}
img.center {
  margin-left: 6em;
  margin-top: 4em;
}
a {
  margin-top: 1.5em;
  text-decoration: none;
  display: block;
  color: red;
  text-align: center;
  font-size: large;
}
body {
  margin: 0px;
  padding: 0px;
}
a:visited {
  color: red;
}
h2 {
  text-align: center;
  color: black;
}
table {
  padding: 5em;
  margin-top: 1.5em;
  text-align: left;
}
caption {
  font-weight: bold;
  font-size: x-large;
}
#table {
  text-align: center;
}
h4 {
  color: blue;
}
