html, body {
margin:0;
padding:0;
text-align:center;
color: #111;
background-color: #eee;
background-image: url(../art/tribkgrnd.gif);
font-size: normal;
font-family: Arial, Helvetica, Verdana, sans-serif;
} a {
text-decoration: none;
} a:link {
color: green;
text-decoration: underline;
} a:visited {
color: olive;
text-decoration: underline;
} a:hover {
color: lime;
text-decoration: blink;
} h2 {
font-size: 1em;
font-family: Arial, Helvetica, Verdana, sans-serif;
} .cat {  /* boxes where I list categories of the resume */
width: 95%;
height: 50px;
padding: 10px;
margin-bottom: 10px;
background-color: #aaa;
font-size: x-large;
font-weight: bold;
} .date { /* the date that preceeds some stuff */
position: inline;
float: left;
width: 60px;
padding-right: 0px;
} .datestuff { /* stuff that's preceeded by a date */
position: inline;
width: 380px;
margin-bottom: 20px;
margin-left: 70px;
} .regstuff { /* regular stuff */
position: inline;
width: 490px;
margin-bottom: 20px;
} #wrap {
width: 590px;
text-align: left;
margin-left: auto;
margin-right: auto;
} #header {
background-image: url(GIFs/headbkgrnd.gif);
text-align: center;
position: relative;
height: auto;
padding: 20px;
width: 550px;
} #main {
background-image: url(GIFs/bkgrnd.gif);
float: right;
display: inline;
position: relative;
padding: 10px;
padding-top: 0;
padding-left: 90px;
width: 490px;
}