body {
	margin:0px;
	color: #fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background:#000 url(../images/header.jpg) no-repeat 0 0;
	height: 100%;
}

a {
	color: gray;
}

form {
	margin: 0px;
	padding: 0px;
}

/* Classes */

body.plea #navigation li {
	color: #ff8100;
}

body.donate #navigation li {
	color: #ff8100;
}

body.project #navigation li {
	color: #ff8100;
}

.smaller {
	font-size: 60%;
}

.hidden {
	display: none;
}

.fine {
	font-size: 9px;
	color: #292929;
}

span.yellow {
	color: #fcff00;
}

#wrap {
	background: url(../images/city.gif) no-repeat fixed left bottom;
	width:1800px;
	height: 1000px;
}

#donate_button {
	position: absolute;
	left: 699px;
	top: 15px;
	width: 183px;
	height: 164px;	/*background: url(../images/donate_button.gif) no-repeat;*/
}

#donate_button p {
	overflow: hidden;
	line-height: 600px;
	width: 162px;
	height: 164px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#donate_button a {
	display: block;
}

#contentwrap {
	width:590px;
	position: relative;
	margin-bottom: 125px;
	top: 120;
	left: 390px;
	background-color: #333333;
}

#main_content {
	padding:0px 40px 0px 20px;
	background: url(../images/content_mid.gif) repeat-y 0 0;
}

body.donate #main_content {
	padding-top: 0px;
	margin: 0px;
}


#main_content h3 {
	margin: 0px;
	/*padding-top: 30px;*/
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
}

#main_content p {
	margin-left: 5px;
	margin-top: 0px;
	color: black;
	font-size: 12px;
	font-variant: normal;
	line-height: 140%;
}

#content_header h2 {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	background: transparent;
	width: 470px;
	position: relative;
	top: 100px;
	left: 20px;
}


#content_header {
	width: 590px;
	height: 162px;
	background: url(../images/content_header.gif) no-repeat 0 0;
}

#proceed {
	text-align: right;
	margin-right: 20px;
}

#proceed a {
	color: #000;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
}


#content_footer {
	background:url(../images/content_footer.gif) no-repeat 0 0;
	width:590px;
	height: 75px;	
}

#navigation {
	width: 220px;
	position: absolute;
	left: 30px;
	top: 305px;
	line-height: 130%;
}

#navigation li {
	list-style: none;
	color: #fff;
	font-size: 17px;
	font-variant: small-caps;
	font-weight: bold;
}

#navigation a {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	color: #2884ff;
	text-decoration: underline;
}

#flash_col {
	float:right;
	margin-right:-25px;
	border: 1px solid #d1d1d1;
}

