html, body {height:100%;} /**/
*{border:none;}
a:link {
	color: #990000;
	text-decoration: none;
	font-weight:bold;
	}
a:visited {
	text-decoration: none;
	color: #990000;
	font-weight:bold;
	}
a:hover {
	text-decoration: underline;
	color: #990000;
	font-weight:bold;
	}
a:active {
	text-decoration: none;
	color: #990000;
	font-weight:bold;
	}

body {
	margin:0; 
	padding:0;
	background:#ddd;
	color:#fff;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
#tudo { 
	width:780px;
	position:relative;  /*Contexto de posicionamento */
	background:#F5E5D6;
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
	}
*html #tudo {height: 100%;}/**/
#conteudo {padding-bottom:30px; background:url(images/bg_cont.gif);}/**/
#topo {
	background:#fff;
	width:780px;
	height:270px;
	text-align:center;
	margin-top:0px;
	}
#topcont1{
	width:100%;
	height:217px;
	}
#topcontLogo{
	width:279px; 
	height:217px;
	float:left;
	}
#topcontFlash, #topcontFlash2{
	width:250px; 
	height:217px;
	float:left;
	}
#menu{
	width:100%;
	height:53px;
	background:url(images/bgMenu.jpg) repeat;
	}
#menuAtendimento{width:201px; height:53px; float:left; margin-left:30px; _margin-left:15px;}
#menuAtendimentoBt{width:540px; height:53px; float:right;}
#principal {
	width:231px;
	float:left;
	}
#principalAtend{width:201px; height:350px; margin-left:30px; background:#DC7E1E; padding-top:1px; text-align:center; float:left;  _margin-left:15px;}
#principalAtend p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF; text-align:center; font-weight:bold; margin-bottom:10px;}
#principalAtend h1 {margin-top:40px; text-align:center;}
#principalAtend a {font-size:12px; color: #FFFFFF;  text-decoration:none; font-weight: bold;}
#principalAtend a:hover {text-decoration: underline; color: #FFFFFF;}

#contCentro {
	width:545px;
	float:right;
	padding-top:2px;
	color:#000000;
	}
#contCentro	h1 {margin:0 auto; text-align:center; color:#FF6600; font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 14px;}
#contCentroTxt{width:96%; height:auto; color:#333; font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 11px; margin-top:10px; margin-left:10px; text-align:left;}
#contCentroImg1{
	width:49%;
	height:auto;
	float:left;	
	
}
#contCentroImg2{
	width:49%;
	height:auto;
	float:right;	
}
#contCentroImg2 p, #contCentroImg1 p{
	text-align:center;
	
}
#rodape {
	background:url(images/bgRodape.jpg) repeat;
	width:780px;
	height:45px;
	position: absolute;
	bottom: 0; /**/ 
	text-align:center;
	}
#rodape p {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#fff; 
	font-weight:bold;
	margin-top:15px;
	text-align:center;
	}
h4 {font-size:16px;}
.clear {clear:both;}
