body {
}

.bold {
    font-weight: bold;
}

#personal {
    float: left;
}

#photo {
    float: right;
    
}
#photo img {
    height: 130px;
}

#maintitle {
    text-align: center;
    padding-bottom: 30px;
}

#main_description {
    padding-bottom: 30px;
}

.section {
}

.section_title {
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 2px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section_element {
    padding-bottom: 20px;
}

.section_element_left {
    float: left;
    width: 200px;
    font-weight: bold;
    font-size: small;
}

.section_element_content {
    margin-left: 200px;
}

.small {
    font-size: 80%;
    font-style: italic;
}
