/* CSS Document */
@import url(contato.css);


a:link {
	text-decoration: none;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
	color:#FFFFFF;
}


/* BASE */

body {
	background-color: #434343;
	margin:0px;
}

#global {
	margin:auto;
	background-color:#434343;
}

#header {
	width:802px;
	height:111px;
	background-image:url(header.jpg);
	margin:auto;
	
	}
	
#banner {
	height:510px;
	background:url(banner_cont.jpg);
	margin:auto;
	}	
	
	
#banner_menor {
	height:110px;
	background:url(banner_cont2.jpg);
	margin:auto;
	}	
	

#menu {
	height:38px;
	margin:auto;
	/*background:url(fundo_menu.jpg);*/

	}

#menu_projetos {
	color:#FFFFFF;
	margin:auto;
	width:550px;
	padding-top:77px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;

}


#conteudo {
	width:802px;
	background:url(fundo_conteudo.jpg);
	margin:auto;
}

#footer {
	height:35px;
	background:#9f9e9c;
	margin:auto;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}

#footer_index {
	height:35px;
	background:#9f9e9c;
	margin:auto;
	border-bottom:1px solid #FFFFFF;
}

/* BASE */

.titulo {
	font-size:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	width:200px;
	padding-left:165px;
	padding-top:60px;
	float:left;
	

}