
body {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font: .8em/1.4em Arial, Helvetica, Sans-Serif;
    color: #444;
    background: #c2c5cc url(../images/page_bk.gif) 0 0 repeat-x;
    background: #c2c5cc;
}

#page {
    width: 770px;
    margin: 20px auto;
    text-align: left;
    background: #171813;
}

#header {
    position: relative;
    width: 770px;
    height: 110px;
    background: transparent url(../images/tom_sawyer_pk2.jpg) 0 0 no-repeat;
}

#header h1 {
    position: absolute;
    top: -1000px;
}

#globalNav {
    width: 100%;
}

#globalNav ul {
    margin: 0px;
    padding: 0px 20px;
    height: 2.4em;
    background: #333;
}

#globalNav li {
    list-style: none;
    display: block;
    float: left;
}

#globalNav li a {
    color: #aaa;
    text-decoration: none;
    padding: 0px 14px;
    display: block;
    float: left;
    height: 2.4em;
    line-height: 2.4em;
    letter-spacing: 1px;
}

#globalNav li a:hover {
    border-top: solid 8px #FF973A;
    color: #fff;    
    position: relative;
    top: -8px;
}

#globalNav li.selected a {
    background: #444;
}

#globalNav li.selected a:hover {
    border: 0px;
    top: 0px;
}

#content {
    position: relative;
    background: #fafafa url(../images/bottom.gif) 0 100% no-repeat;
    padding: 0px 0px 40px;
    border-top: solid 8px #555;
}

#main {
    padding: 16px 16px 10px;
}




h1, h2 {
    font: normal 1.7em Arial, Helvetica, Sans-Serif;
    margin: .6em 0px;
}

h3 {
    font: bold 1em Arial, Helvetica, Sans-Serif;
	margin: 1.6em 0px;
}

p {
    padding: 0px;
    margin: 14px 0px;
}

a img {
    border: 0px;
}

a {
    color: #a60;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: #c96;
}

.section {
    margin: 0px 20px;
}

hr.sectionBreak {
    height: 2px;
    border: solid 1px #ccc;
    border-width: 1px 0px 0px;
    margin: 10px;
}

.break {
    clear: both;
}

.screenshots {
    position: relative;
    width: 100%;
}

.screenshot {
    display: inline;
    float: left;
    margin: 20px 9px;
    width: 150px;
}

.screenshot img {
    position: relative;
}

.screenshot a img {
    border: solid 2px #666;
}

.screenshot span {
    display: block;
    text-align: center;
}

div.note {
    background: #fffde3;
    border: solid 1px #7f7e66;
    padding: 2px 20px;
}






/* RESUME STYLES */

.resume h2 {
    font: normal 2em Arial, Helvetica, Sans-Serif;
}

.resume .address {
    position: relative;
    float: left;
    margin-bottom: 14px;
}

.resume .contactInfo {
    position: relative;
    float: right;
    margin-bottom: 14px;
    text-align: right;
}

.resumeSection {
    border-top: solid 2px #444;
}

.resumeSection h3 {
    font: normal 1.4em Arial, Helvetica, Sans-Serif;
    letter-spacing: 1px;
    padding: 0px;
    margin: 14px 0px;
}

.resumeSection h4 {
    font: bold 1em Arial, Helvetica, Sans-Serif;
}

.resumeSection p {
   margin: 14px 0px 20px;
}

.resumeSection ul {
    margin: 0px 0px 20px 30px;
    padding: 0px;
}

.resumeSection li {
    list-style: square outside;
}

.jobTitle {
    text-align: center;
}

.jobTitle h3 {
	letter-spacing: 3px;
}

.skills {
    position: relative;
    width: 700px;
	font-size: .9em;
}

.skills ul {
    width: 20%;
    float: left;
    display: inline;
}

.break {
    clear: both;
    margin: 0px;
}

.workHistory {
    font-size: 1em;
    margin: 10px 0px 20px;
    width: 685px;
}

.workHistory td {
    padding: 0px 0px 10px;
    border-bottom: solid 1px #ddd;
    vertical-align: middle;
}

.workHistory .timeFrame {
    text-align: right;
}



.education {
    font-size: 1em;
    margin: 0px 0px 20px;
    width: 685px;
}

.education td {
    padding: 0px;
    vertical-align: middle;
}

.education td.col2 {
    text-align: right;
}









