body {
	background:#333;
	margin:0px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
}

a:link, visited, hover, active {color:#FC0; text-decoration:none}

img, div, a, input { behavior: url(iepngfix.htc)}

div.corpo {
	background-color:#dd6200;
	background-image:url(imagens/fundo_sup.png);
	background-repeat:no-repeat;
	margin:0 auto;
	width: 900px;
	height: 100%;
}

div.logo {
	background-image:url(imagens/logo_inter.png);
	float:left;
	width:160px;
	height:64px;
	margin:75px 0 40px 50px;
}

div.titulo {
	background-image:url(imagens/titulo_inter.png);
	clear:left;
	width:352px;
	height:91px;
	margin:75px 0 40px 110px;
}

div.celular {
	width:260px;
	height:435px;
	float:right;
	margin:50px 0 0 0;
}

div.accordion {
	background-color:#9F0;
	width:500px;
	height:400px;
	clear:left;
	margin:0 0 50px 110px;
}

div.powered {
	background-image:url(imagens/logo_powered.png);
	width:128px;
	height:21px;
	float:right;
	margin:30px 0 30px 0;
}

/* accordion */

#ceasa{
	width:500px;
	height:550px;
	clear:left;
	margin:0 0 0 110px;
}

.accordion_headings{
	padding:5px;
	cursor:pointer;
	font-weight:bold;
	background-image:url(imagens/fundo_tit.png);
	background-repeat:repeat-x;
}

.accordion_headings:hover{
	background:#ff7100;
}

.accordion_child{
	padding:15px;
	background-image:url(imagens/fundo_corpo.png);
}

.header_highlight{
	background:#ff7100;
	color: #FC0;
}

/* accordion */