html * {
	margin: 0;
}

body {
	background: #f1f1f1;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 100%;
}

p {
	margin: 10px 0;
}

a img {
	border: none;
}

div#container {
	text-align: left;
	background: url(../images/background.gif) top center repeat-y;
	width: 888px;
	margin: 0 auto;
	padding: 0;
}

div.clr {
	clear: both;
}

div#header, div#footer {
	background: #f1f1f1;
	margin: 0 10px;
}

div#header {
	padding: 15px 0;
	background: url(../images/headerbg.gif) top right no-repeat;
}

div#header ul {
	list-style-type: none;
	float: right;
	margin: 60px 60px 0 0;
}

div#header ul li {
	float: left;
}

div#header ul li a {
	padding: 0 15px;
	border-right: 1px solid #666;
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

div#header ul li a:hover {
	color: navy;
}

div#header ul li.last a {
	border-right: none;
}

div#logo {
	background: url(../images/logo.gif) top left no-repeat;
	overflow: hidden;
	width: 301px;
	height: 69px;
	float: left;
	margin-top: 5px;
}

div#logo h1 {
	text-indent: -5000px;
}

div#content {
	background: white;
	font-size: 14px;
	margin: 0 10px 0 7px;
	padding: 10px 10px 20px 10px;
	line-height: 1.5em;
	color: #3c3c3c;
}

div#content div.photo {
	float: right;
	text-align: center;
	font-size: 11px;
}

div#content h1 {
	font-size: 20px;
}

div#banner {
	 width: 854px;
	 height: 130px;
	 background: url(../images/banner.jpg) top left no-repeat;
	 margin: 2px 0 20px 0;
}

div#donate {
	width: 247px;
	float: right;
	margin: 0 0 15px 15px;
}

div#donate div#top {
	background: url(../images/donate_top.gif) top center no-repeat;
	padding: 8px;
	text-align: center;
}

div#donate div#mid {
	background: url(../images/donate_mid.gif) top center no-repeat;
	font-size: 12px;
	padding: 8px;
}

div#donate div#bottom {
	background: url(../images/donate_bottom.gif) top center no-repeat;
	text-align: center;
	padding: 5px 0 15px 0;
}

div#footer {
	font-size: 11px;
	padding: 0 10px;
	border-bottom: 1px solid #d1d1d1;
}

div#footer ul {
	list-style-type: none;
	float: right;
	margin: 0;
}

div#footer ul li {
	float: left;
}

div#footer ul li a {
	padding: 0 15px;
	border-right: 1px solid #666;
	color: #666;
	text-decoration: none;
}

div#footer ul li a:hover {
	text-decoration: underline;
}

div#footer ul li.last a {
	border-right: none;
}

p label {
	width: 250px;
	display: block;
}
