@import url(http://www.raisehouse.com/korea/css/base.css);

/* article */

#article{
  width:546px;
  margin:0 auto;
  }

#article .articleL, #article .articleR{
  width:270px;
  font-size:12px;
  line-height:18px;
  margin-bottom:10px;
  background:url(http://www.raisehouse.com/korea/imgs/article-top_back.jpg) repeat-y;
  }

#article .articleL{
  float:left;
  clear:both;
  }

#article .articleR{
  float:right;
  }

#article .article{
  width:254px;
  padding:32px 8px 4px 8px;
  background:url(http://www.raisehouse.com/korea/imgs/article-top_head.jpg) no-repeat top;
  }

#article .image{
  float:left;
  width:80px;
  }

#article .articleBody{
  float:right;
  width:164px;
  text-align:left;
  }

#article .more{
  width:254px;
  height:18px;
  text-align:left;
  padding:10px 8px 15px 8px;
  background:url(http://www.raisehouse.com/korea/imgs/article-top_bottom.jpg) no-repeat bottom;
  clear:both;
  }

