@charset "utf-8";

body {
	background-image: url(imgs/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#inicial
{
	float: left;
	position: absolute;
	height: 702px;
	width: 780px;
	left: 50%;
	top: 10px%;
	margin-left: -390px;

	background-color: #FFF;
}
#site
{
	float: left;
	position: absolute;
	width: 780px;
	left: 50%;
	top: 0px;
	margin-left: -390px;
	background-color: #FFF;
}
#conteudo
{
	height: 100%;
	vertical-align: top;
	background-image: url('imagens/bgcont.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 15px;
}
table, td
{
	vertical-align: top;	
}
a, a:HOVER, a:VISITED, img {
	border-width: 0px;
}
a, a:HOVER, a:VISITED, body, p, table, td, input, textarea, h1, h2
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
h2, h1, p, textarea, input, form, div
{
	padding: 0px;
	margin: 0px;
}
a, a:HOVER, a:VISITED
{
	color: #639;	
}
a:HOVER
{
	text-decoration: underline;	
}
h1, h2
{
	color: #990000;
	font-weight: bold;
}
p
{
	text-indent: 20px;
	margin-bottom: 10px;
}
.esq
{
	float: left;
	margin: 10px;
}