a, body, div, em, h1, h2, h3, li, p, span, table, td, tr, ul {
  margin: 0;
  padding: 0;
  color: #FFF;
}

a, .highlight {
  color: #EF6223;
}

a {
  text-decoration: none;
}

a:hover {
  color: #FFF;
}

a img {
  border: 0;
}

body {
  background: #000;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
}

div#divMenu,
img#imgMenu {
  position: absolute;
  width: 370px;
  height: 760px;
}

div#divMenu {
  background: url( ../images/menu.png ) no-repeat;
  z-index: 99;
}

img#imgMenu {
  display: block;
  border: 0;
  z-index: 100;
}

table#tableMain {
  width: 100%;
  background: url( ../images/background.gif ) repeat;
}

table#tableMain * {
  font-family: times, serif;
  font-size: 14px;
  line-height: 18px;
}

table#tableMain td.left div           { width: 290px; }
table#tableMain td.middle div.content { width: 690px; }

table#tableMain tr#trTop td {
  height: 170px;
  background: url( ../images/shadow_top.png ) repeat-x;
  vertical-align: top;
}

table#tableMain tr#trTop a#aGallery {
  position: absolute;
  top: 15px;
  font-size: 11px;
  margin: 0 0 0 50px;
}

table#tableMain tr#trTop a#aGallery span {
  position: relative;
  top: -1px;
  color: #EF6223;
}

table#tableMain tr#trTop a#aGallery:hover span { color: #FFF; }

table#tableMain tr#trTop ul,
table#tableMain tr#trTop ul * {
  height: 11px;
  font-size: 11px;
  line-height: 14px;
}

table#tableMain tr#trTop ul {
  width: 690px;
  padding: 15px 0 0 0;
  text-align: right;
}

table#tableMain tr#trTop ul li {
  display: inline;
  vertical-align: bottom;
}

table#tableMain tr#trTop ul li a {
  color: #FFF;
  text-decoration: none;
}

table#tableMain tr#trTop ul a:hover,
table#tableMain tr#trTop ul li.current a {
  color: #EF6223;
}

table#tableMain tr#trTop ul li.separator {
  font-size: 8px;
  line-height: 11px;
  padding: 0 5px;
  vertical-align: bottom;
}

table#tableMain tr#trMiddle div.content {
  min-height: 500px;
  height: auto !important;
  height: 500px;
  padding: 100px 0 0;
}

table#tableMain tr#trMiddle div.content div.separator {
  width: 150px;
  height: 1px;
  border-top: 1px dotted #FFF;
  margin: 5px 0 15px;
}

table#tableMain tr#trMiddle div.content em {
  font-size: 14px;
  line-height: 18px;
}

table#tableMain tr#trMiddle div.content h1,
table#tableMain tr#trMiddle div.content h2,
table#tableMain tr#trMiddle div.content h3,
table#tableMain tr#trMiddle div.content p {
  clear: both;
  margin: 0 0 15px;
}

table#tableMain tr#trMiddle div.content h1,
table#tableMain tr#trMiddle div.content h2,
table#tableMain tr#trMiddle div.content h3 {
  color: #EF6223;
}

table#tableMain tr#trMiddle div.content h1 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
}

table#tableMain tr#trMiddle div.content h2,
table#tableMain tr#trMiddle div.content h3 {
  font-size: 14px;
  line-height: 18px;
}

table#tableMain tr#trMiddle div.content p {
  margin: 0 0 15px;
}

table#tableMain tr#trMiddle div.content .no_margin {
  margin: 0;
}

table#tableMain tr#trBottom td {
  height: 220px;
  background: url( ../images/shadow_bottom.png ) 0 bottom repeat-x;
  vertical-align: bottom;
}

table#tableMain tr#trBottom div {
  text-align: right;
}

table#tableMain tr#trBottom div * {
  font-size: 11px;
  line-height: 14px;
  color: #FFF;
}

table#tableMain tr#trBottom div span {
  display: block;
  padding: 0 0 30px;
}

table#tableMain tr#trBottom div span.left {
  float: left;
  position: relative;
  top: -8px;
}

table#tableMain tr#trBottom div span.left img {
  position: relative;
  top: 2px;
  left: 2px;
}

table#tableMain tr#trBottom div span.right {
  float: right;
  color: #FFF;
}
