* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
html, body {
	height: 100%;
}
body {
	color: #CC8EB5;
	font-family: "Times New Roman", Times, serif;
	background: url('../img/bg-body.jpg') #fff repeat-x left top;
	font-size: 16px;
}
h1 {
	color: #a52d8b;
	background: url('../img/bg-h1.png') repeat-x;
	padding-left: 40px;
	font-family: 'Monotype Corsiva';
	font-weight: normal;
	font-size: 28px;
}
h2 {
	color: #9D3668;
}
p {
	margin: 15px 0;
}
#container {
	background: url('../img/bg-rodape.jpg') repeat-x left bottom;
	min-height: 100%;
	position: relative;
}
#tudo {
	width: 990px;
	margin: 0 auto;
}
/* hack para IE6 que trata height como min-height */
* html #tudo {
	height: 100%;
}
#topo {
	background: url('../img/bg-topo.jpg') no-repeat;
	height: 113px;
	position: relative;
}
#logo {
	position: absolute;
	top: 7px;
	left: 40px;
}
#menu {
	height: 20px;
	position: absolute;
	bottom: 0;
	width: 900px;
	padding: 0 45px 10px 45px;
}
#menu li {
	float: left;
	background: url('../img/bullet-menu-li.jpg') no-repeat left 6px;
	padding: 0 10px 0 13px;
}
#menu li a {
	color: #a35a89;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
#menu li a:hover {
	color: #fda1c6;
	text-decoration: underline;
}
#conteudo {
	min-height: 300px;
	padding-bottom: 45px;
	padding-top: 20px;
}
#coluna {
	float: left;
	width: 160px;
	padding-top: 70px;
}
#miolo {
	float: left;
	width: 640px;
	padding: 10px;
	
}
#banners {
	float: left;
	width: 140px;
}
#logotrans {
	position: absolute;
	right: 20px;
	top: 9px;
}
#rodape {
	position: absolute;
	bottom: 0px;
	width: 990px;
	height: 30px;
	padding-top: 15px;
}
#rodape p {
	text-align: center;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
.chamadas {
	margin: 0 auto;
	width: 540px;
}
.chamadas h2 {
	font-size: 16px;
	color: #9d3668;
}
.chamadas img {
	display: block;
}
.chamadas li {
	float: left;
	width: 240px;
	margin: 10px;
	display: inline;
}
.clear {
	clear: both;
}
a {
	font-size: 12px;
	color: #974579;
}
a:hover {
	color: #cc8eb5;
}
cite {
	color: #00f;
	text-align: center;
	display: block;
}
form {
	margin: 0 auto;
	width: 400px;
	text-align: right;
}
form fieldset {
	border: none;
}
form label {
	display: block;
	position: relative;
	margin: 5px;
}
form select, 
form input,
form textarea {
	background-color: #FFF9FF;
	border:1px solid #ED1BD8;
	color: #A20993;
}
form #submit {
	display: block;
	margin: 15px auto;
	padding: 3px;
}
label.error {
	position: absolute;
	width: 160px;
	top: 0;
	right: -170px;
	color: red;
	text-align: left;
	font-size: 10px;
	font-family: verdana;
}
.capa {
	float: left;
	margin-right: 5px;
}
#pesquisa {
	width: 100%; 
	background-color: #FBF0FB; 
	border-top: 1px solid #EAD5EE;  
	border-bottom: 1px solid #EAD5EE;
}