﻿body {
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 14pt;
    background-image: url('../images/IMG_1935.JPG');
    background-repeat: repeat-x;
    background-color: #E8E8E8;
}

a {
    text-decoration: underline;
    color: midnightblue;
}

a:hover {
    text-decoration: underline;
    color: midnightblue;
}

a:visited {
    color: midnightblue;
}

td {
    vertical-align: top;
    font-size: 12pt;
}

#logo {
    font-size: 14pt;
    width: 200px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 10px;
    padding: 20px 10px 20px 10px;
}

#recruiterNote {
    font-family: Arial;
    font-size: 12pt;
    position: absolute;
    top: 270px;
    left: 20px;
    width: 200px;
    height: 80px;
    padding: 20px 20px 20px 20px;
    border: solid 1px #999;
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    background-color: #E8E8E8;
}

#menu {
    background-color: #E8E8E8;
    font-size: 10pt;
    position: absolute;
    top: 50px;
    left: 10px;
    width: 240px;
    height: 150px;
    padding: 20px 20px 20px 20px;
    border: solid 1px #999;
}

#mnuResume {
    display: block;
    font-size: 14pt;
}

#mnuContactInformation {
    padding-top: 28px;
    display: block;
    font-size: 12pt;
}

#main {
    margin-top: 50px;
    margin-left: 320px;
    margin-right: 40px;
    min-width: 540px;
}

#lastUpdate {
    font-size: 10pt;
    border: 4px dashed gray;
    padding: 2px 8px 2px 8px;
    border-radius: 2em;
    margin-top: 8px;
}

@media screen and (max-width: 500px) {
    #main {
        display: none !important;
    }
}
