html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    font-family: georgia, helvetica, arial, sans-serif;
    font-size: 14px;
    background-color: white;
}

/*************************************************************/
/* These are styles copied from the blog theme */

.content {
    margin: auto;
    width: 1000px;
    padding-bottom: 20px;
}

#header {
    background: #000;
    border-bottom: 8px solid #FFA500;
    color: #fff;
}

#logo {
    padding: 20px 0;
    margin: 0 auto;
    font: normal 32px "American Typewriter", "Trebuchet MS", Verdana, sans-serif;
    color: #fff;
    width: 1000px;
}

#nav {
    margin-bottom: 20px;
}

#nav td {
    font-family: "American Typewriter", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    text-align: center;
}

#nav a, #nav a:visited { display: block; margin: 5px 5px 5px 0; padding: 3px; color: #dd4400;     text-decoration: none !important; }
#nav a:hover, a.current:hover { color: #fff !important; background: #dd4400; text-decoration: none !important; }
#nav a.current, a.current:visited { color: #dd4400; text-decoration: underline !important; }
/*************************************************************/

h4 {
    margin-bottom: 5px;
    font-size: larger;
}

td.cvLabel {
    color: #666;
    white-space: nowrap;
    vertical-align: top;
}

td.cvValue {
    padding-left: 5px;
    width: 100%;
}

pre {
    margin: 0px;
    font-family: Georgia, sans-serif;
}

table.cvProjectInfo {
    margin-left: 20px;
    margin-bottom: 10px;
}

td.cvProjectDesc {
/*font-weight: bold;*/
    font-style: italic;
}
