* {
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}

body {
	text-align: center;
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image:url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
}

#all {
	position: absolute;
	width: 1100px;
    margin: 0 auto;
}

#conteudo {
	float:left;
	width: 1100px;
	top: 690px;
}

#sidebar {
	float: left;
	position:relative;
	left:0px;
	top:0px;
	width:350px;
	z-index:999;
	clear: both;
}

#sidebar-direita {
	float: right;
	position:relative;
	top:0px;
	width:620px;
	max-width:620px;
	z-index:666;
}

#conteudo_inteiro {
	float:left;
	width: 895px;
    max-width: 895px;
	z-index: 888;
	left: px;
	top: 704px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#rodape {
	width: 1100px;
	max-width: 1100px;
	height: 385px;
	z-index: 999;
	clear: both;
	overflow: auto;
	margin-top: 10px;
	position: relative;
}

a:link {
	color: #9ec437;
	text-decoration: none;
}

a:visited {
	color: #9ec437;
	text-decoration: none;
}

a:hover {
	color: #9ec437;
	text-decoration: underline;
}

a:active {
	color: #9ec437;
	text-decoration: none;
}

.title {
    font-size:24px;
	color:#f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: bolder;
}

.text {
	font-size:14px;
	color:#f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: normal;
}

.text_center {
	font-size:14px;
	color:#f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
}

.divAtendimento
{
	color: #D3D3D3;
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
}
