body {
	margin: 0px;
	background: url(fundo.jpg);

	}
#total {
	width: 770px;
	height:	1100px;
	background-color:#33CC33;
	margin-left:auto;
	margin-right:auto;
	}
#topo {
	width:770px;
	height:40px;
	background: url(topo.jpg);
	}
#topologo {
	width:770px;
	height:170px;
	background: url(topologo.jpg);
	}
#topovideo {
	width:770px;
	height:250px;
	background:#33CC33;

	}
#menu {
	width: 770px;
	height: 40px;
	background-color: #33CC33;
	float:left;
	}
#menu ul {	/*pseudo elememto - formatar todas as ul (listas) que estiverem dentro do menu*/
	list-style: none; /* para tirar as bolinhas do menu*/
	padding: 0; /*para tirar o espaço da bolinha padding e margin 0*/
	margin: 0;	
	}
#menu li {
	float: left;
	display:inline; /*float e display para colocar os itens da lista em horizontal*/
	}
#menu a {
	padding: 5px 25px 5px 25px; /*posicionando os menus - distancia cima direita esquerda direita*/
	display:block; /*aplica o padding*/
	text-decoration: none; /*tirar o sublinhado do link*/
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#menu a:hover { /*menu quando se passa o cursos por cima*/
	color:#006600;
	text-decoration:inherit;
	}	
#conteudo {
	width: 770px;
	height: 550px;
	background: #33CC33;  
	float:left;
	}
#rod {
	width: 770px;
	height: 50px;
	background: url(rodape.jpg);
	clear:both;
	}
	
h3 { /*formatação de texto*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	}
iframe {
	width:770px;
	height: 550PX;
	background:#33CC33;

	}





