#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 173px;
}
#container #menu {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
}

#container #content {
	padding-right: 1em;
	padding-left: 1em;
}

body {
	margin: 0px;
	color: #DDD;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: lighter;
}

a:link {
	color: #0C0;
}

a:visited {
	color: #0C0;
	text-decoration: none;
}

a:hover {
	color: #CCC;
	text-decoration: none;
}

#donations {
	width: 50%;
	border-collapse:collapse;
}

#donations tr th {
	text-align: left;
	border: solid 1px #DDD;
}

#donations td {
	border: solid 1px #DDD;
}
