/* css for The Debt Bureau Ltd. "main"  */
#main {
  width: 920px;
	margin: 0px auto 10px;
	background: url("images/bg_main-tile.png") repeat-y 0 0;
}
#main a {
 color: #034da3;
 text-decoration: underline; 
}
#main a:hover {
 color: #333;
 text-decoration: underline; 
}
#main h3, #main p {
 margin: 0.5em 4%; 
}
.main_head h3 {
  line-height: 1.25em;
}

#main-in {
  width: 100%;
  background:  url("images/bg_main.png") no-repeat 0 44px;
}
#main-in2 {
  min-height: 300px;
  width: 100%;
  background:  url("images/bg_main-head.png") no-repeat 0 0;
}
* html #main-in2 {
  height: 300px;
}
#left {
	float: left;
	width: 455px;
}
#right {
	float: right;
	width: 455px;
}
.main-img-l {
 float: left;
 margin: 5px 20px 5px 0; 
}
.main-img-r {
 float: right;
 margin: 5px 0 5px 20px; 
}
.main_head {
 height: 44px;
 width: 100%;
 margin: 0;
 padding: 0;
 color: #fff; 
}
#main-foot {
  width: 100%;
  height: 35px;
  background:  url("images/bg_main-foot.png") no-repeat 0 100%;
}
#main-foot p {
  text-align: right;
  font-size: 16px;
 margin: 0.3em 4%; 
}
#main-foot a {
 color: #034da3;
 text-decoration: none; 
 padding-left: 16px; 
  background: url("images/arrow-main.png") no-repeat 0 60%;
}
* html #main-foot a {
  background: url("images/arrow-main.gif") no-repeat 0 60%;
}
#main-foot a:hover {
 color: #034da3;
 text-decoration: underline; 
}
#main-foot-l {
	float: left;
	width: 455px;
}

#main-foot-r {
	float: right;
	width: 455px;
}
