@import url('wc-second.css');

#about div {
    margin-bottom: 0.8em;
    text-align: justify;
}

#about_menu {
    white-space: nowrap;
    font-size: 0.8em;
    background-color: #687955;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 10px;
    padding-right: 10px;
/*    margin-bottom: 0.7em;*/
    -moz-border-radius: 1em;
    border-radius: 1em;
}
#about_menu a {
    color: #ffffff;
}
.about_title {
    font-weight: bold;
}
.link {
    display: list-item;
    list-style-type: disc;
    margin-left: 1.5em;
}

#support {
    float: left;
    width: 98%;
    padding-left: 3.0em;
}
.contact_item {
    margin-bottom: 1.0em;
}
.contact_item div {
    text-align: center !important;
    margin-bottom: 0em !important;
}
#about_left {
    float: left;
/*    text-align: left;*/
    width: 40%;
}
#about_left div {
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 0em;
    padding: 10px;
/*    border: 1px solid #dbdba5;*/
}
#about_right {
    float: left;
    margin-left: 4.0em;
    width: 40%;
/*    text-align: right;*/
}
#about_right div {
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 0em;
    padding:3px;
/*    border: 1px solid #dbdba5;*/
}
#about_right .sup_list {
    display: list-item;
    list-style: circle;
    text-align: left;
}