
@import url(common.css);

body {
  background: #eceef1;
  color: #424448;
  font: 11px Tahoma, Verdana, Arial, sans-serif;
  line-height: 1.6;
}
a {
  color: #008923;
}
a:hover {
  color: #49b951;
}
h1 {
  margin: 0 0 10px;
}
h1.pad {
  padding-left: 5px;
}
.c {
  color: #008923;
}
#wrapper {
  width: 820px;
  margin: auto;
}
#header {
  position: relative;
  padding: 15px 0 10px 20px;
}
#header-text {
  position: absolute;
  left: 230px;
  top: 17px;
  width: 430px;
}
#header-tvb {
  position: absolute;
  right: 10px;
  top: 9px;
}
#boxes1b {
  background: url(../images/boxes1b.gif) no-repeat bottom;
}
#boxes1t {
  background: url(../images/boxes1t.gif) no-repeat top;
  overflow: hidden;
  padding: 20px;
  _width: 780px;
  min-height: 200px;
}
#boxes1left {
  float: left;
  width: 432px;
  overflow: hidden;
}
#boxes1right {
  float: right;
  width: 305px;
  overflow: hidden;
}
#boxes2b {
  background: url(../images/boxes2b.gif) no-repeat bottom;
}
#boxes2t {
  background: url(../images/boxes2t.gif) no-repeat top;
  overflow: hidden;
  padding: 20px;
  _width: 780px;
  min-height: 200px;  
}
#boxes2left {
  float: left;
  width: 535px;
  overflow: hidden;
}
#boxes2right {
  float: right;
  width: 205px;
  overflow: hidden;
}
#footer {
  margin: 5px 10px 3px;
  padding: 2px;
}
#footer2 {
  border-top: 2px solid #dfdfe1;
  margin: 0 10px;
  padding: 2px;
  padding-bottom: 5px;
}
#footer2 a {
  text-decoration: none;
}

.box {
  background: url(../images/boxm.gif) repeat-y;
}
.boxb {
  background: url(../images/boxb.gif) no-repeat bottom;
}
.boxt {
  background: url(../images/boxt.gif) no-repeat;
  padding: 20px;
  min-height: 200px;
}

.video, .video-first {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #E5E6E8;
  padding-top: 7px;
}
.video-first {
  border: 0;
}
.video-text {
  float: right;
  width: 290px;
}
.video2-text {
  float: right;
  width: 530px;
  margin-top: 6px;
}
.video-text p, .news p {
  margin-top: 4px;
}
.video span, .video-first span {
  color: #999;
  padding-left: 10px;
}
