body { 
	margin: 0; 
	background: #000000;
	color: #333333;
  font-family: arial, verdana, sans-serif;
}

div.masthead {
	position: absolute; top: 0; height: 65px; width 100%; text-align: right;
	color: #000000; background: #ffffff;
}

div.sidebar {
	position: absolute; top: 120px; width 150px; height: 45em; text-align: right;
	background: #333333;
}

div.runner {
	position: absolute; top: 90px; height: 30px; width: 100%; text-align: left;
	color: #B6C0C3; background: gray url(nav.jpg);
	font-family: arial, sans-serif;
}

div.main {
	position: absolute; top: 120px; left: 150px; width: 150px; height: 45em;
}

h1 {
  font-size: 30px;
  font-family: garamond, serif;
  color: #000000;
  background: #ffffff;
}


h2 {
  font-size: 14px;
  font-family: arial, sans-serif;
  color: #ffffff;
  background: #A8B3B7;
}

.class1 A:link { text-decoration: none; color: white;}
.class1 A:visited { text-decoration: none; color: white; }
.class1 A:active { text-decoration: none; color: white; }
.class1 A:hover { text-decoration: none; color: white; }

A:link { text-decoration:none }
A:visited { text-decoration: none }
A:active { text-decoration: none }
A:hover { text-decoration: none; color: #FF6600; }