#page_bg{
width:100%;
background: transparent url(../images/page_bg.png) repeat-x top;
	padding-top: 10px;
float:left;
}
#layout {
  width: 780px;
	text-align: left;
	margin: 0 auto;
}
#mainBg{
  float:left;
  background: white url(../images/top_corner.png) no-repeat top left;
  margin:30px 0 30px 0;
}
#leftBlock{
  float:left;
  width:200px;
}
#leftBlock .space{
  padding: 30px 0 30px 10px;
}
#mainBlock{
  float:right;
  width:580px;
  overflow:hidden;
}
#mainBlock .space{
  padding: 10px 10px 30px 10px;
}
#mainBlock .content{
  padding-top:20px;
  padding-left:30px;
  padding-right:40px;
}
#footer{
  height: 89px;
  background: url(../images/footer.png) no-repeat bottom center;
}
#footer .f-left{
  float:left;
}
#footer .f-right{
  float:right;
  width : 550px;
}
#footer .inner {
 margin-top: 30px;
}
#footer .inner P {
	margin: 0px;
	padding: 0px;
}
	
	
#footer TD{
  padding:1px 5px;
}

