@charset "iso-8859-1";

* { 
	margin: 0; padding: 0; 
}

html, body { 
	min-height: 100%; 
	height: auto; 
	font:1em sans-serif, Tahoma, Arial, Helvetica ;
	background:url(background.jpg) center top no-repeat ;
}

A:link {COLOR:#000000;text-decoration: none;}
A:visited {COLOR:#000000;text-decoration: none;}
A:hover {COLOR:#8F0101; text-decoration: none;}

#tudo {
	position: relative;
        width: 740px;
	left: 50%;
	margin-left: -370px;
	min-height: 100%;
	height: auto;
	
	
}
/*#tudo {	
	min-height: 100%; position: relative; 
	
}*/

* html #tudo {
	height: 100%;
	 /* hack para IE6 que trata height como min-height */
	}
			
#conteudo { 
	width: 700px; 
	color: #000;  
	text-align: center;	
	height: 100%;

	
}

#principal { 
	width: 700px; 
	min-height: 100%;
	height: auto;
	margin: 0 auto 0 -350px; 
	color: #000; 	
	text-align: center;
	
	
}

h1 {left;}

#barramenu { height: 34px; padding: 0px;}
#topo {  height:100% }
#texto { background: url(white.jpg) #ffffff; min-height: 750px; height: auto;  }
#bgleft { left; min-height: 100%; height: auto;}
#bgright { 	margin-left: 50%; min-height: 100%; height: auto;}
* html #principal {
	height: 100%;
	/* hack para IE6 que trata height como min-height */
}

#rodape  {
	bottom: 0; 
	padding-top: 0px; 
	width:700px; 
	height: 45px;
	background: url(images/rodape.jpg) repeat-x;
	color: #000;  
	padding: 0px 0;
	text-align: center
	margin-bottom: 0px;
}

fieldset {
	width: 620px;
	
}

form {
	font-size:13px;
	color:#333;
	line-height:36px;	
}

#contato {
	text-align: left;
	padding-left: 80px;
	font-size:10pt; 
	font-family: Arial, Helvetica, Tahoma,  ;
	font-weight: regular;
	position: relative;
	
}

table {
	padding-left: 20px;
}

table tr{
	height: 25px;	
}

legend {
	font-size: 14pt;
	padding-left: 20px;
	padding-right: 20px;
}
fieldset{width:500px;padding:20px;}
input{width:350px;font-size:18px;color:#333;}
input.botao{width:100px;}

small{color:red;}
small.erro{color:#f00;}
