/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:url(../imagens/body.png) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#geral{	
	width:780px;
	display:table;
	margin:8px auto;
	background:url(../imagens/geral.png);
	font-family:"Trebuchet MS", Tahoma, Verdana;
}
#topo{
	display:block;
	width:780px;
	height:258px;
	background:url(../imagens/topo.jpg) no-repeat;
}
#menu{
	display:block;
	width:770px;
	height:50px;
	padding:5px 0 0 10px;
}
#menu li{
	display:inline-block;
	width:123px;
	height:35px;
	padding-top:15px;
	text-align:center;
	background:url(../imagens/menu.png) no-repeat;
	float: left;
}
#menu li a{
	text-decoration:none;
	color:#006;
	font-size:15px;	
}
#menu li a:hover{
	font-weight:bold;
}
h2{
	color:#006;
	font-size:16px;
	padding-bottom:5px;
}
h3{
	color:#006;
	font-size:14px;
	padding-bottom:8px;
}
#conteudo{
	display:table;
	width:780px;
	text-align:justify;
	padding:10px 0 10px 0;
	font-size:12px;
}
#esquerdo{
	display:table;
	width:530px;
	margin-left:10px;
	font-size:12px;
	float:left;
}
#esquerdo ul{
	padding-left:20px;
}
#esquerdo li{
	list-style:inside;
	padding:5px 0 5px 0;
}
#direito{
	display:table;
	width:230px;
	float:right;
}
#direito p{
	margin-right:5px;
}
#direito a{
	color:#fff;
	float:right;
}
.quadro{
	display:block;
	width:190px;
	height:130px;
	padding:15px;
	background:url(../imagens/quadro.png) no-repeat;
	float:right;
	margin-right:10px;
	color:#fff;
}
#rodape{
	display:block;
	width:765px;
	height:50px;
	background:url(../imagens/rodape.png) no-repeat;
	padding:50px 15px 0 0;
	text-align:right;
	font-size:12px;
}
#rodape a{
	color:#000;
}
table{
	width:530px;
	border:1px solid #006;
	margin:20px 0;
}
	
td,th{
	border:1px solid #006;
	padding:5px;
}

img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	font-style:italic;
}
/*formulário*/
input, textarea {
  border:1px solid #000;
  margin:0 0 5px 0px;
  display:inline;
}

label {
  display:block;
  width:50px;
  text-align:left;
  font:11px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-weight:bold;
  color:#00742f;
}
form{
	margin-left:20px;
}
