@charset "utf-8";
/* CSS Document */

*{padding:0;margin:0;}
body{background:#efefef;text-align:center;}
#fundo{background:#efefef;width:800px;text-align:left;margin:0 auto;}
#topo{background:#fff;width:780px;margin:0 auto;}
#menu{background:#fff;width:780px;margin:0 auto;text-align: center;}
#moldura{background:#fff;width:780px;margin:0 auto;}
	#col_esquerda{background:#FFF;width:285px;height:500px;float:left;}
		#apresentação{background:#fff;width:280px;height:200px;margin:0 auto;}
		#destaque{background:#fff;width:280px;height:210px;margin:0 auto;}
		#contato{background:#fff;width:280px;height:70px;margin:0 auto;}
	#tab_1{background:#fff;width:10px;height:550px;float:left;}
	#col_central{background:#fff;width:280px;height:500px;float:left;}
		-#projetos{background:#fff;width:250px;height:500px;margin:0 auto;}
	#tab_2{background:#fff;width:10px;height:550px;float:left;}
	#col_direita{background:#FFF;width:180px;height:500px;float:right;}
		#imagens{background:#fff;width:180px;height:300px;margin:0 auto}
		#link{background:#fff;width:180px;height:190px;margin:0 auto;}
#logo{background:#FFF;clear:both;text-align:center;}
#rodape{background:#efefef;clear:both;text-align:center;}
#divclear{clear:both;}
