body {
	background: #333 url(../img/fundoSite.jpg) center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
/*STYLES*/
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	font-weight: bold;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
.borda {
	border: #ccc solid 1px;
}
.msgmTitulo {
	color: #666;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
.imgNot {
	margin: 15px 0px;
}
.tituloMenu {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
}
/*LAYERS*/
#banner {
	background: #FFF;
	height: 400px;
	left: 50%;
	margin-left: -390px;
	position: absolute;
	top: 0px;
	width: 780px;
	z-index: 0;
}
#centro {
	background: url(../img/barraBaixo.jpg) no-repeat bottom;
	left: 50%;
	margin-left: -390px;
	position: absolute;
	top: 340px;
	width: 780px;
	z-index: 1;
}
#conteudo {
	background: url(../img/fundoCentro.gif);
	border: #cbcbcb solid 1px;
	margin:  0px 0px 10px 5px;
	padding-bottom: 5px;
	padding-left:  15px;
	padding-right:  15px;
	padding-top: 5px;
	width: 550px;
}
#fundoCel {
	background:url(../img/menuFundo.jpg) bottom repeat-x;
	padding-bottom: 5px;
	padding-top: 5px;
}
.celulas {
	margin: 5px 10px;
}
#pubCentro {
	background: url(../../img/fundoCentro.gif);
	border: #cbcbcb solid 1px;
	margin:  0px 0px 10px 5px;
	width: 580px;
}
#imgNot {
	margin: 10px;
}
#campos input  {
	border: solid 1px #666;
	background-color: #ffff;
	font-size: 10px;
	width: 165px;
	height: 15px;
}
#cadastro input	{
	border: solid 1px #666;
	background-color: #fff;
	font-size: 10px;
	width: 167px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}
#info {
	color: #000;
	height:25px;
	left:164px;
	position:absolute;
	text-align: right;
	top:315px;
	width:601px;
	z-index:2;
}
#publicidadeTop {
	border: #333 solid 1px;
	position:absolute;
	left:194px;
	top:221px;
	width:560px;
	height:80px;
	z-index:2;
	background-color: #FFF;
}
#news {
	top: 25px;
	left: 599px;
	position: absolute;
	z-index: 3;
	height: 15px;
}