html, body {height:100%;} /**/

body 
{
	margin:0; 
	padding:0;
	background:#ddd;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
}
	
#tudo 
{ 
	width:760px;
    position:relative;  /*Contexto de posicionamento */
	background-image:url(images/fundo_corpo.jpg);
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
	border:thin #999;
	border-width:0 1px;
}

* html #tudo {height: 100%;}/**/
#conteudo {padding-bottom:30px;}/**/

#topo 
{
	background:#FFFFFF;
	width:760px;
	height:140px;
	border-bottom:1px dotted #999;
	text-align:left;
	padding-top:1px;
	border-width :0px;
	border-style:dashed;
}

#logotipo 
{
	width:280px;
	float:left;
	margin-top:20px;
	margin-left:5px;
	border-width :0px;
	border-style :solid;
}

#flash 
{
	float:left;
	margin-left:20px;
	margin-top:0px;
	width:453px;
	border-width:0px;
	border-style:dotted;	
}

#principal 
{
	width:595px;
	padding-left:0px;
	float:right;
	padding:10px 2px 0px 0px;
	margin-right:3px;
	text-align:justify;
}


#flash_peca
{
	float :left;
	width:550px;
	text-align:center;
	border-width :0px;
	border-style :dotted;	
	margin-top: 30px;
	
}

#parceiros
{
	float :left;
	width:580px;
	text-align:center;
	margin-top:50px;
	padding:5px 5px 5px 5px;
	border-width :1px;
	border-style: solid;
	border-top:solid;
	border-left:none;
	border-right:none;
	border-botton:none;
	/*background: #CCCCCC;*/
}


#menu 
{
	width:150px;
	float:left;
	padding-top:5px;
}


#rodape 
{
	background-image:url(images/fundo_rodape.gif);
	background-repeat:repeat-x;
	width: 754px;
	text-align:center;
	font-family: Tahoma;
	font-size:11px;
	border-width :0px;
	padding:3px;
	position:absolute;
	bottom:0;
}

.clear {clear:both;}

p.texto, textarea, input, select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link 
{
	text-decoration: none;
	color: #000000;
}

a:visited 
{
	text-decoration: none;
	color: #000000;
}

a:hover 
{
	text-decoration: underline;
	color: #3B59AD;
}

a:active 
{
	text-decoration: none;
	color: #666666;
}

h1{
	font-size: 16px;
	font-weight:bold;
	color:#666666;
	font-family: Tahoma, Verdana, Sans-Serif;
}

h2{
	font-size: 13px;
	font-weight:bold;
	font-family: Tahoma, Verdana, Sans-Serif;
	color:#666666;
}

