body {  
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #F2F2F2 url(img/body_bg.png) repeat-x;
  color: #000;
}

a:link,
a:hover,
a:visited {
  color: #66f;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }


div#center {
  width: 780px;
  margin: auto;
  background: #FFF url(img/main_r.png) 100% 0 repeat-y; 
}

div#center_l {
  background: url(img/main_l.png)  0 0 repeat-y;
}

div#main_l {
  background: url(img/main_lt.png) 0 0 no-repeat;
}

div#main_r {
  background: url(img/main_rt.png) 100% 0 no-repeat;
}

div#header {
  margin: 0px 21px;
  padding-top: 40px;
  background: url(img/main_t.png) 0 0 repeat-x;
}

div#content {
  margin: 10px 21px;
}

div#foot {
  clear: both;
  background: url(img/main_b.png) 0 100% repeat-x;
}

div#foot_r {
  background: url(img/main_rb.png) 100% 100% no-repeat;
}

div#foot_l {
  padding: 20px 30px;
  background: url(img/main_lb.png) 0 100% no-repeat;
}

div#herb {
  float: right;
}

div#text {
  float: left;
  width: 50%;
  
  background: #F7F7F7 url(img/text_r.png) 100% 0 repeat-y;
}

div#text .text_l {
  background: url(img/text_l.png) 0 0 repeat-y;
}

div#text .text {
  padding: 0 10px;
}

div#text .head {
  background: url(img/text_t.png) 0 0 repeat-x;
}

div#text .head .head_l {
  background: url(img/text_lt.png) 0 0 no-repeat;
}

div#text .head .head_l .head_r {
  height: 10px;
  background: url(img/text_rt.png) 100% 0 no-repeat;
}

div#text .foot {
  background: url(img/text_b.png) 0 100% repeat-x;
}

div#text .foot .foot_l {
  background: url(img/text_lb.png) 0 100% no-repeat;
}

div#text .foot .foot_l .foot_r {
  height: 9px;
  background: url(img/text_rb.png) 100% 100% no-repeat;
}


