*{margin:0; padding:0;}
img {border:0;}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
}
h1.titulo {font-size:36px; color:#29166f;}

.nav_int p, .nav_int p a {font-size:12px; text-decoration:none; color:#000; font-weight:bold;}
.nav_int p a:hover{text-decoration:underline;}
/*Estrutura*/
#geral{
	width:776px;
	margin:0 auto;
}

#nav{
	width:776px;
	height:34px;
	float:left;
}
#nav ul li{list-style-type:none; float:left;}
#nav li a{text-decoration:none; color:#fff; font-size:14px; display:block; padding:8px 16px;}
#nav li a:hover{background-color:#000033;}

#top{
	width:776px;
	height:142px;
	float:left;
}

#content{
	width:776px;
	height:306px;
	float:left;
}

#footer{
	width:764px;
	height:55px;
	padding-top:12px;
	float:left;
}
/*Fim da Estrutura*/
#logo{
	width:225px;
	height:142px;
	float:left;
}

#pub{
	width:541px;
	height:142px;
	margin-left:10px;
	float:left;
	background:url("../images/pub.jpg") no-repeat;
}
/*Sidebar*/
#sidebar{
	width:212px;
	margin:6px 2px 6px 0;
	float:left;
	background-color:#797a7b;
}
#sidecont {
	width:212px;
	height:274px;
	float:left;
}

#sidecont p{
	font-size:12px;
	color:#fff;
	margin:0 10px;
}
#sidebar_t, #sidebar_b{
	width:212px;
	height:10px;
	float:left;	
}
#sidebar_t{background:url("../images/det_sidebar_t.gif") no-repeat;}
#sidebar_b{background:url("../images/det_sidebar_b.gif") no-repeat;}
/******************************/
#port{
	width:561px;
	height:294px;
	margin:6px 0;
	float:left;
}

#direitos{
	width:707px;
	height:55px;
	float:left;
}

#direitos p{
	font-size:12px;
}

#credito{
	width:57px;
	float:left;
}
/*Conteudo interno*/
#content_int{
	width:766px;
	padding:10px;
	background-color:#dfdfdf;
	border-bottom:1px solid #ccc;
	float:left;
}
#content_int h1{
	font-size:24px; color:#29166f;
}
#content_int p{
	font-size:12px;
	margin:10px 0;
}

#table_img img{
	border:3px solid #eee;
}