body {
  border-right: 1px dashed gray;
  background: black;
  color: #CCCCCC;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 0; /* IE hacks */
  margin: 60px 0 10px 0;
  padding: 0;
  text-align: center; /* IE 5 and 5.5 do not recognise the margin: auto; css property like they should. To get around this we need to use the text-align: center; property on the body which will center the container div. */
}

#page {
  font-size: 11px;
  margin: auto;
  text-align: left; /* This will center your container div, but will also center all the text inside that div. We don't want that, so we need to override the text-alignment inside the container div. */
  width: 770px;
}

#header {
  height: 190px;
}

#container {
  height: 100%;
  overflow: hidden;
}

.container {
  height: 100%;
  margin-bottom: 80px;
  overflow: hidden;
}

.container-img {
  height: 100%;
}

#column-left {
  float: left;
  text-align: center;
  width: 385px;
}

.column-left {
  float: left;
  text-align: left;
  width: 325px;
}

#column-right {
  float: right;
  text-align: center;
  width: 385px;
}

.column-right {
  float: right;
  text-align: left;
  width: 420px;
}

#content {
}

#footer {
  margin-top: 60px;
  text-align: center;
}

#container img {
  border: 1px solid white;
}

.container img {
  border: 1px solid white;
}

.container-img img {
  border: 1px solid #E6E6E6;
}

#container img.ico-z {
  border: none;
  height: 107px;
  margin: 0 0 1px 1px;
  width: 153px;
}

a {
  color: #D9D9D9;
  text-decoration: none;
}

a.mark {
  text-decoration: underline;
}

h1 {
  background: #333333;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
  padding: 2px 4px;
}

h1.another {
  margin-top: 16px;
}

h2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  margin: 14px 0;
}

img.btn {
  border: none;
  margin: 0 20px;
}

img.float-left {
  float: left;
  margin: 5px 16px 8px 0;
}

img.ico {
  border: none;
  height: 34px;
  margin: 0 8px;
  width: 38px;
}

img.n {
  border: none;
  margin: 0 1px;
}

ul {
  list-style-type: circle;
  padding-left: 20px;
}

p, ul, table {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

p.another {
  margin-top: 12px;
}

p.copyright {
  color: #CCCCCC;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  line-height: 14px;
  margin-top: 20px;
}

div.menu-container {
  float: right;
  margin-top: 10px;
  text-align: center;
  width: 320px;
}

div.menu {
  float: left;
  width: 64px;
}

div.menu p {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
}

div.menu img {
  border: none;
  height: 50px;
  padding-bottom: 2px;
  width: 60px;
}

div.thumb {
  float: left;
  padding-bottom: 50px;
  text-align: center;
  width: 192px;
}

div.thumb img {
  vertical-align: top;
}

th, td {
  padding: 2px 16px 2px 0;
}
