
body {
	
	background:#FFF979;
	overflow-x:hidden;
	
}

.hidden {

	display:none;

}

#wrapper {

	width:925px;	
	overflow:hidden;	
		
}

#header {
	
	height:285px;
	background:url(../imgs/logo.jpg) #FFF979 no-repeat center top;
	
}

#header h1 {

	position:absolute;
	top:25px;
	margin-left: -120px;
	left: 50%;
	width:215px;

}

#header h1 a {
	
	width:215px;
	height:180px;
	display:block;
	outline:0;

}

#header h1 a span {display:none;}

#menu {

	position:absolute;
	top:219px;
	width:100%;
	height:62px;
	left:0px;
	
}

#menu ul {

	width:906px;	
	margin:0 auto;	
	height:62px;
	padding-left:1px;
	
}

#menu ul li {
	
	display:inline;
	
}

#menu ul li a {

	float:left;
	width:106px;
	height:62px;	
		
}

#menu ul li a span {
	
	display:none;

}

#menu ul li a.quemsomos {background:url(../imgs/menu-quem-somos.jpg) no-repeat;width:120px;}
#menu ul li a.novidades {background:url(../imgs/menu-novidades.jpg) no-repeat;}
#menu ul li a.projetos {background:url(../imgs/menu-projetos.jpg) no-repeat;}
#menu ul li a.eventos {background:url(../imgs/menu-eventos.jpg) no-repeat;}
#menu ul li a.galeria {background:url(../imgs/menu-galeria.jpg) no-repeat;}
#menu ul li a.ocancer {background:url(../imgs/menu-o-cancer.jpg) no-repeat;}
#menu ul li a.comodoar {background:url(../imgs/menu-como-doar.jpg) no-repeat;}
#menu ul li a.faleconosco {background:url(../imgs/menu-fale-conosco.jpg) no-repeat;width:130px;}

#menu ul li a {
	
	background-position:left bottom !important;

}

#footer {

	background:url(../imgs/bg-footer.jpg) no-repeat center top;	
	height:180px;
	padding-top:34px;
	

}

#footer ul {
	
	margin-top:-50px;
	padding-top:34px;
	padding-bottom:12px;

}

#footer p {

	color:#CC3539;
	font:normal 11px verdana;
	margin:0 auto;	

}

#footer p.copyright {
	
	margin-top:100px;
	letter-spacing:1px;

}

#footer ul li {

	display:inline;
	font:normal 11px verdana;
	color:#333;
	padding:0 1px;

}

#footer ul  li a {
	
	color:#CC3539;

}

#footer p a {
	
	
	color:#CC3539;
	text-decoration:underline;

}

#footer ul li a:hover {
	
	text-decoration:underline;

}

div.container_content {
	
	padding:0 0 10px 0;
	
}


.see-more {

	margin:0 auto;
	text-align:right;
}

.see-more a {

	display:block;
	font:normal 11px tahoma;
	color:#524809;
	padding-right:17px;
	background:url(../imgs/bg-see-more.gif) no-repeat right 2px;

}

.see-more a:hover {
	
	text-decoration:underline;

}