	body { 
		background-image: url("imagens/fundo1.jpg");
		background-repeat: repeat-x;
		}

	#container{
		background-image: url("imagens/container.png");
		background-repeat: no-repeat;
		width: 713px;
		height: 600px;
		top: 4px;
		float: none;
		position: relative;
		}

	#cabecalho{
		width: 715px;
		height: 120px;
		float: left;
		position: relative;
		}

	#logo{
		background-image: url("imagens/cabecalho_logo.jpg");
		width: 300px;
		height: 74px;
		top: 19px;
		padding: -5px;
		margin-left: 15px;
		margin-right: -5px;
		float: left;
		position: relative;
		}

	#foto{
		background-image: url("imagens/cabecalho_foto.png");
		width: 372px;
		height: 110px;
		top: 8px;
		margin-left: 21px;
		float: left;
		position: relative;
		}

	.menu{
		font: 10pt Verdana, Geneva, Helvetica;
		background-image: url("imagens/menu.jpg");
		width: 689px;
		height: 21px;
		top: 7px;
		margin-left: 15px;
		float: left;
		position: relative;
		text-align: center;
		}

	a.estilo:link, a:visited, a:active {
		text-decoration: none;
		color: #702818;
		}

	a.estilo:hover {
		text-decoration: none; 
		color:#EEB700;
	}

	.lk_menu{
		top: 2px;
		float: left;
		position: relative;
		}

	#lk_home{
		padding-left: 10px;
		}

	#lk_empresa{
		padding-left: 26px;
		}

	#lk_integrantes{
		padding-left: 26px;
		}

	#lk_servicos{
		padding-left: 21px;
		}

	#lk_clientes{
		padding-left: 21px;
		}

	#lk_parceiros{
		padding-left: 25px;
		}

	#lk_fale{
		padding-left: 25px;
		}

	#lk_localizacao{
		padding-left: 24px;
		}	
        
	#rodape{
		font: 8pt Century Gothic;
		float: right;
		position: relative;
		top: 20px;
		right: 4px;
		} 
            
            
            