html, body {
	padding: 0;
	margin: 0;
}
img { border: 0; }

* {
	font-family: Tahoma;
	font-size: 9pt;
	color: #666666;
}

h1 {
	font-family: Arial;
	text-transform: uppercase;
	color: #AA241C;
}

h2 {
	margin: 30px 0 20px 0;
}

p {
	margin: 0 0 10px 0;
	text-align: justify;
	line-height: 140%;
}

li{
	margin-bottom: 5px;
	text-align: justify;
	line-height: 130%;
}

#geral {
	width: 761px;
	margin: 0 auto;
	background-color: #AA241C;
}

#topo {
	width: 761px;
	height: 208px;
}

#menu {
	width: 120px;
	height: 404px;
	float: left;
	background-color: inherit;
	background-image: url(imagens/fundo_menu.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#itens_menu {
	border-top: 1px solid white;
	margin-top: 70px;
	list-style-type: none;
}
#itens_menu a {
	display: block;
	width: 117px; /* #menu.width - padding-right; necess?rio para que o link
					"pegue" toda a ?rea no IE	*/
	border-bottom: 1px solid white;
	font-size: 7pt;
	color: white;
	text-decoration: none;
	padding: 8px 0 7px 3px;
}
#itens_menu a:hover {
	background-image: url(imagens/menu_selecionado.png);
	background-repeat: repeat-y;
}

#layout {
	width: 641px;
	float: left;
	background-color: inherit;
}

#header_conteudo {
	width: 629px;
	height: 65px;
	background: white url(imagens/fundo_header_conteudo.jpg) no-repeat;
	position: relative;
}
#header_conteudo h1 {
	margin: 0;
	position: absolute;
	bottom: 3px;
	left: 209px;
}

#real {
	height: 327px;
}

#especial {
	width: 179px; /* 179px */
	height: 296px; /* 296px */
	background: white url(imagens/fundo_especial.png) no-repeat;
	padding-top: 20px;
	text-align: center;
}

#conteudo {
	width: 390px; /* 450 - padding-left - padding-right */
	background: white url(imagens/fundo_conteudo.png) no-repeat bottom right;
	padding: 20px 30px 25px 30px;
	text-indent: 4px;
}

#CUB {
	text-align: center;
}

#rodape * {
	color: white;
	text-decoration: none;
	text-align: right;
}

#rodape p{
	padding: 5px 0;
	margin: 0;
	margin-right: 110px;
}

.clear {
	clear: both;
}

/*
	Especificidades de cada p?gina
*/

#pag_contato h2, #pag_contato p  {
	text-align: center;
}
#pag_contato .label {
	text-align: right;
	margin: 0; 
}
#pag_contato form {
	margin-top: 30px; 
}
#pag_contato input {
	width: 250px;
}
#pag_contato textarea {
	width: 275px;
	height: 9em;
}
#pag_contato input.botao {
	width: auto;
	padding: 0 1em;
	_padding: 0 0em; /* O IE faz o favor de adicionar, automagicamente, 1em nas laterais */
}


#pag_diretoria h2 {
	margin: 0;
	margin-bottom: 10px;
}
#pag_diretoria h3 {
	font-size: 90%;
}
#pag_diretoria p {
	margin-left: 30px;
	margin-bottom: 20px;
}


#pag_index #conteudo {
	padding-left: 0;
	width: 420px;
}
#pag_index #conteudo p {
	padding-left: 30px;
}
#pag_index .eventos {
	margin: 10px;
}

