
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

body
{
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;	
	color: #2a2a2a;

}

#wrapper
{
	height: 100%;
	overflow: auto;
}

/* 	padding: 38px 0 0 0; */

form
{
	display: inline;
}

a
{
	color: #382616;
	text-decoration: underline;
}

a:hover
{
	color: #B5D2EA;
}

#tiki
{
	position: absolute;
	top: 80px;
	left: 0;
	width: 307px;
	height: 635px;
	background: #fff url(images/tiki.jpg) 0px 0px no-repeat;	
}

#top_margin
{
	position: absolute;
	top: 0;
	right: 16px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	background: url(images/page_top.gif);
}

#cancelled
{
	position: absolute;
	top: 20px;
	left: 150px;
	margin: 0;
	padding: 0;
	width: 460px;
	height: 225px;
	background: url(images/cancelled.png);
	
}

#content
{
	margin: 0 0 0 315px;
	padding: 0 0 0 0;
	width: 535px;
	background: #fff;
}

#navigation
{
	margin: 58px 0 0 0;
	padding: 0 0 0 300px;
	height: 230px;
	background: url(images/photos.jpg) no-repeat;
}

#navigation ul
{
	padding: 20px 0 0 0;
	margin: 0;
	list-style: none;
	font-family: georgia, serif;
	font-size: 25px;
	line-height: 40px;
}

#header
{
	padding: 0 0 0 10px
}

#main
{
	padding: 20px 0 30px 15px;
}

#main p
{
	line-height: 15px;
}

#fund_status
{
	font-family: georgia, serif;
	font-size: 35px;
	color: #382616;
}

h1
{
	margin: 10px 0;
}

h2
{
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #B6AFA9;
	font-family: georgia, serif;
	font-size: 28px;
	font-weight: normal;
	color: #382616;	
}

#donate_button
{
	float: right;
	padding: 10px 100px 0 0;
}