*
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body
{
	background: #fff;
}

#geral
{
	/*background:red;*/
	width:670px;
	margin:0 auto;
	position: relative;
}

#header
{
	width: 670px;
	height: 134px;
	float:left;
	background: url(../img/seculo21.jpg) no-repeat;
	position:absolute;
	
}

#header h1 a
{
	width: 162px;
	height: 83px;
	display: block;
	float: left;
	text-indent: -5000px;
	overflow: hidden;
}

#menu
{
	width: 378px;
	height: 18px;
	float: right;
	border-top: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	margin-top: 81px;
	background: #fff;
}

#menu ul
{
	height: 18px;
	float: right;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	border-right: 1px solid #dedede;
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
}

#menu ul li a:hover
{
	background: #a6c1ff;
}

#iframeDentro
{
	width: 670px;
	height: 838px;
	float: left;
	margin:-10px 0 0 -20px;
	/*background:blue;*/
}


#footer
{
	width: 670px;
	height: 30px;
	background: url(../img/rodapeBanco.jpg) no-repeat;
}

#footer p
{
	font: 10px Arial, Verdana, Sans-Serif;
	color: #003b5d;
	text-align: right;
	padding: 10px 14px 0 0;
}
