.stLinks {
position: relative;
padding: 5px 20px 5px 10px;
}

#page_body .stLinks h2 {
margin: 0;
padding: 0;
}

.stLinks .linkHolder {
width: 100%;
overflow: hidden;
margin-top: 4px;
}
.stLinks .first {
margin: 0;
border: none;
}

.stLinks .description {
border-top: 1px solid #eee;
padding-top: 4px;
}

.stLinks .first .description {
border-top: none;
padding-top: 0px;
}

.stLinks .label {
position: relative;
float: left;
width: 160px;
}

.stLinks .description {
position: relative;
float: left;
width: 400px;
}

