html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
		
body {
  font: 12px Arial,sans-serif;
  background: #a69987 url(../img/body_bg.gif) repeat left top;
}
		
h1, h2 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 14px;
  color: #6B5D4B;
}

a {
  color: #000;
}

a:visited, a:link {
  color: #000;
  text-decoration: underline;
}

a:hover, a:active {
  color: #666;
  text-decoration: none;
}

a.morelink {
  background: url(../img/more.gif);
  display: block;
  width: 79px;
  height: 22px;
}

a.morelink:hover, a.morelink:active {
  background: url(../img/more_r.gif);
}

hr {
  border: 0 none;
  border-top: 1px dotted #333;
  height: 1px;
}

div.csc-textpic-clear {
  border: 0 none;
  border-top: 1px dotted #333;
  height: 15px;
}

ul.csc-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.csc-menu li {
  padding: 5px 0 0 15px;
  background: url(../img/list_bg.gif) no-repeat 0 8px;
}

#container {
  width: 810px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  background: #dfd9d1 url(../img/container_bg.gif) repeat-y;
}

#top {
  width: 810px;
  height: 157px;
  background: url(../img/header_bg.gif) no-repeat;
}

#top_menu {
  padding: 120px 0 0 40px;
}

#top_menu ul {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
}

#top_menu li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0 3px 0 0;
}

#top_menu ul.generic {
  padding: 2px 0 0 290px;
}

#top_menu ul.generic li {
  padding: 0 2px 0 0;
}

#banner {
  clear: both;
  width: 810px;
}

#banner div.banner_ro {
  background: url(../img/releases_ro.gif) top right no-repeat;
}

#banner div.banner_lo {
  background: url(../img/releases_lo.gif) top left no-repeat;
}

#banner div.banner_ru {
  background: url(../img/releases_ru.gif) bottom right no-repeat;
}

#banner div.banner_lu {
  background: url(../img/releases_lu.gif) bottom left no-repeat;
}

#banner_top img {
  margin-left: 40px;
}

#banner_content {
  padding: 10px 40px 5px 40px;
  font-weight: bold;
}

#banner_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 730px;
}

#banner_content li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}

#banner_content li a, #banner_content li a:link, #banner_content li a:visited {
  text-decoration: none;
  color: #fff;
}

#banner_content li.act a, #banner_content li a:hover, #banner_content li a:active {
  color: #fff;
  background: #AE981F;
}

#content {
  background: url(../img/content_top_bg.gif) no-repeat left top;  
  padding: 20px 0 50px 0;
}

#contentMain {
  float: left;
  width: 505px;
  padding: 0 15px 70px 40px;
}

div#contentMain div.csc-header h1 {
  padding-bottom: 10px;
}

#contentRight {
  float: left;
  width: 215px;
  padding: 0 0 70px 15px;
}

#contentRight div.csc-textpic img {
  padding-top: 10px;
}

#contentRight a, #contentRight a:link, #contentRight a:visited {
  text-decoration: none;
}

#bottom {
  clear: both;
  background: url(../img/bottom_bg.gif) no-repeat center top;  
  height: 35px;
  margin: -80px auto 0 auto;
  padding: 30px 0 15px 0;
  text-align: center;
  color: #CFB837;
}

#bottom a {
  text-decoration: none;
  color: #CFB837;
}

#bottom a:hover, #bottom a:active {
  text-decoration: underline;
}

#bottom .copyright {
  color: #fff;
  padding-top: 6px;
}
