* {
  background: transparent none;
  color: white;
}

html {
  background: transparent none;
}

body {
  background: white;
  font-size: 12pt;
}

#nav, #sidebar {
  display: none;
}

#page, #header, #content, #main, #main h2 {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#header h1 {
  background: transparent none;
	float: none !important;
	margin: 0;
	padding: 0; 
  text-indent: 0;
  width: auto;
}

#header h1 a {
  display: inline;
}

#main h2 span {
  background: transparent;
  border-bottom: 1px solid black;
  font-size: 150%;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}

div.job h5, div.job dl {
  background: transparent none;  
}

dl.job {
  background: transparent none;
  display: block;
  height: auto;
  width: auto;
}

a.details {
  display: none;
}

#footer {
  background: transparent none;
  font-size: 100%;
  font-variant: normal;
  margin-top: 2em;
}


