body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#conteiner {
	width: 765px;
	margin: 10px 0 0 0;
	padding: 5px 0px 0px 0px;
	border-top: 12px solid #E4F3EF;
	border-left: 1px solid #636163;
	border-right: 1px solid #636163;
	position: relative;
	top: 0;
	left: 0;
}
#conteiner-fix {
	width: 766px;
	background: #FFFFFF url(../img/layout/c-bg.gif) repeat-y 0 0;
	position: relative;
	margin: 0;
	padding: 0;
	top: 10px;
	left: 0;
    height: 950px;
}
#conteiner-fix-fix {
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 766px;
}

/* conteiner-left */
#conteiner-left {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 158px;

}

#conteiner-left-cabecalho {
	position: relative;
	width: 160px;
	height: 191px;
	background: url(../img/layout/clc-bg.gif) no-repeat bottom;
}

#conteiner-left-menu {
	width: 157px;
	background: #327865 url("../img/layout/clm-bg.gif") no-repeat 120px 2px;
	color: #FFFFFF;
	margin: 0 0 5px;
}

#conteiner-left-pc {
	/* Conteiner pesquisa credenciados */
	margin: 3px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	background: #1E463C url("../img/layout/clpc-bg.gif") no-repeat 134px 4px;
	color: #FFFFFF;
	width: 157px;
}
/* /conteiner-left */

/* conteiner-middle */
#conteiner-middle {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	left: 157px;
	height: 850px;
	width: 412px;
	border-left: 1px solid #636163;
}

#conteiner-conteudo-meio {
	height: 520px;
	width: 412px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* /conteiner-middle */

/* conteiner-right */
#conteiner-right {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 570px;
	border-left: 1px solid #636163;
	border-top: 1px solid #636163;
	height: 883px;
	width: 194px;
}

/* /conteiner-right */

/* conteiner-rodape */
#conteiner-rodape {
	width: 766px;
	background-color: #00696B;
	margin: 0px;
	padding: 5px 0 0 0;
	height: 22px;
	text-align: center;
	position: relative;

}
#conteiner-rodape q {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
}

#conteiner-busca {
	/* Conteiner pesquisa credenciados */
	left: 0;
}

/* /conteiner-rodape */


