body {
  margin: 0;
  padding: 0;
  font-family:tahoma;
}

.clear {
  clear: left;
}

img {
  float: left;
}

.banner {
  width: 950px;
  margin: 0 auto;
}

#container {
  width: 100%;
  height: 130px;
  overflow: hidden;
  margin: 0 0 36px 0;
  clear: left;
  position: relative;
  left: 0;
  top: 0;
}

#scroller {
  height: 130px;
  width: 20000px;
  position: absolute;
  left: 0;
}

div.prop {
  float: left;
  clear: none;
  width: 211px;
  height: 130px;
  background: url(gfx/x.gif) 0 0 no-repeat #ddd;
}

#scroller a img {
  border: 0;
  width: 211px;
  height: 130px;
}

.btnRight, .btnLeft {
  width: 49px;
  height: 130px;
  position: absolute;
  top: 0;
  display: block;
}
.btnLeft {
  background: url(gfx/left.png) top left no-repeat #595959;
  left: 0;
}
.btnLeft:hover {
  background-position: top right;
}

.btnRight {
  background: url(gfx/right.png) top left no-repeat #595959;
  left: 100%;
  margin-left: -49px;
}
.btnRight:hover {
  background-position: top right;
}

.blog_clip {
  float:left;
  width:365px;
  border-top:1px dotted #acabab;
  color:#acabab;
  font-size:11px;
  margin:20px 0 0 80px;
  padding-top: 8px;
}
.post_clip {
  margin-bottom: 20px;
}
.post_clip h1, .post_clip h2 {
  text-transform:uppercase;
  font-size:13px;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.post_clip a {
  color:#117fa9;
  text-decoration:none;
}
.post_clip h1 a, .post_clip h2 a {
  color:#686767;
  text-decoration:none;
}
.post_clip h1 a:hover, .post_clip h2 a:hover {
  color:#117fa9;
}
.post_clip p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
