* 
{
	margin: 0;
	padding: 0;
}

html, body
{
	background: #000000;
	color: #cacaca;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 13px;
	height: 100%;
}


a:link 
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:visited 
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:active 
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
	color: #ffffff;
	font-weight: bold;
	TEXT-DECORATION: underline
}

.wrapper
{
	width: 984px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -59px;
	position: relative;
}

.header
{
	background: url('images/header.png');
	top: 0;
	width: 984px;
	height: 133px;
}

.navigation
{
	background: url('images/navbar.png');
	height: 61px;
	width: 984px;
	position: relative;
}

.triangle
{
	background: url('images/triangle.png') no-repeat;
	background-position: -1000px;
	top: 33px;
	height: 30px;
	width: 984px;
	position: absolute;
}

.home
{
	width: 73px;
	height: 61px;
	position: relative;
	float: left;
}

.home:hover
{
	background: url('images/triangle_over.png') no-repeat;
	background-position: 30px;
}

.news
{
	width: 60px;
	height: 61px;
	position: relative;
	float: left;
}

.news:hover
{
	background: url('images/triangle_over.png') no-repeat;
	background-position: 18px;
}

.about
{
	width: 84px;
	height: 61px;
	position: relative;
	float: left;
}

.about:hover
{
	background: url('images/triangle_over.png') no-repeat;
	background-position: 31px;
}

.involved
{
	width: 110px;
	height: 61px;
	position: relative;
	float: left;
}

.involved:hover
{
	background: url('images/triangle_over.png') no-repeat;
	background-position: 45px;
}

.members
{
	width: 89px;
	height: 61px;
	position: relative;
	float: left;
}

.members:hover
{
	background: url('images/triangle_over.png') no-repeat;
	background-position: 32px;
}

.resources
{
	width: 218px;
	height: 61px;
	position: relative;
	float: left;
}

.resources:hover
{
	background: url('images/triangle_over.png') no-repeat;
	background-position: 99px;
}

.gallery
{
	width: 71px;
	height: 61px;
	position: relative;
	float: left;
}

.gallery:hover
{
	background: url('images/triangle_over.png') no-repeat;
	background-position: 23px;
}

.report
{
	width: 192px;
	height: 61px;
	position: relative;
	float: left;
}

.report:hover
{
	background: url('images/triangle_over.png') no-repeat;
	background-position: 85px;
}

.donate
{
	width: 87px;
	height: 61px;
	position: relative;
	float: left;
}

.donate:hover
{
	background: url('images/triangle_over.png') no-repeat;
	background-position: 28px;
}

.content
{
	position: relative;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 80px;
	padding-bottom: 35px;
}


.push
{
	height: 49px;
}


.footer-wrap
{
	width: 984px;
	margin: 0 auto 0;
	position: relative;
}

.cuvodesign
{
	position: absolute;
	right: 35px;
	top: 23px;
}

.footer
{
	background: url('images/footer.png') no-repeat;
	height: 59px;
}

.million
{
	width: 338px;
	height: 30px;
	left: 30px;
	top: 17px;
	position: relative;
	float: left;
}

.contact
{
	width: 85px;
	height: 30px;
	left: 56px;
	top: 17px;
	position: relative;
	float: left;
}




