.border {
    margin: 0;
    padding: 0;
    width: 175px;
    margin-right: 12px;
    margin-top: 60px;
}
.border ul, .border li {
	list-style-type: none;
}
.border .border-header {
    margin: 0;
    padding: 0;
    height: 17px;
    background-color: Black;
    border-radius: 13px 13px 0px 0px;
    -moz-border-radius: 13px 13px 0px 0px;
    -webkit-border-top-right-radius: 13px;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;    
}
.border .border-content {
    margin: 0;
    padding: 5px;
    border-width: 0 2px;
    border-style: solid;
}

.border .left {
    margin-left: 10px;   
}

.border .border-content * {
    margin: 0;
    padding: 0;
}

.border .title {
    text-align: center;
    margin: 0;
	position: relative;
	top: -2px;
    padding: 0;
    font-size: 12px;
    color: White;
}

.border .border-footer {
    height: 17px;
    background-color: Black;
    border-radius: 0px 0px 13px 13px;
    -moz-border-radius: 0px 0px 13px 13px;
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
}

.border a {
    color: #7e2626;
    font-weight: bold;
}

h1.title {
    color: Black;
}

.small-column {
    width: 185px;
    margin-left: 12px;
    overflow: hidden;
}

.small-column h1.title {
    text-align: left;
}
