/* CSS Estilos */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/fundo_pagina.jpg);
	text-align:center; /* hack para o IE */
}
#background {
	width: 760px;
	margin:0 auto;			
	padding: 10px;
	text-align:left; /* "remédio" para o hack do IE */	
}
#principal {
	width: 740px;
	height: 420px;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -370px;
	position: absolute;
	background-image: url(img/fundo_centro.jpg);
}
#conteudo {
	position:absolute;
	width:740px;
	height:320px;
	top: 80px;
	left: 0px;
}
#esquerda {
	position:absolute;
	left:0px;
	top:80px;
	width:110px;
	height:340px;
}
#centro {
	position:absolute;
	left:110px;
	top:80px;
	width:380px;
	height:340px;
}
#direita {
	position:absolute;
	left:490px;
	top:80px;
	width:250px;
	height:340px;
	background-color: #FF9900;
}
#menu {
	position:absolute;
	width:740px;
	height:80px;
	top: 0px;
	left: 0px;
	background-image: url(img/fundo_topo.jpg);
}

#menu_esquerda{
	position:absolute;
	left:0px;
	top:0px;
	width:138px;
	height:80px;
	background-color: #FFCC00;
}
#menu_centro{
	position:absolute;
	left:138px;
	top:0px;
	width:231px;
	height:80px;
	background-color: #FFCC00;
}
#menu_direita {
	position:absolute;
	left:369px;
	top:0px;
	width:371px;
	height:80px;
	background-color: #FFCC00;
}
#rodape {
	position:absolute;
	left:0px;
	top:400px;
	width:740px;
	height:20px;
	background-color: #FF9900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding-top:5px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.paragrafo_texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align:justify; 
}
.paragrafo_frase{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align:right; 
}

/**************************/

.textLabel {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; 
}
.textField{
	border: 1px solid #000000; 
	width: 225px; 
	height: 16px;
	font-size: 12px; 
	font-family: verdana; 
}
.textArea{
	border: 1px solid #000000; 
	width: 225px; 
	height: 100px;
	font-size: 12px; 
	font-family: verdana; 
}
.textButton{
	border: 1px solid #000000;
	background: #FFCC00;
	font-size: 12px; 
	font-family: verdana; 
}
.linkAmarelo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-attachment: fixed;
	background-color: #FFCC00;
	background-repeat: no-repeat;
	background-position: center center;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	overflow: auto;
	position: static;
	visibility: visible;
}

