html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #99CCCC;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(pix/webbackground.png);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 5px;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 780px;
}
#outerWrapper #header {
	background-image: url(pix/franklin_shelter_washington_dc_banner.png);
	background-repeat: no-repeat;
	border-bottom: solid 1px #666;
	font-size: 18px;
	font-weight: bold;
	height: 185px;
	line-height: 15px;
	background-color: #000000;
}
#outerWrapper #header #nav {
	padding-top: 150px;
}

#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #ebebeb;
  border-left: solid 1px #666;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 240px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 260px 0 0;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
  background-color: #000000;
  border-top: solid 1px #666;
  color: #FFFFFF;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer a, #outerWrapper #footer a:link {
  color: #99FFFF;
}
#outerWrapper #footer a:visited {
  color: #99FFFF;
}
#outerWrapper #footer a:hover {
  color: #99FFFF;
}
#outerWrapper #footer a:focus {
  color: #99FFFF;
}
#outerWrapper #footer a:active {
  color: #99FFFF;
}
