.ileft {
    font-size: 14px;
    width: 200px;
    float: left;
    margin: 20px 0 20px 0;
    border-color: #eaeaea;
    border-style: solid;
    border-width: 1px 1px 1px;
}

.ileft .this, .ileft a:hover {
    color: #fff;
    font-weight: bold;
    background-color: #36c;
    display: block;
}

.ileft ul {
    text-align: center;
}

.ileft ul li {
    line-height: 40px;
    width: 200px;
    height: 40px;
    float: left;
    margin: 0 0 10px;
}

.iright {
    font-size: 14px;
    line-height: 200%;
    width: 950px;
    float: right;
    margin: 20px 0 20px 0;
}

.iright a {
    color: #900;
}

.iright h2 {
    width: 950px;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
