/* Content */
#content {  
  position: relative;
  width: 100%;
}

#flashcontent {
  width: 980px; 
  height: 420px;
}

.flashline {
  background: #1a1a1a url(/common/images/line-1px.png) no-repeat top left;
  width: 980px;
  height: 1px;
  font-size: 0px;
}

#htmlcontent {
  background-color: #1a1a1a;
  padding-left: 52px;
  padding-right: 40px;
  padding-top: 14px;
}

#campaigns {
  float: left;
  width: 424px;
}

#campaigns ul {
  list-style-type: none;
}

#campaigns ul li {
  background: url('/common/images/shadow-412x140.jpg') no-repeat top left;
  margin-bottom: 11px;
  width: 424px;
  height: 153px;
}

#campaigns ul li img {
  width: 412px;
  height: 140px;
}

#news {
  float: right;
  width: 424px;
}

#mainnews-img  {
  background: url('/common/images/shadow-412x140.jpg') no-repeat top left;
  width: 424px;
  height: 153px;
}

#news #mainnew .title {
  background: url(/common/images/redslash.gif) no-repeat top left;
  display: block;
  font-family: helvetica, arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: -0.02em;
  padding-left: 10px;
  margin-top: 0px;
}

#news #mainnew .text {  
  font-family: arial, helvetica, sans-serif;
  color: #999999;
  font-size: 11px;
  line-height: 12px;
  padding-left: 10px;
}

#news #mainnew .line {
  width: 412px;
  height: 1px;
  background: url('/common/images/pix-grey.gif') repeat-x top left;
  margin-top: 10px; 
  padding-bottom: 25px;
  font-size: 0px;  
}

#news #othernews ul {
  list-style-type: none;
}

#news #othernews ul li {
  clear: both; 
  padding-bottom: 14px;
}

#news #othernews .othernews-img {
  float: left;
  padding-right: 3px;
  background: url('/common/images/shadow-204x110.jpg') no-repeat top left;
  width: 216px;
  height: 121px;
}

#news #othernews .othernews-text {
  float: left;
  width: 193px;
}

#news #othernews .title {
  background: url('/common/images/redslash.gif') no-repeat top left;
  padding-left: 10px;
  display: block;
  font-family: helvetica, arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: -0.02em;
}

#news #othernews .text {
  padding-left: 10px;  
  font-family: arial, helvetica, sans-serif;
  color: #999999;
  font-size: 11px;
  line-height: 12px;
}

#news #othernews .line {
  float: right;
  width: 193px;
  height: 1px;
  background: url('/common/images/pix-grey.gif') repeat-x top left;
  margin-top: 10px;
}

#news #othernews .clearboth {
  clear: both;
}

#news .othernews-link {
  margin-left: 229px;
  margin-bottom: 20px;
  height: 26px;
  overflow: hidden; 
}

#news #othernews .othernews-link img:hover {
  margin-top: -26px;
}

.clearboth {
  clear: both;
}

