body {
  font-family: "Verdana", sans-serif;
  background-color: white;
  background-image: url("img/america-wash.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  color: black;
  padding: 0;
  margin: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#outer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-top: 0;
}
#header {
	width: 700px;
	padding: 0;
}
#header_text {
	margin-top: auto;
	margin-bottom: auto;
}
#header img {
	float: left;
	display: block;
	padding: 10px;
}
h1.header, h2.header {
	margin: 5px;
	font-style: italic;
	font-weight: bold;
	font-size: x-large;
	font-variant: small-caps;
}
h1.content, h2.content {
	margin: 5px;
	font-style: italic;
	font-weight: bold;
}
h1.content {
	font-size: x-large;
}
h2.content {
	font-size: large;
}
p.content {
	margin: 5px;
}
p.header {
	margin: 5px;
	font-style: italic;
	font-weight: bold;
	font-size: small;
	font-variant: small-caps;
}
.nav {
	float: left;
	display: block;
	width: 160px;
	height: 500px;
	padding: 4px;
	margin: 0;
	list-style-type: none;
	font-size: small;
}
.nav li {
  color: white;
  margin-bottom: 4px;
  border: thin solid red;
  background-image: none;
  background-color: white;
}
.nav a {
  text-decoration: none;
	padding: 4px;
	display: block;
}
.nav a:hover {
  text-decoration: none;
	background-color: #CCEEFF;
}
#content {
	background-color: white;
	background-image: none;
	width: 480px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	float: right;
	line-height: 1.5;
}
.footer {
	font-size: small;
	clear: both;
	text-align: center;
}
.clear {
	clear: both;
}
#pp {
	float: right;
}
#donate td {
	border-bottom: solid gray 1px;
	border-right: solid gray 1px;
	padding-left: 5px;
	padding-right: 5px;
}
#donate tr.top td {
	border-top: solid gray 1px;
}
#donate td.l {
	border-left: solid gray 1px;
	width: 190px;
}
#donate td.r {
	width: 250px;
}
#donate .invis {
	color: white;
}