/****************** Estrutura *****************/

	#allContainer {
		width:100%;
		background-image:url(../images/bg.jpg);
		background-position:center bottom;
		background-repeat:no-repeat;
	}
	
	#container {
		width:781px;
		margin:auto;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position:relative;
		background-color:#FFF;
		}
		
			
		#header {
			width:781px;
			margin:auto;
			height:238px;
			}
			#header.home {			
				background-image:url(../images/header_home.jpg);
				background-position:center top;
				background-repeat:no-repeat;
				}
			#header.projeto {			
				background-image:url(../images/header_projetos.jpg);
				background-position:center top;
				background-repeat:no-repeat;
				}
			#header.mapa {			
				background-image:url(../images/header_mapa.jpg);
				background-position:center top;
				background-repeat:no-repeat;
				}
			#header.materiais {			
				background-image:url(../images/header_materias.jpg);
				background-position:center top;
				background-repeat:no-repeat;
				}
			#header.texto {			
				background-image:url(../images/header_texto.jpg);
				background-position:center top;
				background-repeat:no-repeat;
				}
			#header.pami {			
				background-image:url(../images/header_pami.jpg);
				background-position:center top;
				background-repeat:no-repeat;
				}
			#header.contato {			
				background-image:url(../images/header_contato.jpg);
				background-position:center top;
				background-repeat:no-repeat;
				}
				
				
		#content {
			width:761px;
			margin:auto;
			padding-bottom:10px;
			padding-left:10px;
			padding-right:10px;
			padding-top:20px;
			}
		#content2 {
			width:711px;
			margin:auto;
			padding-bottom:10px;
			padding-left:35px;
			padding-right:35px;
			padding-top:20px;
			}
			#content after, #content2 after{
				content:".";
				display:block;
				clear:both;
				visibility:hidden;
				height:0;
				overflow:hidden;
				}
			
		
		#footer {
			height:86px;
			width:100%;
			clear:both;
			/*position:absolute;*/
			bottom: 0px;
			z-index: 20;	
			background-image:url(../images/bg_footer.jpg);
			background-position:left top;
			background-repeat:repeat-x;
			color:#FFF;
			text-align:center;
			}	
			
			
			
			
/**********************************************************
	MENUS
**********************************************************/
			
#nav {	
	height:35px;
	margin-top:20px
	}
	ul {
		width:781px;
		}
		#nav ul li {
			float:left;
			margin-left:15px;
			_margin-left:10px;
			}	
			#nav ul li a {
				display:block;
				width:98px;
				height:35px;
				text-decoration:none;
				}
			#nav ul li a:hover {
				display:block;
				width:98px;
				height:35px;
				text-decoration:none;
				}		
			#nav .menuSelected {
				
				}
