/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333;
	text-align:center;
}

html, body {height:100%;}

#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
}

a
{ 
 text-decoration:none; 
	color: #0066b3;
} 

p {
    padding: 20px;
	border: 0px solid #CCCCCC;
	background-color:#f7f7f7;
	margin: 10px;
	font-size:18px;
	line-height: 1.2;
	min-width: 300px;
}

h1 {
    padding: 10px;
	color: #0066b3;
	font-size:24px;
	line-height: 1.2;
}

h2 {
    padding: 10px;
	font-size:10px;
}

h3 {
    padding: 10px;
	font-size:12px;
	line-height: 20px;
}

#wrapper {
    width: 100%;
    min-width: 200px;
    max-width: 2000px;
    margin: 0 auto;
}

#header {
    float: left;
    height: 100px;
    width: 100%;
	background: url("https://fuabc.org.br/portal-rh/images/bg_topo.jpg"); background-position:center;
}

#navigation {
    float: left;
    height: 20px;
    width: 100%;
    background: #00a651;
	margin-top: 10px;
}

#contentliquid {
    float: left;
    width: 100%;
	
}

#content {
    background: #FFFFFF;
    width: 100%;
	min-height:100%;
	padding-top: 20px;
}

#itens {
  margin: auto;
  width: 80%;
  padding: 10px;
}

#footer {
    height: 40px;
    width: 100%;
    background: #0066b3;
	color: #FFFFFF;
    clear: both;
	position:fixed;
	bottom: 0;
}

