﻿html, body{
	margin:0;
	height:100%;
}
body{
	font: 12px arial;
	background:#FFF url(../imgs/bg.jpg) repeat-x;
}
#container{
	width:780px;
	position:absolute;
	left:50%;
	margin-left:-390px;
}
#conteudo p{
 	text-align:justify;
}
/*----------------- Elementos --------------*/
h1{
	font:bold 14px;
	color:#036;
}
h3{
	font:bold 12px;
	color:#036;
}
/*------------------ Topo ------------------*/
#topo{
	margin:0;
	padding:0;
}
/*------------------ Menu ------------------*/
#menu {
   float:left;
   width:100%;
   /*
   background:#fff;
   border-bottom:4px solid #000;
   */
   overflow:hidden;
   position:relative;
   margin-bottom:10px;
}
#menu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#menu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#menu ul li a {
   display:block;
   margin:0;
   
   /*
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
   */
   
}
#menu ul li a:hover {
	/*
   background:#369;
   color:#fff;
   */
}
#menu ul li a.active,
#menu ul li a.active:hover {
   /*
   color:#fff;
   background:#000;
   font-weight:bold;
   */}
/*------------------- Box --------------------*/
#box{
	clear:both;
	background:#FFF url(../imgs/boxbg.jpg);
	width:709px;
	position:relative;
	left:50%;
	margin:15px 0 15px -345px;
}
#ultimotexto{
	width:300px;
	float:left;
	margin:0px 10px 5px 40px;
	padding-right:20px;
	border-right:1px #FFF solid;
}
#rss{
	width:300px;
	float:right;
}
#rss a{
	text-decoration:none;
	color:#000;
}
#rss a:hover{
	text-decoration:underline;
	color:#036;
}

/*------------------ Rodape ------------------*/
#rodape{
	clear:both;
	border-top:1px #CCC solid;
	padding-top:10px;
	margin-top:10px;
}
#rodape address{
	font-style:normal;
	text-align:center;
}
#endereco{
	font-weight:bold;
	color:#333
}
#copy{
	color:#999
}

