body {
   margin:0px;
   padding:0px;
   font-family:verdana;
   font-size:12px;
   width:auto;
   text-align:center;
   background-color:#dd276c;
}

div#container {
   width:100%;
   height:658px;
   margin:0px auto;
   background-image:url(../img/bg.jpg);
   background-repeat:no-repeat;
   background-position:center;
}

div#principal {
   width:100%;
   margin:0px auto;
   background-image:url(../img/bg_repeticao_y.gif);
   background-repeat:repeat-y;
   background-position:center;
}
div#menu {
   width:100%;
   height:180px;
}

div#meio {
    width:770px;
    margin:-500px auto 0px auto;
    text-align:left;
	min-height:458px;
}

div#rodape {
   width:100%;
   height:90px;
   margin:-4px auto 0px auto;
}
#banner_contato{
	height:170px;
	text-align:center;
}

/* -------- contato -------- */

#conteudo_contato {
	margin:auto;

}

.quadro_contato_lateral {
  padding:20px;
  width:320px;
  float:left;
}

.quadro_contato {
  padding:20px;
  width:350px;
  float:left;
  border:1px solid #e0e0e0;
}

#contato_info {
  font-size:14px;
  font-weight:bold;
  margin-bottom:10px;
}

.quadro_contato li {
  margin:4px;
}

#texto_contato_msg {
  margin:10px;
}

.contato_msg {
  width:320px;
  height:150px;
}

#contato_enviar {
  cursor:pointer;
  background-color:#e0e0e0;
  width:320px;
  height:30px;
}

#contato_enviar:hover {
  background-color:#f9ce44;
}

.asterisco {
  font-size:10px;
  font-style:italic;
}

ul {
   list-style-type:none;
}

#clear {
   clear:both;
}

#texto {
    text-align: justify;
   margin:10px;
   padding:10px;
}
