 #mainframetable{
    width:auto;
    height:auto;
  }
  #mainframediv{
    width:auto;
    height:auto;
  }
  #main_header{
    width:900px;
    height:200px;
    float:left;
    background-image:url(../images/layout/main_header.jpg);
    top:3px;
    position:absolute;
  }
  #main_content{
    width:902px;
    height:auto;
    float:left;
    margin-left:4px;
    margin-top:220px;
  } 
  #main_leftie{
  float:left;
  width:290px;
  height:540px;
  background-image:url('../images/layout/main_fin_bg.jpg');
    background-repeat:no-repeat;
    margin-right:8px;
    float:left;
  }
  #main_left{
    height:540px;
	   /* width:290px;*/
    background-image:url('../images/layout/main_fin_bg.jpg');
    background-repeat:no-repeat;
    margin-right:8px;
    float:left;
  }
  #main_center{
    width:290px;
    height:540px;
    background-image:url(../images/layout/main_bg.jpg);
    background-repeat:no-repeat;
    margin-left:6px;
    margin-right:8px;
    float:left;
  }
  #main_right{
    width:290px;
    height:540px;
    background-image:url(../images/layout/main_est_bg.jpg);
    background-repeat:no-repeat; 
    margin-left:6px;
    float:right;
  }
  #main_content p{
    font-family:verdana;
    margin-top:5px;
    font-size:14px;
    color:#5a87a8;
  }
  
  h1{
    font-family:verdana;
    margin-top:5px;
    font-size:20px;
    color:#05375a;
  }
  a{
    border-style:none;
    text-decoration:none;
  }
  img{
    border-style:none;
  }
