#wrap {
background: url(/images/backgrounds/credits.jpg) top center no-repeat;
}

/* ---- resume table ---- */
.resume_item table {
background: #fff;
border: 1px solid #81633f;
width: 100%;
}

.resume_item table th {
margin: 0;
padding: 0;
}

.resume_item table td  {
width: 200px;
text-align: left;
vertical-align: top;
padding: 5px;
font-size: 90%;
line-height: 1.4em;
border-bottom: none;
}

/* 2 column table styles */

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

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

.resume_item table td ul {
list-style-type: none;
}

tr {
background: #f0d390;
}

tr.shaded {
background: #f0bb5d;
}

td.last {
border-bottom: none;
}
