.content{
	width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.fixed {
    width: 240px;
    height: auto;
    padding: 20px 0;
    display: flex;
    float:left;
}

.fixedli {
    border: 1px solid #cfcdc7;
    background: #f4f4f4;
}

.fixed a:hover, .fixed a.Cur {
    text-decoration: none;
    color: #000;
    background: #fff url(helpHoverBa.png) no-repeat;
}
.fixed a {
    height: 40px;
    display: block;
    line-height: 35px;
    padding: 0 0 0 20px;
    background: url(helpHover.png) no-repeat;
    color: #09c;
    font-size: 16px;
}

a:link, a:visited, a:active {
    color: #555;
    text-decoration: none;
}

.bodycontent {
    font-size: 14px;
    line-height: 180%;
    padding: 10px 40px;
    float: right;
    width:680px;
    display: inline;
}

.bodycontent p {
    text-indent: 2em;
}