* {
	margin: 0;
	padding: 0;
}

body 
	{
	margin: 20px 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	}

h1, h2, h3 
	{
	color: #333333;
	}
h1 
	{ 
	font-size: 200%; 
	}
h2 
	{ 
	font-size: 160%; 
	}
h3 
	{ 
	font-size: 120%; 
	}
p, ul, ol 
	{
	margin-bottom: 15px;
	line-height: 167%;
	font-size: 85%;
	}
a 
	{
	color:#003366;
	font-size:110%;
	}
a.donate 
	{
	font-size:180%;
	line-height:200%;
	color: #FFFFFF;
	background: #990000;
	}
a.donate:hover 
	{
	font-size:180%;
	line-height:200%;
	color:#990000;
	background: #FFFFFF;
	text-decoration: underline;
	}
a:hover 
	{
	text-decoration: none;
	color:#0099FF;
	}
#banner 
	{
	width: 770px;
	height: 190px;
	margin: 0 auto;
	background: url(images/peru.jpg) no-repeat;
	}
#page 
	{
	width: 770px;
	margin: 0 auto;
	}
#page h1, #page h2 
	{
	margin-bottom: 20px;
	}
#content 
	{
	float: left;
	width: 547px;
	padding: 20px;
	text-align:justify;
	background-position: center;
	/*background: url(images/PDClogo_bg.jpg) no-repeat;*/
	}
#menu 
	{
	float: left;
	width: 150px;
	padding: 30px 20px 10px 10px;
	}
#menu h2 
	{
	padding-top: 5px;
	font-weight: bold;
	}
#menu ul 
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}
#menu li 
	{
	text-align:center;
	margin: 0;
	padding-bottom: 5px;
	}
#menu h3 
	{
	height: 20px;
	text-align: center;
	text-transform: uppercase;
	background: #3B3B3B;
	color: #FFFFFF;
	}
#menu h4 
	{
	height: 5px;
	}
#footer 
	{
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 2px solid #CCCCCC;
	}
#footer p 
	{
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 75%;
	color:#999999;
	}
#footleft 
	{
	float: left;
	}
#footright 
	{
	float: right;
	}
