	img{
		border:0;
	}
	
	h1{
		display:none;
	}
	
	img{
		border:0;
	}
	
	* {
		margin: 0;
		padding: 0;
		color:#FFF;
	}

	body { 
		font: 13px Century Gothic, arial, tahoma;
		background: #333333; 
		}

	#tudo {
		width:1000px;
		margin:0 auto;		
		background:transparent url('imagens/fundo.jpg');
		background-repeat:no-repeat;
		background-position: center;
		background-attachment: fixed;
    }
	
	#topo{
		width:995px;
		height:110px;
		margin:0 auto;
		text-align:center;
		background:transparent url('imagens/topo.png') center top no-repeat;
	}

	
	#conteudo{
		width:955px;
		min-height:480px;
		margin:20px;
		padding:2px;
	}

	.espacamento{
		display:table;
		width:100%;
	}
	
	h3{
			font-size:22px;
			font-weight:normal;
		}

	.desc-site{
		clear:both;
		display:table;
		margin-bottom:30px;
	}
	
	.descricao{
		width:310px;
		color:#CCC;
		padding:5px;
		float:left;
	}
	
		.descricao p{
			color:#CCC;
		}
		
		.descricao .bg-atributo{
			padding:4px;
			line-height:30px;
			background:#0066FF;
		}
	
	.imagem{
		width:630px;
		float:right;
	}
	
		.imagem img{
			border:4px solid #CCC;
		}
		
		.imagem img:hover{
			border:4px solid #0066FF;
		}	
	
	.botao_inicio{
		width:146px;
		height:38px;
		color:#000;
		text-align:right;
		font-weight:bold;
		font-size:12px;
		padding-right:4px;
		background:#333 url('imagens/botao_inicio.jpg') center bottom no-repeat;
		border:0;
		float:right;
		cursor:pointer;
	}
	
	/* menu */
	
	
	#menu a{
		font-family:Century Gothic;
		font-size:25px;
		text-decoration: none; 
		color: #FFF;
		text-transform:uppercase;
		padding-right:25px;
		padding-top:15px;
		padding-bottom:11px;
		padding-left:25px;
		font-weight:normal;
	}

	#menu a:hover, a:active { 
		color: #0066FF;
	}
	
	#menu-esquerdo{
		width:350px;
		height:33px;
		padding:12px;
		text-align:center;
		float:left;
	}
	
	#menu-direito{
		width:350px;
		height:33px;
		padding:12px;
		text-align:center;
		float:right;
	}
	
	.ativado{
		background:#000 url(imagens/fundo_rodape.jpg) repeat-x top center;
	}
	
	#menu a.ativado{
		color:#0099FF;
	}
	
	
	
	/* links */
	
	a:link, a:visited { 
		text-decoration: underline; 
		color: #FFF;
		font-weight:bold;
	}

	a:hover, a:active { 
		color: #0066FF;
		text-decoration: none; 

	}
	
	/* formulários */
	
	
	form {
			width:700px;
			margin:20px;
		}
		
	fieldset {
		border:none;
		width:460px;
	}
	

	form fieldset label {
		display:block;
		width:490px;
		float:left;
	}
	
	form fieldset label.labmensagem {
		width:470px;
	}
	
	form fieldset label.labmensagem textarea {
		width:455px;
		height:200px;
		padding:3px;
		margin:5px;
		color:#333;
		font-weight:bold;
		border:1px solid #999;
	}
	
	form fieldset label input {
		width:455px;
		border:1px solid #999;
		padding:3px;
		margin:5px;
		color:#333;
		font-weight:bold;
	}
	
	form fieldset input.botao {
		width:146px;
		height:38px;
		color:#000;
		text-align:center;
		font-weight:bold;
		font-size:12px;
		padding-right:4px;
		background:#333 url('imagens/botao_inicio.jpg') center bottom no-repeat;
		border:0;
		float:right;
		cursor:pointer;
	}
	
	
	#rodape{
		width:962px;
		margin:19px;
		margin-bottom:0;
		height:30px;
		vertical-align:bottom;
		background: url('imagens/fundo_rodape.jpg') repeat-x;
		border-bottom:10px solid #0066FF;
	}