@charset "UTF-8";
@import url(http://hazelu.com/css/hazelu.css);
@import url(http://michiru.hazelu.com/css/base.css);
@import url(http://michiru.hazelu.com/css/styles.css);


/* Site Base Styles CSS (about.css) */

body{
  color:#632319;
  }

#wrapper{
  width:100%;
  color:#632319;
  text-align:center;
  padding-bottom:55px;
  background:url(http://michiru.hazelu.com/imgs/about-footer.jpg) repeat-x bottom;
  clear:both;
  }

h1{
  background:url(http://michiru.hazelu.com/imgs/d-c_title.jpg) no-repeat;
  }

#footer{
  padding-top:10px;
  }



/* about */

#about{
  width:760px;
  text-align:left;
  margin:0 auto;
  background:url(http://michiru.hazelu.com/imgs/about-back.jpg) no-repeat right bottom;
  clear:both;
  }

#about a{
  display:block;
  text-decoration:none;
  color:#632319;
  }

#about h2{
  width:725px;
  height:100px;
  text-indent:-1000000px;
  margin:0 auto;
  background:url(http://michiru.hazelu.com/imgs/about-title_back.jpg) no-repeat;
  overflow:hidden;
  }

#about .about{
  width:650px;
  text-align:left;
  margin:0 auto;
  }

#about h3{
  width:650px;
  font-size:15px;
  font-weight:bold;
  line-height:25px;
  text-align:left;
  letter-spacing:1px;
  margin:0 auto;
  padding:25px 0 5px;
  }

#about .aboutBody, #about .aboutDetails{
  width:400px;
  font-size:14px;
  font-weight:bold;
  text-align:left;
  line-height:20px;
  padding:5px 0 20px 20px;
  }

#about .aboutDetails{
  width:600px;
  }

#about dl{
  letter-spacing:1px;
  clear:both;
  }

#about dt{
  float:left;
  width:190px;
  padding-top:5px;
  clear:both;
  }

#about dd{
  float:right;
  width:200px;
  text-align:right;
  padding:5px 10px 0 0;
  }

