body {
  width: auto;
  margin: 0 5%;
   background: white;
   font-size: 12pt;
   color: #000;
   }

div#maincontent, div#sidebar, div#nosidebar {
   padding: 1em;
   border: 1px solid #999;
   float: none !important;
   color: black;
   background: transparent none;
   }
a:link, a:visited {
   color: #00f;
   background: transparent;
	text-decoration: none;
   }

div#maincontent span.title {
	font-weight: bold;
}
span.title {
	font-size: 14pt;
	display: block;
	}

div#sidebar ul li a:link:after, div#sidebar ul li a:visited:after {
   content: " (\20\20" attr(href) ") ";
	color: #000;
   font-size: 75%;
   }
html>body div#sidebar a {
	color: #00f;
	}
div#sidebar ul li a[href^="/"]:after {
   content: " (http://portfolio.seanwich.com" attr(href) ") ";
	color: #000;
   }
	
div#footer, div#standards, div#mininav, a.lonelynav {
	display: none;
	}
	
/* --------------------------------- resume crap ----- */
div#nosidebar {
	text-align: center;
	}
div#nosidebar span.title {
	display: block;
	border-bottom: 1px solid #666;
	font:1em/1 Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 20px;
	}
div#nosidebar span.bigfont1 {
	font-weight: 200;
	font: 2em/2 Georgia, "Times New Roman", Times, serif;
}
div#nosidebar span.bigfont2 {
	font-weight: 200;
	font: 1em/1 Georgia, "Times New Roman", Times, serif;
}
div#nosidebar span.bigfont3 {
	padding-top: 5px;
	margin-top: 5px;
	font-weight: 200;
	font: 1em/1 Georgia, "Times New Roman", Times, serif;
}
div#nosidebar span.subtitle {
	font-weight: bold;
	text-align: left;
	padding: 10px 0px 5px 5px;
	display: block;
	}
div#nosidebar div.\1px {
	padding: 10px;
	border: 1px solid #999;
	}
div#nosidebar ul {
	text-align: left;
	margin-top: 0;
	padding-top: 0;
	}
div#nosidebar img.bigimage {
	border: 1px solid #999;
	}

table {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 2px;
	}

tr.r1 {
	background: #ddd;
	text-align: left;
	font-size: 10pt;
	}

tr.r2 {
	background: #eee;
	text-align: left;
	font-size: 10pt;
	}

tr.key {
	font-family:verdana, sans-serif;
	font-size: 10pt;
	color: #119;
	text-decoration: underline;
	text-align: center;
	}