* {
margin: 0;
padding: 0;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html #tudo {
	height: 100%;
}

body {
	background-color: #F1F2F2;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #1C75BC;
}

#tudo {
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
}

#slider {
	width: 100%;
	z-index: -999;
	position: relative;
	top: -15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #838587;
}

#conteudo {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 250px;
	z-index: 9;
}

#cabecalho {
	height: 110px;
	background-image: url(../imagens/cabecalho_fundo.png);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 999;
	position: relative;
}

#cabecalho_container {
	width: 1003px;
	height: 110px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#rodape {
	height: 280px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: url(../imagens/rodape_fundo.png);
	background-size: auto 100%;
	background-position: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #BCBEC0;
}

#rodape_container {
	width: 1003px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 280px;
}


.pl-10{
	padding-left: 10px;
}

.pl-15{
	padding-left: 15px;
}

.pl-20{
	padding-left: 20px;
}

.pr-10{
	padding-right: 10px;
}

.pr-15{
	padding-right: 15px;
}

.pr-20{
	padding-right: 20px;
}