#corpo {

	width: 955px;

	background-color: #FFFFFF;

	margin: auto;

	height: 1000px;

}

body {

}



#cabecalho {

	width: 100%;

	background-image: url(img/barra_nova/barra_superior_fundo.jpg);

	background-repeat: repeat-x;

	height: 184px;

}

#menuEsq {

	margin: 0px;

	padding: 0px;

	list-style-type: none;

	width: 160px;

}

#menuEsq li a {

	display: block;

	text-decoration: none;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #003366;

	padding-left: 5px;

}



* html #nav li a {height: 1%;}



#colEsq {

	float: left;

	width: 160px;

	background-image: url(img/fundo_menu.jpg);

	background-repeat: repeat-y;

}

#central .barraTitulo {

	background-image: url(img/barra_titulo_fundo.jpg);

	background-repeat: repeat-x;

	height: 39px;

}



#conteudo {

	float: left;

	padding-right: 10px;

	padding-left: 10px;

}

#colDir {

	float: left;

	width: 160px;

	background-color: #EEE;

}



#rodape {

	clear: both;

	width: 100%;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #003366;

	border-top-width: thin;

	border-top-style: solid;

	border-top-color: #003366;

	z-index: 2;

}

#central {

	float: left;

	width: 632px;

}

#conteudo h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #003366;

}

#conteudo p {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #003366;

	text-align: justify;

}


