html, body {
  margin: 0;
  padding: 0;
	width: 100%;
	height: 100%;
}
body {
	color: #CCCCCC;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
  background: url(../graphics/deanwagner.png) center top no-repeat fixed #333333;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
p a:link, p a:visited {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}
p a:hover, p a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
h1 {
	display: none;
}
h2 {
	width: 40%;
  margin: 0 0 10px;
  padding: 0;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #000000;
}
h3 {
  margin: 0 0 0 5px;
  padding: 0;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}
p {
	width: 50%;
	text-indent: 2em;
	text-align: justify;
	line-height: 1.5em;
}
abbr {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	cursor: help;
}

dl {
	display: block;
	margin: 0 2em;
}
dt {
	margin-bottom: 0.2em;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}
dd {
	margin-bottom: 1em;
	font: 14px "Courier New", serif;
}

hr {
	width: 80%;
	height: 1px;
	margin: 1em auto;
	padding: 0;
	background-color: #000000;
	border: 0;
}

.sig {
	width: 45%;
	margin: -0.5em 0 0;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

blockquote {
	margin: 0;
	padding: 0.25em 2em;
	background: url(../graphics/quote.png) no-repeat top left;
}

blockquote p {
	width: 45%
}

ul#nav {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 700px;
	height: 33px;
  margin: 0;
	padding: 0 0 0 10px;
  background: url(../graphics/nav.png) left top no-repeat;
	list-style: none;
	z-index: 5;
}
ul#nav li {
	display: block;
	position: relative;
	float: left;
  margin: 0;
  padding: 7px;
}
ul#nav li a.navActive:link, ul#nav li a.navActive:visited,
ul#nav li a.navActive:hover, ul#nav li a.navActive:active {
	color: #CCCCCC;
	text-decoration: none;
	cursor: text;
}
div#innerBody {
	width: 80%;
  padding: 5% 10%;
  margin: 0;
	overflow: auto;
}
div#content {
  margin: 0;
  padding: 1%;
}
div#footer {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
div#toes {
  padding: 5px;
}
img {
	border: 0;
}
ul#style {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 200px;
	height: 31px;
  margin: 0;
	padding: 7px 5px 0 0;
  background: url(../graphics/switch.png) right top no-repeat;
	list-style: none;
	z-index: 6;
}
ul#style li {
	display: block;
	position: relative;
	float: right;
  margin: 0;
  padding: 1px;
}
ul#style span {
	display: block;
	position: relative;
	float: right;
  margin: 0;
  padding: 2px 5px 0 0;
	color: #999999;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}
ul#style li a:link, ul#style li a:visited,
ul#style li a:hover, ul#style li a:active {
	display: block;
	width: 15px;
	height: 15px;
  margin: 0;
  padding: 0;
	text-decoration: none;
  background: url(../graphics/color.png) center center no-repeat;
	border: 1px solid #000000;
}
div.projects {
  background: url(../graphics/projects.png) left center no-repeat;
	height: 49px;
  margin: 0 0 1em;
	padding: 8px;
}
div.projects div {
  margin: 0;
  padding: 10px 10px 0;
}
div.projects ul {
	display: block;
	width: 100%;
  margin: 0;
	padding: 0;
	list-style: none;
}
div.projects ul li {
	display: block;
	position: relative;
	float: left;
  margin: 0;
  padding: 10px 10px 0;
}
div.certs {
	text-align: center;
}

div#caps {
	width: 355px;
	clear: right;
	float: right;
}

div#caps a.lightbox, div#caps a.lightbox img {
	border: 0 !important;
}

div.gallery {
	clear: both;
	text-align: center;
	margin: 2em 0 -50px -125px;
}
div.gallery a {
	/*
	display: block;
	float: left;
	width: 217px;
	height: 396px;
	*/
	border: 0;
	margin: 0 -125px 0 0;
}
div.gallery a img {
	border: 0;
}
div.otherGallery {
	clear: both;
	text-align: center;
	margin: 4em 0 0 0;
}
div.otherGallery a {
	/*
	display: block;
	float: left;
	width: 217px;
	height: 396px;
	*/
	border: 0;
	margin: 0.5em;
}
div.otherGallery a img {
	border: 0;
}
