/* CSS Document */

div.center,
div.cinner
{
  background: #fff;
  width: 863px;
}
div#cbox{
  width: 610px;
  margin: 0px auto;
  padding: 20px 0px;
}
div.cbar
{
  background: #fff;
  width: 850px;
}

div#clf,
div#crt
{
  width: 300px;
  float: left;
}
div.cblock h3{
   margin: 0px auto;
   width: 280px;
   font: bold 16px/28px verdana;
   color: #275b90;
   text-align: left;
   text-indent: 50px;
   background: transparent url(image/blue_cir.jpg) no-repeat scroll 15px center;
   padding: 0px;
}
div.cblock a{
   display: block;
   margin: 2px auto;
   width: 250px;
  background: transparent url(image/triplet.gif) no-repeat scroll 15px center !important;
  font: normal 11px/28px arial;
  color: #275b90;
  text-align: left;
  text-indent: 30px;
  	text-decoration:underline;

}

div.cblock a:hover{
	text-decoration:none;
	}
