#columnleft {
    float:left;
    width:790px;
}
#columnright {
    float:right;
    width:120px;
}

.categorylists {
    width:100%;
}

.directoryheader, .indexcreategroup {
    background: #202020 ;
}

.directoryheader {
    font-size:20px;
    font-weight:bold;
    color:#FFFFFF;
    padding:25px 20px 21px 25px;
    float:left;
}

.indexsearchbox {
    float:left;
    margin-left:6px;
    width:442px;
    height: 65px;
}

html>body .indexsearchbox {
    height:69px;
}

.indexcreategroup {
    float:right;
    text-align:center;
    padding:25px 20px 21px 25px;
}
.indexcreategroup a, .indexcreategroup a:hover, .indexcreategroup a:visited {
    font-size:20px;
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
}
