/* DIVS */
#container {
	position:absolute;
	left:50%;
	width:770px;
	margin-left:-385px;
}
#flash {
	position:absolute;
	left:0px;
	top:0;
	width: 170px;
	height: 385px;
}
#conteudo_index {
	position:absolute;
	left:177px;
	top:10px;
	width: 378px;
	height: 385px;
}
#relogio {
	position:absolute;
	width:150px;
	height:150px;
	margin-left:15px;
	margin-top:340px;
}
#frase {
	position:absolute;
	width:150px;
	margin-left:15px;
	margin-top:500px;
}
#conteudo {
	position:relative;
	width:390px;
	margin-left:165px;
	margin-top:10px;
	top: 80px;
}
#clipping {
	position:absolute;
	width:196px;
	height:378px;
	margin-left:570px;
	margin-top:0px;
	background-image:url(../imagens/clipping.gif);
	background-repeat:no-repeat;
	left: 2px;
	top: 5px;
}
#ead {
	position:absolute;
	width:196px;
	height:378px;
	margin-left:570px;
	margin-top:0px;
	background-image:url(../imagens/clipping.gif);
	background-repeat:no-repeat;
	left: 2px;
	top: 75px;
}
#empresa {
	position:absolute;
	width:196px;
	height:320px;
	margin-left:570px;
	margin-top:0px;
	top: 94px;
	left: -1px;
}
#noticias_index {
	position:absolute;
	width:600px;
	margin-left:165px;
	margin-top:400px;
	top: 7px;
}
#rodape {
	position:relative;
	width:770px;
	background-color:#F5821F;
}
#rodape_index {
	position:relative;
	width:770px;
	background-color:#F5821F;
	top: 40px;
}
#principal {
	position:relative;
	width:770px;
	height:640px;
}
#interna {
	position:relative;
	width:770px;
}
#teste {
	position:absolute;
	width:770px;
	z-index:1;
}
#topo_empresa {
	position:absolute;
	width:600px;
	left:165px;
	top:10px;
	z-index:21;
}
/* ELEMENTOS HTML */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:10px;
}
p {
	font-size: 11px;
	color: #000000;
	margin:0px;
}
h1 {
	font-size: 11px;
	color: #F5821F;
	margin:0px;
}
h2 {
	font-size: 11px;
	color: #666666;
	margin:0px;
	font-weight: normal;
}
/* CLASSES */
.campo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.radio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #FDB812;
	border: none;
}
.texto_destaque {
	font-size: 11px;
	color: #F5821F;
	font-weight: bold;
	margin:0px;
}
.texto_clipping {
	font-size: 10px;
	color: #000000;
	margin:0px;
}
a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #F5821F;
	text-decoration: none;
}
