
body {
	margin:0;
	padding:0;
	background: url(imagens/fundo1.jpg) repeat fixed;
	scrollbar-face-color: F5BE25;
	scrollbar-shadow-color: FFFFFF;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-3dlight-color: FFFFFF;
	scrollbar-darkshadow-color: FFFFFF;
	scrollbar-track-color: A6C24B;
	scrollbar-arrow-color: FFFFFF; 
}

#main{
	margin:0 auto;
	width:999px;
	display:block;
}

#slbFlashMenu{
	width:411px;
	bottom:0;
	display:block;
	margin:0 0 60px 0;
	padding:0;
	position:fixed;
}

#content{
	width:595px;
	float:right;
    display: block;
	z-index:3;
	font-family: “Helvetica Neue”, Helvetica, Tahoma, Verdana, Arial,  sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 18px;
	color:#49b8c2;
	margin:30px 0 120px 0; /* a margen de 120 é para que não sobre conteúdo atrás do footer :D  */
	padding:2px;
	text-align:justify;
}

#content a {
	color:#666666;
	font-weight: normal;
	text-decoration:underline;
}
#content a:hover {
	color:#333333;
}

#footer{
	margin:0;
	padding:0 0 15px 0; 
	width:100%;
	height:95px;
	bottom:0;
	position:fixed;
	z-index:6;
	background:#a6c24b;
	display:block;
	}

#footerContent{
	width:810px;
	display:block;
	margin:0 auto;
}
	
.conteudo{


}

#home{
    position: absolute;
	width:810px;
	left: 50%;
	top: 50%;
	z-index:3;
	margin-left:-405px;
	margin-top:-50px;
	
}


#divExpand{
	width: 310px;
	height: 16px;
	overflow: hidden;
	cursor: hand;
	cursor: pointer;
	background-color:#ceebee;
	background-repeat: no-repeat;
	text-align:right;
}
.active{
	background-image: url(imagens/expandable-open.png);
}
.desactive{
	background-image: url(imagens/expandable-closed.png);
}

#divExpand .contExpand{
	margin: 16px 0 0 0;
	padding: 5px;
	background:#ecf3f4;
	font-family: “Helvetica Neue”, Helvetica, Tahoma, Verdana, Arial,  sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: 14px;
	color: #49b8c2;
	text-align:justify;
}

#twtr-widget-1{
	font-family: “Helvetica Neue”, Helvetica, Tahoma, Verdana, Arial,  sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 18px;
	color:#49b8c2;
}

.twtr-tweet a{
text-decoration:underline;
}

.twtr-hd {
display:none;
}

.twtr-ft div {
display:none;
}

