.col1, .col2, .col3, .cols {float:left}
.col1 {width:26%; margin-left:100px;}
.col2 {width:60%}
/* index.html */
/* index-1.html */
#page2 .cols {width:525px;padding-bottom:2px}
/* index-2.html */
/* index-3.html */
/* index-4.html */
/* index-5.html */
/* index-6.html */
#accordion {
    list-style: none;
    padding: 0 0 0 0px;
    width: 500px;
}
#accordion div {
    display: block;
    font-weight: bold;
    margin: 1px;
    cursor: pointer;
    padding: 5px 5px 5px 15px;
    list-style: circle;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#accordion ul {
    list-style: none;
    padding: 0 0 0 0;
}
#accordion ul{
    display: none;
}
#accordion ul li {
    font-weight: normal;
    cursor: auto;
    background-color: #fff;
    padding: 0 0 0 15px;
}
#accordion  li ul p {
   
    padding: 0 0 0 25px;
}
#accordion a {
    text-decoration: none;
}
#accordion a:hover {
    text-decoration: underline;
}
Note that in ab