/* CSS Document */
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;	
}
body{
	text-align:center;
	background-color:#0b2846;
}
.geral{
	width:775px;
	/*height:721px;*/
	margin:0 auto;
}
.topo{
	width:775px;
	float:left;
	background:url(../img/topo.jpg) left no-repeat;
	height:218px;

}
.menu{
	float:left;
	width:160px;
	height:518px;
	background:url(../img/menulat_fundo.jpg) bottom right no-repeat;
	
}
.menu li{
	float:right;
	margin:0 10px 0 0;
	_margin:0 3px 0 0;

}
.conteudo{
	width:600px;
	_width:590px;
	height:518px;
	background:url(../img/bg_box.jpg) top repeat-x;
	float:left;

}
.conteudo p{
	width:350px;
	height:400px;
	/*background:url(../img/img_trabalhos01.gif) right 60px no-repeat;*/
	text-align:left;
	font-size:12px;
	color:#7c7c7c;
	float:left;
	margin:25px 0 0 25px;
	_margin:20px 0 0 12px;
	
}

.conteudo a{
	color:#0b2846;
	text-decoration:underline;
}
.imagem{
	background:url(../img/img_trabalhos01.gif) top no-repeat;
	width:172px;
	height:263px;
	float:right;
	margin:40px auto;
	
}
.footerleft{
	color:#0d88a4;
	font-size:10px;
	float:left;
	margin:0 0 0 160px;
	_margin:0 0 0 80px;

}
.footerleft a{
	color:#0d88a4;
}
.footeright{
	color:#0d88a4;
	font-size:10px;
	float:right;
	margin:0 15px 0 0;
	_margin:0 11px 0 0;

}