BODY {
  background: #a5b2c2 url(../img/gulls/bgimage.jpg) fixed bottom right no-repeat;
  margin: 0;
  font: .8em sans-serif;
}
H3 {
  color: #336
}
A:link, A:visited {
  color: #669
}
A:hover {
  color: #c96;
}
UL {
  margin: 0;
}
HR {
	width: 85%;
	color: #c96;
	margin-top: 1em;
}
#header {
  float: left;
  margin-left: 20px;
  padding-bottom: 20px;
  background: url(../img/gulls/headerbg.jpg) no-repeat;
  width: 580px;
}
#footer {
  background: #fff url(../img/gulls/footerbg.jpg) bottom center no-repeat;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 35px;
  text-align: right;
  font-size: .78em;
  font-style: italic;
  color: #666;
}
#footer2 {
	float: right;
}
#footer SPAN {
	display: block;
}
#content {
  margin-top: 180px;
  background: #fff;
  padding: 10px;
  line-height: 1.3;
}
#navheader {
  float: left;
  margin-top: 20px;
  background: url(../img/gulls/navbg.jpg) no-repeat;
  width: 180px;
}
#navfooter {
  height: 24px;
  width: 140px;
  background: url(../img/gulls/navfooterbg.jpg) no-repeat;
  margin-left: 20px;
}
#navigation {
  margin-top: 240px;
  margin-left: 20px;
  width: 140px;
  background: #fff;
}
#navigation UL {
	list-style: none;
	padding-left: 30px;
}
#navigation LI {
	padding-top: 5px;
}
#navigation LI UL {
	padding: 0;
	padding-left: 20px;
	font-style: italic;
	font-size: .85em;
}

.resume UL {
	padding: 0;
	margin-left: 40px;
}
.resume UL LI{
	list-style-type: square;
	padding: 2px;
}
.resume H4 {
	margin-bottom: 0px;
	font-size: 1.2em;
	color: #c96;
}
.resume BLOCKQUOTE {
	margin-left: 25px;
}
#contact {
}
#contact UL {
	margin: 0;
	padding: 5px 0 10px 0;
	border: 2px dotted #963;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
#contact UL LI {
	list-style: none;
}
.resume .job, .resume .duration {
	display: block;
	padding-left: 1em;
	font-size: .85em;
	font-style: italic;
	color: #666;
}
.resume .phone {
	padding-left: 10px;
	font-style: italic;
	color: #669;
}
#webwork BLOCKQUOTE {
	font-size: .9em;
	font-style: italic;
}
.thumbs {
	width: 450px;
	margin: 0 auto 0 auto;
}
.thumbs TD {
	text-align: center;
	font-size: .7em;
}
P.centered {
	text-align: center;
}
TD.caption {
	padding-bottom: 10px;
}