body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address, div {
	margin: 0px;
	padding: 0px;
}

h3 {
 line-height: 20px;
 font: 18px Tahoma;
 font-weight: bold;
}

h4 {
 line-height: 20px;
 font: 16px Tahoma;
 font-weight: bold;
}

img {
 border:0px;
}

html {
 height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
 background-color: #CC873E;
}

body {
	font: Tahoma 10px;
	font-family: Tahoma;
 margin: 0px;
	padding: 0px;
	text-align: center;
}

p {
 text-align: justify;
 line-height: 20px;
 padding: 0px 0px 0px 0px;
}

#table_estrutura {
	font: #CC873E Tahoma 10px;
	width: 100%;
	height: 100%;
}

#table_estrutura tr {
	
}

#td_cabecalho {
	background-image: url(../imagens/fundo_menu.jpg);
 background-repeat: no-repeat;
 height: 348px;
}

#td_conteudo {
 background-image: url(../imagens/fundo_corpo.jpg);
 background-repeat: repeat-y;
 height: 100%;
 vertical-align: top;
 line-height: 25px;
}

#td_rodape {
	background-image: url(../imagens/fundo_rodape.jpg);
 background-repeat: no-repeat;
 height: 150px;
}

#div_conteudo {
 font: 11px Tahoma;
 color: #794326;
 margin-left: 185px;
 line-height: 18px;
 width: 440px;
}

#div_proxima_festa {
	background-image: url(../imagens/titulos/proxima_festa.jpg);
	float: left;
	width: 150px;
	background-color: Maroon;
}

#div_ultimas_fotos {
 float: left;
 width: 150px;	
 background-color: green;
}

#div_enquete {
	float: left;
	width: 150px;
	background-color: Black;
}

.div_ver {
	background-image: url(../imagens/div_ver.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.div_hor {
	background-image: url(../imagens/div_hor.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.div_submenu {
 position: absolute;
 top: 375px;
 left: 3px;	
}

.div_submenu a:link {
	color: #794326;
 text-decoration: none;
}

.div_submenu a:visited {
	color: #794326;
 text-decoration: none;
}

.div_submenu a:active {
	color: #794326;
 text-decoration: none;
}

.div_submenu a:hover {
 color: #000000;
 text-decoration: none;
}

a:link {
	color: #794326;
 text-decoration: none;
}

a:visited {
	color: #794326;
 text-decoration: none;
}

a:active {
	color: #794326;
 text-decoration: none;
}

a:hover {
	color: #794326;
 text-decoration: underline;
}



