body
 {
 background-image: url("graphics/bodybg.png");
 margin-top: 2%;
 font-family: helvetica, sans-serif;
 line-height: 1.2
 }

body a
 {
 color: #191970
 }

body a:hover
 {
 color: #800000
 }

h1
 {
 line-height: 0;
 font-size: x-large;
 font-weight: normal
 }

h2
 {
 line-height: 0;
 font-size: large;
 font-weight: normal;
 text-decoration: underline
 }

img
 {
 border: 0
 }

table
 {
 width: 100%;
 border-collapse: collapse;
 table-layout: fixed
 }

table.portfolio
 {
 width: 100%;
 border-collapse: collapse;
 table-layout: fixed;
 text-align: center
 }

table.resume
 {
 width: 100%;
 border-collapse: collapse;
 table-layout: auto
 }

table.pics
 {
 width: 100%;
 border-collapse: collapse;
 table-layout: auto;
 text-align: center
 }

td.left
 {
 text-align: left
 }

td.right
 {
 text-align: right;
 font-size: x-large;
 font-style: italic
 }

td.right a
 {
 font-size: large;
 font-style: normal
 }

#header
 {
 width: 950px;
 height: 95px;
 margin: auto
 }

#content
 {
 background-image: url("graphics/contentbg.png");
 width: 930px;
 height: 600px;
 margin: auto;
 padding: 0 10px;
 overflow: auto
 }

#content.home
 {
 background-image: url("graphics/homebg.png");
 width: 930px;
 height: 600px;
 margin: auto;
 padding: 0 10px;
 overflow: auto
 }

#content.error
 {
 background-image: url("graphics/404bg.png");
 width: 930px;
 height: 600px;
 margin: auto;
 padding: 0 10px;
 overflow: auto
 }

#footer
 {
 width: 950px;
 margin: auto;
 padding: 5px 0 0 0;
 text-align: right;
 font-size: x-small;
 color: #808080
 }
