@charset "utf-8";
/* CSS Document */
/* BASE */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*background-image:url(../imgs/bgGeral.jpg);
	background-repeat:repeat-x;*/
	background-color:#f0f0f0;
}
#container{
	text-align: left;
	/*height:900px;*/
}
#conteudoPrincipal{
	width: 980px;
	margin: 0 auto;
		background-image:url(../imgs/bgGeral.jpg);
	background-repeat:repeat-x;
}

/*************************/
#topo{
	margin:0;
	padding-bottom:29px;
	width:980px;
}
#bannerMenu{
	margin:0;
	width:980px;
	height:405px;
	padding-bottom:12px;
}
#conteudoInicial{
	margin:0;
	width:980px;
	height:385px;
	background-image:url(../imgs/bgConteudoInicial.jpg);
	background-repeat:no-repeat;
}
#colunaEsq{
	margin:0;
	padding-left:100px;
	width:220px;
	float:left;
}
#colunaDir{
	margin:0;
	width:250px;
	padding:0px 70px 0px 6px;
	float:right;
}
#colunaMeio{
	margin:0;
	width:240px;
	float:left;
	padding:0px 6px 0px 60px;
}
#colunaEsq, #colunaDir, #colunaMeio p{
	width:240px;
	color:#000;
	line-height:20px;
	padding-top:5px;
}
#rodape{
	margin:0;
	width:980px;
}
/* Link */
a:link{
	text-decoration:none;
	color:#00cccc;
}
a:visited{
	text-decoration:none;
	color:#00cccc;
}
a:hover{
	text-decoration:none;
	color:#00cccc;
}


