html{
	background:#4f9cd0 url(images/bg-html.jpg) repeat-x;
}
body{
	margin:0;
	background:url(images/bg-body.jpg) no-repeat 50% 0;
	font:12px Georgia, Arial, Helvetica, sans-serif;
	color:#000;
}
img{border:none;}
a{color:#000;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#main{
	width:1002px;
	overflow:hidden;
	margin:0 auto;
}
#header{
	width:100%;
	overflow:hidden;
	margin:0 0 42px;
}

#menu {
	width: 1002px;
	height: 42px;
	background: url(images/navigation.jpg) no-repeat;
}

#menu a {
	margin:0px auto;
	padding:0;
	float:left;
	background: url(images/navigation.jpg) no-repeat;
	display: block;
	height: 42px;
	text-indent: -3000px;
}

#menu a#menu_home {
	display:block;
	width: 109px;
	height: 42px;
	background-position: -250px 0px;
}
#menu a#menu_home:hover {
	background-position: -250px -84px;
}
#menu a#menu_home.here {
	background-position: -250px -42px;
}

#menu a#menu_about {
	display:block;
	width: 157px;
	height: 42px;
	background-position: -359px 0px;
}
#menu a#menu_about:hover {
	background-position: -359px -84px;
}
#menu a#menu_about.here {
	background-position: -359px -42px;
}

#menu a#menu_photos {
	display:block;
	width: 186px;
	height: 42px;
	background-position: -516px 0px;
}
#menu a#menu_photos:hover {
	background-position: -516px -84px;
}
#menu a#menu_photos.here {
	background-position: -516px -42px;
}


#menu a#menu_volunteer {
	display: block;
	width: 148px;
	height: 42px;
	background-position: -702px 0px;
}
#menu a#menu_volunteer:hover {
	background-position: -702px -84px;
}
#menu a#menu_volunteer.here {
	background-position: -702px -42px;
}

#menu a#menu_contribute {
	display: block;
	width: 152px;
	height: 42px;
	background-position: -850px 0px;
}
#menu a#menu_contribute:hover {
	background-position: -850px -84px;
}
#menu a#menu_contribute.here {
	background-position: -850px -42px;
}
.content{
	width:100%;
	overflow:hidden;
}
.primary{
	float:right;
	width:758px;
}
.primary-top{
	background:url(images/bg-primary-top.png) no-repeat;
	height:175px;
	overflow:hidden;
}
.primary-holder{
	background:url(images/bg-primary.png) repeat-y;
	width:701px;
	padding:20px 27px 0 30px;
	
}
* html .primary-holder{
	height:620px;
}
.primary-holder h1{
	background:url(images/content.gif) no-repeat;
	height:23px;
	width:225px;
	text-indent:-9999px;
	margin:0;
}
.sidebar{
	float:right;
	width:238px;
	margin:36px 6px 0 0;
}
.logo{
	width:100%;
	overflow:hidden;
	margin:0 0 38px;
}
.logo a{
	display:block;
	background:url(images/logo.jpg) no-repeat;
	width:235px;
	height:106px;
	text-indent:-9999px;
}
.tweet{
	width:100%;
	overflow:hidden;
	margin:0 0 25px;
}
.tweet h2{
	background:url(images/latest.png) no-repeat;
	width:140px;
	height:14px;
	margin:0 auto 10px;
	text-indent:-9999px;
	overflow:hidden;
}
.box-top{
	background:url(images/bg-text-box-top.png) no-repeat;
	height:14px;
	overflow:hidden;
}
.box-content{
	background:url(images/bg-text-box-center.png) repeat-y;
	padding:5px 20px 0 15px;
	width:203px;
	overflow:hidden;
}
.box-content p{
	font-size:14px;
	line-height:22px;
	margin:0 0 30px;
	color:#d93a1b;
}
.box-tweet-bottom{
	background:url(images/bg-text-box-bottom.png) no-repeat;
	height:32px;
	overflow:hidden;
}
.banners{
	width:100%;
	overflow:hidden;
}
.banners h3{
	margin:0 auto 10px;
	background:url(images/keep.png) no-repeat;
	width:147px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
}
.banners .box-content ul{
	list-style:none;
	padding:0;
	margin:0;
}
.banners .box-content ul li{
	margin:0 auto;
	width:122px;
	padding:20px 0 0;
}
.banners .box-content ul li:first-child{padding:0;}
.banners .box-content li a{
	display:block;
}
.box-bottom{
	background:url(images/bg-box-bottom.png) no-repeat;
	height:17px;
  overflow:hidden;
}

.clear {
  clear:both;
}