html {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333;
	text-decoration: none;
	padding: 0px;
	margin: 0.5em;
	min-width: 1050px;
}

h1#signature {
	clear: none;
	margin: 0px;
	padding: 0px;
}

h3 {
	padding: 1em 0em;
	margin: 0px;
}

a {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #999;
}

a:hover {
	color: #666;
	font-style: italic;
}

a.nav { color: #333; text-decoration: none; }
a.nav:visited { color: #999; }
a.nav:hover   { color: #666; font-style: italic; }
a.nav:active  { color: #CF0; }

.bigshow { margin-bottom: 0px }

div.onesnav { padding: 10em 2em 11em; }
div.twosnav { padding: 3em 2em 6em; }
div.tresnav { padding: 1em 2em 3em; }

div ul li.thumb {
	list-style-type: none;
	display: block;
	padding-left: 6%;
	padding-right: 2%;
	padding-top: 2em;
	padding-bottom: 2em;
	float: left;
	white-space: nowrap;
	text-align: center;
}

div.tresnav ul li.thumb {
	padding-top: 1em;
	padding-bottom: 1em;
}

div ul.wtitles li.thumb { padding-bottom: 0px }

div#sitenav {
	margin: 0px auto;
	text-align:center;
	width: auto;
}

div#sitenav ul {
	margin: 0px;
	padding: 0px;
	clear: both;
}

div#sitenav ul li.space {
	list-style-type: none;
	display: block;
	padding: 0px;
	clear: both;
	float: none;
	white-space: nowrap;
}

div#sitenav ul li a {
	padding: 0px 4px;
}

div#pagenav {
	margin:0px auto;
	padding:0px;
}

div ul.packnav li.thumb {
	padding-left:  3%;
	padding-right: 2%;
}

div ul.pagenav li.thumb {
	padding-left:  8%;
	padding-right: 4%;
}

div ul.tripnav li.thumb {
	padding-left: 12%;
	padding-right: 4%;
}

div ul.opennav li.thumb {
	padding-left: 20%;
	padding-right: 5%;
}


div#leafnod {
	width:100%;
	text-align:center;
	margin:0.5em 0px 0px;
	padding:0px;
}
	
div#content {
	margin:0px auto;
	padding:0px;
}

div img {
	border: none;
}

p.workinfo {
	text-align: left;
	font-size: smaller;
}

div.aboutme {
	min-width: 78em;
}

div.aboutme p {
	text-align: justify;
}

h3.aboutme {
	width: 100%;
	text-align: center;
}

table.aboutme {
	white-space: nowrap;
	margin-bottom: 1em;
}

table.aboutme td {
	vertical-align: top;
}

table.aboutme.postbar td:first-child:after {
	content: " |";
	/* border-right: thin solid black; */
}

table.aboutme.postbar tr.skipbar td:first-child:after {
	content: " ";
}

table.aboutme.precbar td + td:before {
        content: "| ";
        /* border-left: thin solid black; */
}

table.aboutme.precbar tr.skipbar td + td:before {
        content: " ";
}

div#contactme, div#contactme ul, div#contactme p {
	text-align: center;
}

div#biography, div#statement {
	max-width: 38em;
	margin: 0px auto;
}

div ul.socialnet {
	margin: 2em 0px;
	padding: 0px;
	display: inline;
	white-space: nowrap;
}

div ul.socialnet li {
	list-style-type: none;
	display: inline;
}

div ul.socialnet li img {
	display: inline;
}

div ul.socialnet li a {
	text-decoration: none;
	padding: 0px 4px;
}

