@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  background: #933 url(../images/layout/bg-header.png) repeat-x;
  color: #000;
  font: 12px Verdana, Arial, Helvetica, sans-serif; }

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

img {
  border: 0; }

#wrapper {
  width: 1300px; }

#header {
  overflow: hidden; }

h1 {
  margin: 0;
  padding: 0;
  padding-left: 13px;
  float: left; }

#content {
  margin: 0 13px; }

marquee a {
  font-size: 13px;
  color: #FFF;
  font-weight: bold; }

marquee strong {
  padding-left: 300px; }
  marquee strong a {
    font-size: 18px;
    color: #FF9; }

#news, #recent {
  border-left: 1px solid #FF9;
  margin: 0 13px; }
  #news .items, #recent .items {
    overflow: hidden;
    padding: 13px; }
  #news .item, #recent .item {
    float: left; }
    #news .item .cover, #recent .item .cover {
      float: left;
      padding: 0 13px 13px 0; }
    #news .item .code, #recent .item .code {
      font-size: 11px;
      font-style: italic;
      color: #FF9; }
    #news .item .comment, #recent .item .comment {
      color: #FFF;
      font-style: italic; }
      #news .item .comment img, #recent .item .comment img {
        display: block; }

#recent {
  padding-bottom: 26px; }
  #recent h2 {
    margin: 0;
    padding: 0;
    position: relative;
    left: -17px; }
  #recent .item {
    width: 250px;
    margin-right: 13px; }
    #recent .item h3 {
      margin: 0;
      padding: 0;
      font-size: 12px;
      color: #FFF; }
    #recent .item .author {
      margin: 0;
      padding: 0;
      font-size: 12px;
      color: #FFC; }
    #recent .item .code {
      margin: 0;
      padding: 0; }

#news h2 {
  position: relative;
  left: -26px; }
#news .item {
  width: 350px;
  margin-bottom: 26px; }
  #news .item h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #FF9; }
  #news .item .date {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #FFC; }
  #news .item .author {
    font-size: 13px;
    font-weight: bold;
    color: #FFF; }
  #news .item .code {
    clear: left; }
  #news .item .collection {
    clear: left;
    font-size: 11px;
    font-style: italic;
    color: #FF9;
    position: relative;
    margin-left: 153px; }
    #news .item .collection a {
      display: block;
      padding: 27px 0 0 0; }
      #news .item .collection a .arrow {
        position: absolute;
        top: 0;
        left: 0; }
#news .big {
  width: 400px; }
  #news .big .collection {
    margin-left: 285px; }

#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding: 35px 0 0 45px; }
  #navigation ul li {
    float: left; }

#footer {
  background: url(../images/nav/senefa.gif) no-repeat top center;
  padding: 48px 0;
  font-size: 10px;
  color: #FFC;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #FF9;
  margin: 0 26px; }
  #footer address {
    font-style: normal; }

