@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color:#000000;
}
#geral{
	width:800px;
	left:50%;
	margin-left:-400px;
	position:absolute;
	background-color:#464646;
}
#esquerda{
	width:260px;
	height:400px;
	float:left;
}
#logoTopo{
	margin-left:35px;
	margin-top:15px;	
}
#menu{
	width:250px;
	height:300px;
	background:url(../img/menu.jpg) no-repeat;
	position:absolute;
	left:21px;
	top:130px;
	float:left;
}
#menu ul{
	display:block;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	margin-top:5px;
	padding:0px;
	padding-left:30px;
}
#menu li{
	padding:0px;
	margin:0px;
}
#menu a{
	color:#999999;
	text-decoration:none;
	display:block;
	width:160px;
	height:24px;
	line-height:24px;
	background:url(../img/seta1.gif) center left no-repeat;
	padding-left:30px;
}
#menu a:hover{
	background:url(../img/seta2.gif) center left no-repeat;
}
#direita{
	width:500px;
	height:400px;
	float:right;
}

#pageContainer {
  width:100%;
  clear:both;
}

#slideshow {
	width:800px;
	height:263px;
	position:relative;
}
#slidesContainer {
	margin-left:20px;
	width:771px;
	height:297px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
.slide {
	width:771px;
	height:297px;
	text-align:right;
}
.slide h2{
	margin-top:30px;
	margin-right:20px;
}
.slide p{
	color:#CCC;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:480px;
	line-height:18px;
	float:right;
	margin-right:20px;
}
.slide a{
	text-decoration:none;
	color:#CCC;
	padding:3px;
}
.slide a:hover{
	color:#F30;
}


#rodape{
	margin-top:50px;
	height:50px;
	background-color:#000;
	color:#606060;
	padding:5px;
}
#rodape img{
	float:left;
	margin-left:5px;
	margin-right:5px;
}
address{
	line-height:18px;
	font-size:11px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.9px;
}
h2{
	margin-top:10px;
}
h3{
	border:0px;
	margin:0px;
	padding:0px;
}
#ultimosEventos{
	float:left;
	width:250px;
	position:relative;
	top:-50px;
}
#ultimosEventos img{
	margin-bottom:8px;
	border:none;
}
#ultimosEventos a{
	margin:0px;
	padding:0px;
	border:none;
}
