/*
   writer:jeali
   http://www.jeali.com
------------------------------------------------*/

/* bodyer
------------------------------------------------*/
#bodyer
{
  background: #fafafa;
  min-height: 800px;
}
#bodyer .leftbar
{
  background: #0066CD;
  position: absolute;
  width: 300px;
  height: 500px;
  margin-top: -60px;
  z-index: 1001;
}

#bodyer .leftbar .title
{
  font-size: 34px;
  color: #fafafa;
  margin: 50px 40px;
}
#bodyer .leftbar .subtxt
{
  min-height: 80px;
  background: #eee9e6;
}
#bodyer .leftbar .subadd
{
  min-height: 200px;
  background: #999999;
  padding: 30px;
}
#bodyer .leftbar .subadd li
{
  padding: 8px 0;
}
#bodyer .bodybar
{
  position: relative;
  left: 400px;
  min-height: 500px;
  width: 880px;
  font-size: 16px;
  line-height: 25px;
}
#bodyer #title
{
  text-align: center;
  color: #333333;
}
/* end
------------------------------------------------*/