* {
	margin:0;
	padding:0;
	list-style:none;
}

h1 a {
	width:775px;
	height:119px;
	float:right;
	display:block;
	overflow:hidden;
	text-indent:-5000px;
	background: url(../imagens/logo.jpg) no-repeat center center;
}

a:link {
	color:#5B0000;
	text-decoration:none;
}

a:visited {
	color: #C86F43;
	text-decoration: none;
}
	
a:hover {
	color: #805826;
	text-decoration: none;
}
	
a:active {
    color:#990000;
   text-decoration:line-through;
	}


#geral {
	width:775px;
	display:table;
	margin:0 auto;
}

#topo {
	width:775px;
	height:91px;
	display:block;	
	
}

#topo_menu {
	width:775px;
	height:40px;	
}

#flash {
	width:775px;
	height:252px;
	display:block;	
	background: url(../imagens/flash2.jpg) no-repeat center top;
}

#slogan {
	height:66px;
	background:#000 url(../imagens/18anos.gif) no-repeat center center;
}

#slogan h2 {
	display:none;
}

#menu {
	width:775px;
	height:27px;
	text-align:center;
	word-spacing:50px;
	margin-top:25px;
	background:url(../imagens/menu.jpg) no-repeat center center;
}

#menu ul {
   margin-left:18px;
	margin-right:5px;
}

#menu li {
	display:inline;
   letter-spacing:3px;	
	font:18px "Times New Roman", Times, serif;
}

#conteudo {
	width:775px;
	display:table;	
	text-align: justify;
	font:12px Arial, Helvetica, Sans-serif;
	text-indent:30px;
	line-height:1.5em;
	padding-top:10px;
	background: url(../imagens/conteudo.jpg) no-repeat center top;	
}
	
#conteudo_img {
	float:right;
}

#rodape {
   width:775px;
	height:234px;
	text-align:center;
	font:bold 11px Arial, Helvetica, Sans-serif;
	letter-spacing:1px;
	background: url(../imagens/rodape.png) no-repeat center top;
	clear:both;
}

/* regras para o formulário */



fieldset, input, textarea {
  border:1px solid #CCC;
}

fieldset {
  padding:10px;
}

label {
  display:block;
  float:left;
  width:100px;
}

input, textarea {
  margin-bottom:10px;
}
