#left {
    float:left;
    width:463px;
    min-height:400px;
    background:#d7d7d7 url(../imgs/mains/background.jpg) no-repeat left top ;
    padding:34px;
}
#right {
    float:right;
    width:267px;
    border-top:4px solid #4992bd;
}
#inner_left, #inner_right {
    width:219px;
}
#inner_left {
    float:left;
}
#inner_right {
    float:right;
}
.box {
    border-top:4px solid #646464;
    overflow:auto;
    padding:28px;
    position:relative;
    top:0;
    background:#ebebeb;
}
.box#first {
    background:#ebebeb url(../imgs/mains/box-1.jpg) no-repeat;
}
.box#second {
    background:#ccc url(../imgs/mains/box-2.jpg) no-repeat;
}
.box h2 {
    font-size:0.8em;
    color:#606060;
    padding:12px 0 16px 0;
    font-family:Arial;
}
.box#first p {
    clear:both;

}
.box#first h2 {
    background:url(../imgs/mains/info.jpg) no-repeat right;
}
.space {
    margin-right:40px;
    float:right;
}
a {
    color:#ff7200;
    text-decoration:none;
    font-size:0.8em;
}
