body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 12px;
	background-color: #000;
	background-image: url(image/bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: center top;
}
img{
	border:0;
}
p{
	margin:0;
	padding:0;
}
h5 {
	margin: 0px;
	padding: 0px;
}
#tudo {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}
#topo {
	height: 130px;
	width: 940px;
}
#conteudo {
	width: 910px;
	height: 510px;
	background-image: url(image/bg_conteudo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px 15px;
	position: relative;
}
#rodape {
	height: 20px;
	width: 940px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	color: #FFF;
}
#logo {
	height: 112px;
	width: 276px;
	float: left;
	margin-top: 5px;
}
/* Menu*/
#menu {
	float:right;
	height:50px;
	width: 650px;
	margin-top: 70px;
}
.menu {
	color:#FFF;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	width: 110px;
	padding: 15px 0;
	text-decoration:none;
}
.menu2{
	color:#FFF;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	width: 110px;
	padding: 15px 0;
	text-decoration:none;
	background-image:url(image/bg_bt.png);
	background-repeat:no-repeat;
	background-position:center center;
    _background-image: none; /* Essa é pra o IEca 6, pra ele não ler o PNG padrão */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/bg_bt.png', sizingMethod='scale'); /* Essa coloca filtro p/ o IE ler o PNG */
}
#circulo2 {
	position:absolute;
	left:-162px;
	top:530px;
	width:293px;
	height:283px;
	z-index:100;
	background-image: url(image/circulo2.png);
	_background-image: none; /* Essa é pra o IEca 6, pra ele não ler o PNG padrão */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/circulo2.png', sizingMethod='scale'); /* Essa coloca filtro p/ o IE ler o PNG */
}
#circulo1 {
	position:absolute;
	left:850px;
	top:-20px;
	width:293px;
	height:283px;
	z-index:200;
	background-image: url(image/circulo1.png);
	_background-image: none; /* Essa é pra o IEca 6, pra ele não ler o PNG padrão */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/circulo2.png', sizingMethod='scale'); /* Essa coloca filtro p/ o IE ler o PNG */
}

.tit {
	padding: 0 0 3px 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px #000 solid;
	margin-bottom: 10px;
}

.titulo {
	padding: 0 0 4px 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px #000 solid;
	margin-bottom: 10px;
}
.txt {
	overflow: auto;
	height: 470px;
}
