* {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:middle;
}

h1 a {
	width:388px;
	height:100px;
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-5000px;
	background:url(../imagens/logo_transparente.gif) no-repeat center center;
}

a:link {
	color:#CBCBCB;
	text-decoration:none;
}

a:visited, a:hover, a:active {
	color:White;
	text-decoration:none;
}

#geral {
	width:777px;
	display:table;
	margin:0 auto;
	margin-top:5px;
	border-top:1px solid #CBCBCB;
	background: url(../imagens/gradiente_left.jpg) no-repeat left top;
}

#topo {
	width:100%;
	display:table;	
}

#topo_direita {
	width:388px;
	display:table;
	border-bottom:1px solid;
}

#slogan, #menu {
	width:388px;	
	background-color:#000;
	color:#CBCBCB;
}

#slogan {
	height:66px;
	background:#000 url(../imagens/18anos.gif) no-repeat center center;
}

#slogan h2 {
	display:none;
}

#menu {
	height:32px;
	text-align:right;
	border-top:1px solid #CBCBCB;
}

#menu ul {
	margin-right:5px;
}

#menu li {
	display:inline;
	font:20px "Times New Roman", Times, serif;
}

#conteudo {
	width:772px;
	display:table;	
	border-bottom:1px solid #CBCBCB;
	margin-top:5px;
	padding-left:5px;
	font:12px Arial, Helvetica, Sans-serif;
	line-height:1.5em;
}

#conteudo img {
	float:right;
}

#rodape {
	text-align:center;
	font:bold 12px Arial, Helvetica, Sans-serif;
	letter-spacing:1px;
	margin-top:5px;
	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;
}
