body {
    font-family: "helvetica", sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    margin: 20px;
    letter-spacing: 1px;
word-spacing: 0px;	
}

a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid black;
    padding: 0;
}

a:hover {
    border-bottom: 1px solid white;
}

img {
    border: 0;
}

.botbor {
    border-bottom: 1px solid #2a3e92;
}

.nomaxwidth {
    max-width: 100% !important;
}

.leftbox {
    text-align: left;
    white-space: nowrap;
    width: 250px;
    float: left;
    position: fixed;
}

    .leftbox .name {
        margin-bottom: 10px;
	color: red
    }

    .leftbox .contact {
        margin-bottom: 4em;
    }
    
    .leftbox a {
        padding-bottom: 1px;
    }

.rightbox {
    margin-left: 250px;
    padding-bottom: 20px;
    min-width: 740px;
}

    .rightbox .title {
        display: inline;
        border-bottom: 4px double red;
        padding-bottom: 1px;
        float: none;
	color: red
    }

    .rightbox .words {
        line-height: 19px;
        margin-top: 10px;
        max-width: 500px;
        margin-bottom: 20px;
        float: none;
    }
    
        .rightbox .words a {
            border-bottom: 1px solid black;
        }
        
        .rightbox .words a:hover {
            border-bottom: 1px solid white;

        }
        
    .rightbox div {
        float: left;
    }

    .rightbox .image-front {
        float: none;
        display: block;
        margin: 0 20px 20px 0;
    }

        .rightbox .image-front a {
            border: 0;
            height: 100%;
            display: block;
        }

    .rightbox .image-page {
        border: 0;
        float: left;
        clear: left;
        margin-bottom: 20px;
    }

        .rightbox .image-page a {
            height: 100%;
            display: block;
            border: 0;
        }

    .rightbox .enddiv {
        float: left;
        clear: left;
    }

