/*The main container*/
.lyt-wrap {
    width: 100%;
    margin: 0px auto;
}

.wrap1000 {
    float: left;
}
/*The heand of the page*/
.lyt-header {
    width: 1000px;
    margin: 0px auto;
}
/*The maincontent of the page*/
.lyt-maincontent {
    width: 1000px;
    margin: 0px auto;
    background: #fff url(images/siderbar-line.gif) left top repeat-y;
}

.noline {
    background-image: none;
}
/*The Copyrihgt at the bottom of the page*/
.lyt-footer {
    clear: both;
    width: 1000px;
    margin: 0px auto;
    background-color: #fff;
}
/*Main content layout, There has 3 styles
 *****************************************/
.lyt-sidebar-left {
    float: left;
    width: 187px;
}

.lyt-sidebar-right {
    float: right;
    width: 208px;
}

.lyt-content-right {
    float: right;
    width: 796px;
    padding-right: 6px;
}

.lyt-content-left {
    float: left;
    width: 766px;
}

.lyt-content {
    float: left;
    width: 584px;
}
/*account lyt*/
.lyt-account-left {
    width: 210px;
    float: left;
}

.lyt-account-content,.lyt-account-right{width:988px;margin:auto;}
