/*******************************************************************
	Geral
*******************************************************************/
body {
	background: #ccc url('../images/bg_contato.gif') repeat-x center top;
	font-family: Arial;
	font-size: 12px;
    color: #666;
}


/*******************************************************************
	Conteudo
*******************************************************************/
#conteudo {
    display: block;
	background: #fff;
	width: 930px;
	margin: 0 auto;
	padding: 60px 25px 20px 25px;
}

#tit_contato {
    height: 35px;
    text-indent: -9000px;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 3px #f9800b solid;
}

#tit_contato {background: url(../images/h3_tit_contato.gif) no-repeat left top;}

#tit_institucional {
    display: inline;
    height: 12px;
    width: 90px;
    background: url(../images/h4_tit_institucional.gif) no-repeat left top;
    text-indent: -9000px;
    overflow: hidden;
    position: relative;
    float: right;
    right: 50%;
    margin: -32px -466px 0 0;

}

#conteudo #container {
    margin-left: 190px;
}

#conteudo p {
    line-height: 20px;
    margin-bottom: 20px;
}



