html, body, p, div, span, ol, ul, li, a, h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #464646;
}

a
{
	color: #76b952;
}

html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	background-color: #fff;
	padding-top: 45px;
	margin: 0 auto;
	width: 768px;
}

h2
{
	color: #4d8534;
	font-size: x-large;
	font-weight: bold;
}

.header
{
	color: #4d8534;
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
}

.center
{
	text-align: center;
}

p
{
	line-height: 1.3em;
}

.hide
{
	display: none;
}

#logo 
{
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
	height: 75px;
	width: 312px;
	margin-left: 7px;
}

#logo a
{
	display: block;
	height: 75px;
	width: 312px;
}

#menu
{
	width: 786px;
}

#menu-left
{
	background-image: url('/images/menu-bar.png');
	background-repeat: repeat-x;
	height: 39px;
	width: 757px;
	float: left;
}

#menu-right
{
	background-image: url('/images/menu-right.png');
	height: 39px;
	width: 29px;
	float: right;
}

#menu-left ul
{
	list-style-type: none;
}

#menu-left ul li
{
	float: left;
}

#menu-left ul li a
{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#menu-home
{
	height: 39px;
	width: 89px;
}

#menu-home a
{
	background-image: url('/images/menu-home.png');
}

#menu-home a:hover
{
	background-image: url('/images/menu-home-hover.png');
}

#menu-about
{
	height: 39px;
	width: 80px;
}

#menu-about a
{
	background-image: url('/images/menu-about.png');
}

#menu-about a:hover
{
	background-image: url('/images/menu-about-hover.png');
}

#menu-faqs
{
	height: 39px;
	width: 66px;
}

#menu-faqs a
{
	background-image: url('/images/menu-faqs.png');
}

#menu-faqs a:hover
{
	background-image: url('/images/menu-faqs-hover.png');
}

#menu-media
{
	height: 39px;
	width: 75px;
}

#menu-media a
{
	background-image: url('/images/menu-media.png');
}

#menu-media a:hover
{
	background-image: url('/images/menu-media-hover.png');
}

#menu-donate
{
	height: 39px;
	width: 89px;
}

#menu-donate a
{
	background-image: url('/images/menu-donate.png');
}

#menu-donate a:hover
{
	background-image: url('/images/menu-donate-hover.png');
}

#menu-projects
{
	height: 39px;
	width: 100px;
}

#menu-projects a
{
	background-image: url('/images/menu-projects.png');
}

#menu-projects a:hover
{
	background-image: url('/images/menu-projects-hover.png');
}

#menu-contact
{
	height: 39px;
	width: 99px;
}

#menu-contact a
{
	background-image: url('/images/menu-contact.png');
}

#menu-contact a:hover
{
	background-image: url('/images/menu-contact-hover.png');
}

#content
{
	width: 784px;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}

#content-footer
{
	width: 786px;
}

#footer
{
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
	font-size: small;
	width: 786px;
}

.inline-left
{
	float: left;
	margin-right: 20px;
	border: 6px solid #88ac66;
	margin-bottom: 20px;
}

.inline-right
{
	float: right;
	margin-left: 20px;
	border: 6px solid #88ac66;
	margin-bottom: 20px;
}
