body {
background-color: #F4891F;
background-image: none;
color:  White;
}

#header {
background-color: #DB7B1C;
background-image: none;
}

/* ---- headings ---- */
h3, .resume_item th {
font-size: 125%;
font-weight: bold;
text-align: left;
margin: 10px 0 5px 0;
padding: 10px 0 5px 0;
}

#nav li {
color: #543011;
}

/* ---- resume table ---- */
.resume_item table {
border: none;
width: 640px;
}

.resume_item table th {
margin: 20px 0 15px 0;
padding: 20px 0 15px 0;
}

.resume_item table td  {
width: 210px;
text-align: left;
vertical-align: top;
margin-left: 0;
padding-left: 0;
}

/* 2 column table styles */

/* this sets the first column width */
.resume_item table td.first_column {
width: 430px;
}

/* this sets the last column width */
.resume_item table td.last_column {
width: 210px;
}