body {
  padding: 0; margin: 0;
  color: #300;
  font-family: Tahoma;
  font-weight: normal;
  font-size: 12pt;
  background: url(images/sub-header.gif) #609 0 0 scroll no-repeat;
}

#navigation {
  position: absolute;
  top: 0;
  left: 0;
}

#navigation a {
  padding: 0; margin: 0;
}

#navigation img {
  border: 0;
}

#contact {
  position: absolute;
  top: 141px;
  left: 0px;
  width: 685px;
  z-index: 10;

  font-family: Tahoma;
  font-weight: bold;
  font-size: 65%;
  color: #330;
  text-align: right;
  
}

#contact a {
  text-decoration: none;
  color: #330;
}

#content {
  color: #300;
  font-size: 80%;
  background: url(images/content-bg.gif) #609 repeat-y;
  position: absolute;
  top: 159px;
  width: 705px;
  padding-bottom: 2em;
}

#content #corner {
  background: url(images/content-corner.gif);
  width: 83px;
  height: 82px;
  position: absolute;
  top: 0;
  right: 0;
}

#content p, li {
  position: relative;
  left: 60px;
  margin-bottom: 0px;
}

#content p {
  width: 603px;
}

#content a {
  color: blue;
  text-decoration: underline;
}

#content li {
  color: #906;
}

#content strong {
  position: relative;
  left: -30px;
  color: #f60;
  font-size: 22pt;
  text-transform: uppercase;
  background: url(images/tiny-logo.gif) 0 40% no-repeat;
  padding: 15px 15px 15px 60px;
  display: block;
  width: 597px;
  background-color: #ff3;
  border-right: 1px solid #d47a69;
}

#content em {
  font-style: normal;
  font-weight: bold;
}

#content h1 {	
  position: relative;
  left: 30px;
  font-size: 125%;
}

#content blockquote {
	color: #a30;
    font-family: "Arial";
	font-style: italic;
	font-weight: normal;
	text-align: right;
	margin: 30px 20px 0 80px;
	padding: 3px 30px 5px 20px;
	display: block;
	width: 550px;
}

#content blockquote em {
  font-weight: bold;
}

#content blockquote.pullout {
	font-size: 24pt;
	font-family: "Arial Black";
	font-weight: bold;
	margin-bottom: 20px;
	border: 1px solid purple;
	border-right: 0; border-bottom: 0;
}
p.quote-attribute {
  color: black;
  text-align: right;
  margin: 0;
  font-weight: normal;
  font-style: italic;
}


#content table {
  margin: 10px 25px;
  position: relative;
  left: 40px;
  width: 550px;
  border-collapse: collapse;
}

#content td {
  padding: 5px 25px 5px 10px;
  height: 1.5em;
  font-weight: bold;
  border: 1px solid brown;
  vertical-align: top;
}

.sitemap {
  font-size: 75%;
  text-align: center;
  padding-top: 1em;
}
.sitemap a {
  white-space: nowrap;
}

