body { 
  font-family: verdana, arial, sans-serif;
  font-size: 1em;
  margin: .7em 1em 1em 1.5em ;
  background: white;
}

#header {
  display: block;
  width: 750px;
}

#header h1 { 
  font-size: medium; 
}
	
#header input { 
  font-size: small; 
}

#header input#command { 
  background: #b07040; 
  color: white; 
  border: 1px outset #303030;  
}

div.person { 
  width: auto !important;
  width: 100%;
  position: relative;
  top: -2px; left: -2px; 
  padding: .8em;
  color: black;
  background: FloralWhite; border: 1px solid #303030;
}

div.shadow { 
  background: black; 
  width: 672px; 
  margin: .9em 1em .9em .8em;  
}

div.name { 
  display: block; 
  font-weight: bold; 
  color: black; 
  text-align: left; 
  width: 100%;
  letter-spacing: .1em;
  font-size: 1.1em; 
}

div.email { 
  margin-top: -1.25em;
  text-align: right; 
  width: 100%; 
  display: block;
}

div.email a {
  color: saddlebrown;
  text-decoration: none;
}

div.email a:hover { 
  color: darkred; 
}

div.office,
div.street,
div.pobox,
div.cityStateCountry,
div.zip {
  font-size: .95em;
  text-align: left; 
  width: 100%; 
  display: block;
}

div.telephone {
  color: gray;
  font-size: .9em;
  text-align: right;
  width: 100%;
}

div.pager,
div.fax {
  font-style: italic;
  font-size: .9em;
  color: dimgray;
  text-align: right; 
  width: 100%;
  display: block;
}

