html, body {height:100%;} /**/
body {
	margin:0;
	padding:0;
	color:#666;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background: #ff6600;
	}
#tudo {
	width:760px;
	position:relative;
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
	border:dotted #999;
	border-width:0 1px;
	background-color: #FFFFFF;
	}
* html #tudo {height: 100%;}/**/
#conteudo {
	padding-bottom:10px;
}
#slantedmenu{/*Início do menu */
	font-weight: bold;
	font-size: 90%;
}
#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#slantedmenu ul{
	text-indent: 10px;
	padding: 3px 0;
	margin: 0;
	background-color: #e0e0e0;
	border: 1px solid #bebebe;
	text-align: center; /*set value to "center" for example to center items*/
}
#slantedmenu ul li{
display: inline;
}
#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(../imagens/slantdivider.gif) top right no-repeat;
}
#slantedmenu ul li a:visited{
color: #494949;
} 
#slantedmenu ul li a:hover{
	color: #E26642;
}
#auxiliar {
	width:200px;
	float:right;
	padding-top:15px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}/* Fim do menu */
.curlycontainer{/*Início do CSS Folha*/
	border: 1px solid #b8b8b8;
	margin-bottom: 1em;
	width: 190px;
}
.curlycontainer .innerdiv{
	background: transparent url(../imagens/brcorner.gif) bottom right no-repeat;
	position: relative;
	left: 2px;
	top: 2px;
	padding: 1px 4px 5px 5px;
}/*Fim do CSS Folha*/
#topo {
	width:760px;
	height:126px;
	background-image: url(../imagens/logo.jpg);
	background-repeat: no-repeat;
	}
#topo_menu {
	height: 20px;
	background: #E4633B;
}
#principal {
	width:510px;
	padding-left:20px;
	float:left;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	}
#principal_sub {
	height: 98px;
	background: #FFFFFF;
}
#footermenu{/*Início do menu RODAPÉ*/
	font-weight: bold;
	font-size: 90%;
}
#footermenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#footermenu ul{
	padding: 5px 0 8px;
	margin: 0;
	background-color: #e0e0e0;
	text-align: center;
	font-size: 9px;
}
#footermenu ul li{
display: inline;
}
#footermenu ul li a{
	color: #494949;
	margin: 0;
	text-decoration: none;
	background: transparent url(../imagens/footerdivider.gif) no-repeat right center;
	padding: 3px 25px 3px 0px;
}
#footermenu ul li a:visited{
color: #494949;
} 
#footermenu ul li a:hover{
	text-decoration: underline;
}/* Fim do menu RODAPÉ*/
#rodape {
	background:#e0e0e0 center center;
	width:760px;
	height:38px;
	position: absolute;
	bottom: 0; /**/
	border:dotted #999;
	border-width: 1px 0;
	text-align:center;
	font-size: 9px;
	}
#rodape p {
	margin:0;
	font-weight:bold;
	color:#494949;
	}
.clear {
	clear:both;
}
#titulo_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
	padding-top: 20px;
}

input {
	width: 400px;
	padding: 4px;
	margin: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px dotted #CCCCCC;
	color: #999999;
}

#botao_enviar {
	width: 100px;
	padding: 4px;
	margin: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px dotted #CCCCCC;
	color: #ffffff;
	background-color: #C90;	
}

textarea {
	width: 400px;
	padding: 4px;
	margin: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px dotted #CCCCCC;
	height: 170px;
	color: #999999;
}

#main form p button{
	width:88px;
	height:22px;
	border: none;
	background: url(../images/send.png) no-repeat;
	text-indent: -9000px;
	
}
#form {
	text-align: center;
}

