@charset "utf-8";
/* CSS Document */

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
    color:#646363;
	text-align:justify;
	font-weight:normal;
	
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
    color:#646363;
	text-align:justify;
	font-weight:normal;
}

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background:#022C52;
}

#principal {
	width: 100%;
	height: 100%;
	background:#022C52;
	margin: 0 auto;
	}
	
#cabecalho 
{
	width:  100%;
	height: 180px;
	margin: 0 auto;
	background-image:url(../img/cabecalho.jpg);
}

#header {
	width:  100%;
	height: 234px;
	margin: 0 auto;
	background-image:url(../img/background_header.jpg);	
	
}

#menu {
	width: 100%;
	height: 35px;
	margin: 0 auto;
	background:#00235B;
	position: relative;
}


#conteudo {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	background: #FFFFFF;
}


#rodape {
	width: 100%;
	height: 88px;
	bottom: 0px;
	clear: both;
	background-image:url(../img/rodape.jpg);
	position: relative;
}