/* CSS Document */
html{

}

*{
	margin: 0px;
	padding:0px;
}

body {
	margin: 0px auto;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

#total{
	width:970px;
	margin: 0px auto;
	padding:0px;
	height:100%;
}

#topo{
	width:970px;
	height:304px;
}

#menuTopo{
	/*
	background-image:url(../images/BarraMenu.jpg);
	background-repeat:no-repeat;
	*/
	width:970px;
	height:32px;
}

#efeitoMenu{
	background-image:url(../images/EfeitoBarra.jpg);
	background-repeat:no-repeat;
	width:970px;
	height:20px;
}
#conteudo{
	width:970px;
	height:100%;
}
#rodape{
clear:both;
	background-image:url(../images/Rodape.jpg);
	background-repeat:no-repeat;
	width:970px;
	height:60px;
}
#ConteudoEsquerdo{
	width:725px;
	height:auto;
	float:left;
}
#ConteudoDireito{
	width:238px;
	height:auto;
	float:right;
}
#ConteudoDivisao{
	width:5px;
	height:auto;
	float:left;
}

#ConteudoDireitoTrabalhos{
	width:725px;
	height:auto;
	float:right;
}

#ConteudoEsquerdoTrabalhos{
	width:238px;
	height:auto;
	float:left;
}

.clear{
	clear:both;
}

#gallery:hover{
	
	background-color:#ccc;
	padding:5px;
	padding-top:8px;
	padding-bottom:10px;
}

#gallery{
	width:130px;
	padding:5px;
	padding-top:8px;
	padding-bottom:10px;
	
}
