/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	margin:0px;
	padding:0px;
	border:0px;
	background-image: url(img/background.jpg);

}

img{
	margin:0px;
	padding:0px;
	border:0px;
}

.imagem_esquerda{
	margin: 0px 15px 0px 0px;
	border:2px solid #E1D39B;
}

.imagem_direita{
	margin: 0px 0px 0px 15px;
	border:3px solid #DBD5EA;
}

/* TEXTOS TEXTOS TEXTOS TEXTOS*/

h1 a{
	display:block;
	width:300px;
	height:130px;
	background-image: url(img/h1.jpg);
	position: absolute;
	top: 14px;
	left: 168px;
	z-index: 100;
	text-indent: -3000px;	
	overflow:hidden;	
	cursor: default;
}


h2{
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 18px;
	display:block;
	width:100%;
	color: #990000;
	background-repeat:repeat-x;
}

h3{
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 18px;
	display:block;
	width:100%;
	color: #3E305C;
	background-repeat:repeat-x;
}

h4{
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990304;
	font-weight: bold;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height: 150%;
}

/* LINKS LINKS LINKS LINKS LINKS */

a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#990000;
}

a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#990000;
}

a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: underline;
	color:#3E305C;
}




/* BLOCOS BLOCOS BLOCOS */

#topo_container{
	width:100%;
	height:275px;
	background-image:url(img/background_topo.jpg);
	background-repeat:repeat-x;
	position:relative;
}

#topo{
	width:770px;
	height:275px;
	margin:0 auto;
	position:relative;
	background-image:url(img/back_topo_esquerda.jpg);
	background-repeat:no-repeat;
	background-position: left 35px;
}

#topo_esquerda{
	width:245px;
	height:240px;
	position:relative;
	float:left;
	margin-top:35px;
	z-index: 150;
}

#menu{
	width:220px;
	position: absolute;
	left: 12px;
	top: 80px;
}

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

#menu ul li a{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:14px;
	color:#9C8CC1;
	display:block;
	height:24px;
	line-height:24px;
}

#menu ul li a:hover{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:14px;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	height:24px;
	line-height:24px;
}

.item_home{
	background-image:url(img/home.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #9C8CC1;
	text-indent:24px;
	background-position: 2px 3px;
}

.item_home:hover{
	background-image:url(img/home_hover.jpg);
}

.item_borda{border-bottom:1px solid #9C8CC1;}

#topo_direita{
	width:521px;
	height:240px;
	position:relative;
	float:right;
	margin-top:35px;
	border-left: 4px solid #FFFFFF;
	background-color:#990000;
	background-image:url(img/back_topo_direita.jpg);
	background-repeat:no-repeat;	
}

#conteudo{
	width:770px;
	margin:0 auto;
	position:relative;
	background-color:#FFFFFF;
	border-top: 4px solid #FFFFFF;
}

#coluna_esquerda{
	width:245px;
	float:left;
	background-image:url(img/back_coluna_esquerda.jpg);
	background-repeat:repeat-x;
	position:relative;
}

.bloco_campanha{
	width:215px;
	padding:15px;
	position: relative;
	border-bottom:2px solid #DBD5EA;
}

.bloco_doacao{
	width:215px;
	padding:15px;
	position: relative;
	border-bottom:2px solid #DBD5EA;
}

.bloco_contato{
	width:215px;
	padding:15px;
	position: relative;
}


#coluna_direita{
	width:480px;
	float:right;
	position:relative;
	right: 20px;
	padding-top: 20px;
}


#rodape{
	width:770px;
	height:90px;
	position:relative;
	background-image:url(img/back_rodape.jpg);
	background-repeat:repeat-x;
	clear:both;
}

#rodape_esquerda{
	width:50px;
	height:90px;
	float:left;
	background-image:url(img/back_rodape_esquerda.jpg);
}

#copyright{
	width:670px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9482BF;
	text-align:center;
	margin-top: 65px;
}

#rodape_direita{
	width:50px;
	height:90px;
	float:left;
	background-image:url(img/back_rodape_direita.jpg);
}
