body {
	background-color: #909090;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 1.4em;	
}

h1 {
	text-indent: -10000px;	width: 763px;
	height: 153px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/fpi_banner.jpg);
	float: left;
}

h2 {
	font-size: 18px;
	color: #0087c5;
	font-weight: bold;
}

h3 {
	
}

.extra {
	font-weight: normal;
	font-style: italic;
}

#container {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/fpi_background.jpg);
	background-position: bottom center;
}

#header {
	width: 900px;
	height: 153px;
	margin: 0px;
	padding: 0px;
}

#donate {
	width: 137px;
	height: 153px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#sidebar {
	 width: 130px;
	padding: 10px;
	margin: 0px;
	text-align: left;
	float: left;
	font-weight: bold;
}
	
#sidebar a:link {
	color: #333;
	text-decoration: none;
}
	
#sidebar a:visited {
	color: #333;
	text-decoration: none;
}
	
#sidebar a:hover {
	color: #333;
	text-decoration: underline;	
}

#content {
	width: 730px;
	min-height: 450px;
	padding: 3px 3px 0px 0px;
	color: #000;
	text-align: left;
	float: right;
}

.clear {
	clear: both;
}

#footer {
	color: #333;
	font-size: 11px;
	text-align: center;
	width: 900px;
	margin: 10px auto;
}

#bio {
	width: 98%;
	float: left;
}

.biopic {
	width: 120px;
	height: 120px;
	margin: 0px 15px 15px 0px;
	float: left;
}

textarea {
	width: 500px;	
}