@charset "utf-8";
/* CSS Document */

/*
		
		=> Divs Comuns a todas as páginas

*/
		body 
			{
				margin:0px;
				padding:0px;
			}
		
		#Conteiner
			{
				margin:auto;
				width:1000px;
				z-index:1;
			}
		
		#HeadStructure
			{
				width:1000px;
				height:84px;
				z-index:3;
			}
		
		#HeadStructureProjects
			{
				background-color:#666666;
			}
			
		#TopMenu
			{
				width:1000px;
				height:76px;
				
				background-color:#000000;
				z-index:4;
			}
		
		#TopMenuStructure
			{
				padding-top:18px;
				padding-left:49px;
			}
	
		
		#Center
			{
				width:1000px;
				z-index:5;
				float:left;
				margin-bottom:5px;
			}
		
		
		
		#CenterStructure	
			{
				
			
			}
		
		#Footer
			{
				clear:both;
				width:1000px;
				height:230px;
				background-color:#ece9da;
				padding-top:35px;
			}
		
		#FooterStructure
			{
				width:750px;
				margin:auto;
						
			}
		
		