/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:url(../imagens/body.jpg) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#geral{	
	width:800px;
	display:table;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}
#topo{
	display:block;
	width:800px;
	height:302px;
	background:url(../imagens/topo.jpg) no-repeat;
}
#menu{
	display:block;
	width:550px;
	height:50px;
	float:right;
}
#menu li{
	display:inline-block;
	width:105px;
	height:30px;
	text-align:center;
	float:left;
}
#menu li a{
	text-decoration:none;
	color:#fc0;
	font-size:13px;
	font-weight:bold;
}
#menu li:hover, .menu1{
	padding-top:20px;
	background:url(../imagens/menuhover.png) no-repeat;
}

h1, h2, h3{color:#f00;}

h1{
	font-size:20px;
}
h2{
	font-size:13px;
}
h3{
	font-size:15px;
}
#conteudo{
	display:table;
	width:750px;
	background:url(../imagens/conteudo.jpg);
	padding-left:25px;
	padding-right:25px;
	text-align:justify;
}
#esquerdo{
	display:table;
	width:175px;
	margin:5px;
	float:left;
}
#direito{
	display:table;
	width:555px;
	float:right;
	margin:5px;
	font-size:13px;
}

#direito ul{
	margin-left:30px;
}

#direito li{
	list-style:circle;
	color:#900;
	font-size:12px;
}

#direito img{
	margin:0 5px 5px 5px;
	border:3px double #900;
}
#rodape{
	display:block;
	width:800px;
	height:145px;
	background:url(../imagens/rodape.jpg) no-repeat;
	padding-top:25px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#rodape a{
	color:#f00;
}
a{
text-decoration:none;
color: #FF0000;
}
a:hover{
text-decoration:underline;
color: #FF0000;
}
img{
	border:none;
}
/*formulário*/
input, textarea {
  border:2px solid #c90;
  margin:0 0 5px 0px;
  display:inline;
}

label {
  display:inline-block;
  width:85px;
  text-align:left;
  font-size:11px;
  font-weight:bold;
}
form{
	margin-top:20px;
}
#popup {
	position: absolute;
	top: 30%;
	left: 30%;
	width: 210px;
	height: 80px;
	border-width: 2px;
	border-style: solid;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	background-color: #FFE371;
	margin-left: 200px;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}

