BODY, HTML {
  margin: 0;
  padding: 0;
  background: #EBEFED;
  color: #858484;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
}

IMG {
  border: 0;
}

UL, OL {
  margin: 0 1.25em;
  padding: 0 1.25em;
  line-height: 1.1em;
}

OL {
  line-height: 1.4em;
}

STRONG {
  color: #265B99;
}

HR {
  border: none 0;
  border-top: 1px solid #000000; /* the border */
  height: 1px; /* whatever the total width of the border-top and border-bottom equal */
}

FORM {
  padding-bottom: 0;
  margin-bottom: 0;
}

A:link, A:visited  {
  color: #529826;
  text-decoration: none;
}
A:hover, A:active  {
  color: #082344;
  text-decoration: none;
}

#header-main-wrap {
  height: 423px;
  background: url(../images/bg_header_main.jpg) repeat-x;
}

#header-wrap {
  height: 280px;
  background: url(../images/bg_header.jpg) repeat-x;
}

#header-main {
  height: 423px;
  background: url(../images/header_main.jpg) no-repeat top center;
}

#header-sub {
  height: 280px;
  background: url(../images/header.jpg) no-repeat top center;
}

#header {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#header-left {
  position: relative;
  top: -14px;
  float: left;
  z-index: 1;
}
#header-left IMG {
  display: block;
  position: relative;
  z-index: 10;
}

#menu-wrap {
  margin-left: 173px;
}

#screenshot_main {
  position: relative;
  top: 70px;
  left: 412px;
  /* top: 18px;
  left: 390px;  */
}
#screenshot {
  position: relative;
  top: 63px;
  left: 311px;
}

#content {
  width: 1000px;
  margin: 25px auto;
}

#left {
  width: 636px;
  float: left;
}

.thumb {
  float: left;
  margin-right: 20px;
}

.thumbtext {
  float: left;
  width: 370px;
  font-size: 13px;
}

.lb {
  display: block;
  width: 590px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

#sidebar {
  float: right;
  margin-right: 9px;
}
* html #sidebar {
  margin-right: 4px;
  m/argin-right: 10px;
}
#sidebar-main {
  float: right;
  margin-right: 54px;
}
* html #sidebar-main {
  margin-right: 24px;
  m/argin-right: 54px;
}

.headline {
  font-size: 24px;
  color: #265B99;
  /*text-transform: uppercase;*/
}

.blue {
  color: #265B99;
}

.green {
  color: #7ADD63;
}

#footer {
  width: 1000px;
  margin: 0 auto;
  font-size: 10px;
  color: #858484;
}

#footer A:link, #footer A:visited  {
  color: #858484;
  text-decoration: none;
}
#footer A:hover, #footer A:active  {
  color: #082344;
  text-decoration: none;
}