table, form, div {
	font-family: Arial, Tahoma,Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
/****************************************************************/
/*                         Wrapper                              */
/****************************************************************/
#wrapper {
	width: 760px;
	margin: auto;
}
/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
#main_content {
	float: left;
}
.photo_box {
	padding-bottom: 10px;	
}	
#left_partition1 {
	float: left;
	padding: 15px 0px 0px 10px;
}
#right_partition1 {
	width: 360px;
	float: left;
	padding: 10px 10px 0px 20px;
}
#button_box {
	width: 360px;
	padding: 5px 0px 5px 0px;
}
#text_box {
	float: left;
}
/****************************************************************/
/*                          Text                                */
/****************************************************************/
h3 {
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #14175B;
	font-style: italic;
}
h4 {
	font-size: 14px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #14175B;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
li {
	line-height: 14px;
	font-style: italic;
}
/****************************************************************/
/*                          Nav                                 */
/****************************************************************/
a.donate {
	display: inline;
	height: 31px;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	background: url(../template/misc/donate_but.gif) left top no-repeat;
	margin-left: 30px;
}
a.donate:hover {
	background-position: left -31px;
}
a.direct {
	display: inline;
	height: 31px;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	background: url(../template/misc/direct_but.gif) left top no-repeat;
	margin-left: 30px;
}
a.direct:hover {
	background-position: left -31px;
}
a.learn {
	display: inline;
	height: 31px;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	background: url(../template/misc/learn_but.gif) left top no-repeat;
	margin-left: 30px;
}
a.learn:hover {
	background-position: left -31px;
}				