/* CSS Document */

div.cup,
div.cdown
{
  margin: 10px auto;
  padding: 0 0 10px 0;
  width: 480px;
  background: #edf0f3 url(image/contact_01.jpg) no-repeat bottom right;;
}


div.cdown{
  border: 1px solid #a8c8e9; 
  background: #f1f4f7 url(image/girl.png) no-repeat bottom right;
  padding: 15px 0px;
}

div.cup h1{
  width: 480px;
  height: 30px;
  background: transparent url(image/blue_hd.jpg) repeat-x 0px center;
  margin: 0px auto 10px auto;
  padding: 0px;
  font: bold 14px/30px arial;
  color: #153B63;
  text-indent: 10px;
  text-align: left;
}
div.cup p{
  width: 410px;
  margin: 0px auto;
  padding: 2px 5px;
  font: normal 11px/25px arial;
  color: #184a73;
  text-align: left;
}
div.cell{
  margin: 0px auto;
  font: normal 15px/20px arial;
  color: #616161;
  text-align: left;
  padding: 0px;
  width: 430px;
  border: none;
}

div.cell h1{
  height: 30px;
  width: 450px;
  margin: 0px auto;
  padding: 0px 5px;
  border: none;
  font: bold 12px/30px arial;
  background: transparent url(image/title_bg.png) no-repeat 0px center;
  text-align: left;
  color:#1a4876;
}

div.cell p{
  width: 400px;
  margin: 0px auto;
  padding: 0px;
  font: normal 11px/40px arial;
  text-align: left;
  float: left;
  text-indent: 25px;
  color:#323333;
  
}


div.abar p{
  font: bold 16px/30px verdana;
 
}

