html {
  border: 0;
}

body {
  margin: 0;
  /* background: #82889d url(images/bg.gif) repeat-y center; */
  background: #82889d;
  font: 8pt tahoma;
  text-align: justify !important;
  text-align: center;
}

h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
  font-size: 0;
  overflow: hidden;
}

#wrapper {
  margin: 0 auto !important;
  margin-right: -1px;
  margin-left: 0;
  width: 760px;
  position: relative;
}

#header {
  height: 94px;
  text-align: center;
  background: url(images/top-header-bg.gif) repeat-x;
}

#logo img {
  border: 0 none;
}

#navigation {
  margin-top: 10px;
  font: 8pt trebuchet ms;
}

#navigation a {
  color: #000;
  text-decoration: none;
}

#navigation a:hover {
  color: #fc0;
  text-decoration: underline;
}

#right-column {
  position: absolute;
  right: 0;
  top: 110px;
  width: 500px;
}

.right-box {
  direction: rtl;
  text-align: right;
}

.right-box .body {
  font: 8pt/1.4em tahoma;
  /* color: #555; */
  color: #111;
  text-align: justify;
  padding: 10px 25px;
}

.right-box .body a {
  color: #fc0;
  text-decoration: none;
}

.right-box .header {
  margin-right: 0px;
  text-align: left;
  width: 150px;
  font: 8pt trebuchet ms;
  color: #111;
  padding-left: 20px;
  background: #0b6da4 url(images/bullet-fff-5px.gif) no-repeat 5px center;
  margin-bottom: 15px;
  font: 8pt tahoma;
  padding-top: 1px;
  padding-bottom: 2px;
}

.right-box .title a {
  font: bold 11pt times new roman;
  color: #333;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
}

.right-box .title a:hover {
  color: #9c0;
}

.right-box .comments {
  padding-right: 30px;
  margin-bottom: 50px;
}

.right-box .comments a {
  color: #999;
  text-decoration: none;
}

.right-box .comments a:hover {
  color: #fc0;
}

.right-box .comments img {
  border: 0 none;
}

#left-column {
  position: absolute;
  left: 0;
  top: 110px;
  width: 200px;
}

.left-box {
  direction: rtl;
  text-align: center;
  padding-left: 25px;
}

.left-box .header {
  margin-right: 30px;
  text-align: left;
  width: 150px;
  font: 8pt trebuchet ms;
  color: #111;
  padding-left: 20px;
  background: #0b6da4 url(images/bullet-fff-5px.gif) no-repeat 5px center;
  margin-bottom: 15px;
}

.left-box .body {
  margin-bottom: 40px;
}

.left-box .body a {
  /* color: #555; */
  color: #fff;
  text-decoration: none;
}

.left-box .body a:hover {
  color: #fc0;
}

.linkdump-link {
  margin-bottom: 10px;
}

.comments-open input, .comments-open textarea {
  font: 8pt tahoma;
}
