/* HTML */
html{

}
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #a79571;
}
form{

}
input, textarea{

}
select{

}
.botao{


}

/* TEXTO */
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
h3{

}
h4{

}
h5{

}
p{

}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;

}
a:hover{
	text-decoration: none;

}
/* ESTRUTURA */
#header{

}
#general{
	width: 770px;
	height: 604px;
	margin:auto
}
#menuarea{
	height: 113px;
	background-image: url(../imagens/menuarea.jpg);
	position: relative;
}
#cabecalho{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-stretch: wider;
	background-image: url(../imagens/menu.jpg);
	background-repeat: no-repeat;
	width: 562px;
	height: 113px;
	position: absolute;
	left: 208px;
}
#menu{
	height: 491px;
	background-image: url(../imagens/info_home.jpg);
	width: 208px;
	background-repeat: no-repeat;
	background-position: top;
}
#nelson{
	width: 562px;
	height: 180px;
	background-color: #CC6600;
	left: 0px;
	top: 113px;
	position: absolute;
	background-image: url(../imagens/nelson.jpg);
}
#news{
	width: 542px;
	height: 208px;
	top: 293px;
	position: absolute;
	background-image: url(../imagens/news.jpg);
	padding-left: 20px;
}
#clock{
	width: 562px;
	height: 86px;
	top: 501px;
	position: absolute;
	background-color: #CC9933;
	background-image: url(../imagens/clock.jpg);
}
#foot{
	a {text-decoration: none}
	width: 600px; <!--562px;-->
	height: 17px;
	top: 660px;
	position: absolute;
	background-image: url(../imagens/foot_fine.jpg);
}
#conteudo{
	width: 770px;
	height: 470px;
	position: absolute;
	top: 113px;
	left: -208px;
}
#navegation{

}
#footer{

}
#lateral{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4F4331;
	font-stretch: wider;
	background-repeat: no-repeat;
	position: absolute;
	left: 27px;
	text-decoration: none;
}

.titleRSS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	height: 65px;
	width: 125px;
}

.textRSS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 110px;
	width: 125px;
}

.linkRSS {
	text-align: right;
	width: 125px;
}

.linkStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.linkStyle:hover {
	color: #ff0000;
	text-decoration: underline;
}
