@charset "utf-8";
/* CSS Document */
html, body{
	height:100%;
}
body{
	background-color:#000;
	font-size: 68.8%; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #fff; } h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; } h2 { font-size: 2em; margin-bottom: 0.75em; } h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; } h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; } h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; } h6 { font-size: 1em; font-weight: bold; } 
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
p { margin: 0 0 1.5em; } p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; } p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
li ul, li ol { margin:0 1.5em; } ul, ol { margin: 0 1.5em 1.5em 1.5em; } ul { list-style-type: disc; } ol { list-style-type: decimal; }

#principal{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1024px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(../img/topo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.logo{
	margin-top: 15px;
	margin-left: 50px;
}
.clear{
	clear:both}
#conteudo{
	margin-top: 25px;
	background-image: url(../img/back-conteudo.png);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	}
.flot_img {
	float: left;
	margin-right: 10px;
}
.flot_img_dir {
	float:right;
	margin-left: 10px;
}
.center_img{
	margin: 0 auto;
	position: relative;
}
#rodepe {
	position:absolute;
	width:100%;
	bottom:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align:center;
}
#rodape p{
	margin:0;
	padding:0;
}
#espaco{
	width:100%;
	height:50px;
}