body {
	margin: 0px;
	background-image: url(../imagens/bg_site.jpg);
	background-color: #e2e2e2;
	background-position: top;
	background-attachment: fixed;
}
#logo {
	height: 170px;
	width: 200px;
	margin-top: 14px;
	margin-left: 15px;
	float: left;
}
#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#topo {
	height: 198px;
	width: 100%;
}
#conteudo {
	position: relative;
	margin-bottom:24px;
}
#conteudo #col_direita {
	width: 700px;
	margin-left: 250px;
}
#conteudo #col_esquerda {
	float: left;
	width: 230px;
}
#col_esquerda div {
	margin-bottom: 25px;
}
#col_esquerda #menu {
	height: 322px;
	width: 230px;
	background-image: url(../imagens/bg_menu.png);
	background-repeat: no-repeat;
	padding-top: 20px;
}
#col_esquerda #menu li:hover { background-image:url(../imagens/seta_menu.gif); background-position: center right; background-repeat:no-repeat;
}

#col_esquerda #menu li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #57404D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding: 0px 0px 1px 5px;
	width: 200px;
	line-height: 18px;
	text-transform: uppercase;
}
#col_esquerda #boa_nova {
	height: 86px;
	width: 194px;
	background-image: url(../imagens/bg_boanova.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 18px;
	padding-left: 18px;
}
/*#col_esquerda #eu_quero_saber {
	width: 225px;
	background-image: url(../imagens/bg_euquerosaber.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}*/
#col_esquerda #twitter {
	background-image:url("../imagens/bg_twitter.png");
background-position:center top;
background-repeat:no-repeat;
border-bottom:20px solid #3D1C31;
height:273px;
padding-top:40px;
width:230px;
}
#col_direita #cont {
	color:#222222;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-bottom:50px;
	padding-left:20px;
}
#rodape {
	background-color: #3d1c31;
	height: 120px;
	width: 100%;
	clear: both;
	margin-top: 10px;
}
#rodape #cont {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#rodape #cont #rdp_esq {
	width: 170px;
	background-image:url(../imagens/rodape.png);
	background-repeat:no-repeat;
	margin-right: auto;
	margin-left: auto;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	font-size: 11px;
	padding-left: 10px;
	margin-top: 30px;
}
#rodape #cont img {
	margin: 30px 0px 0px 30px;
}
#eventos {
	height: 125px;
	width: 520px;
	float: left;
	margin-top: 35px;
	margin-left: 215px;
	background-image: url(../imagens/bg_transparente.png);
	-moz-border-radius:8px 8px 8px 8px;
}
#eventos #evento {
	float: left;
	height: 95px;
	padding: 19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	position: relative;
}
#eventos #evento img {
	position: absolute;
	left: 15px;
	bottom: 7px;
}
#eventos div #data {
	background-image: url(../imagens/bg_data.png);
	height: 34px;
	width: 76px;
	padding-top: 3px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.mes{
	font-size: 18px;
	font-weight: normal;
}
#eventos #evento .cidade {
	font-size: 22px;
	font-weight: bold;
}
#eventos #evento a:hover {
	text-decoration: underline;
}
#eventos img{
	float: left;
	margin-top: 15px;
}


/*twitter rodape */

div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  width: 300px;
  /* Add scroll-bars */
  overflow: auto;
  background-color:#1a0211;
}
ul.sc_menu {
 background:url("navigation.png") repeat scroll 0 0 transparent;
display:block;
height:85px;
list-style:none outside none;
margin:-20px 20px 0 0;
padding:0 9px;
width:1500px;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}

#twitterrodape{float:right;
margin-top:-15px;
width:200px;
-moz-border-radius:3px 3px 3px 3px !important;
position:relative;}

#bttwrodape{position:absolute;
right:200px;
top:-30px;}
