body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color: #fff;
	background-color:#CCC;
	margin: 0px;
	padding: 0px;
	}
	
#tudo {
	width:760px;
	text-align:left;
	margin:0 auto;
	background:#fff;
	}

#menu_bar {
	width:760px;
	height:26px;
	background:url(../images/h_menubar.jpg) no-repeat;
	}
	
#col_left {
	float:left;
	width:283px;
	}

#logo {
	width:283px;
	height:103px;
	background:url(../images/h_logo.jpg) no-repeat;
	}

#empresas {
	width:283px;
	height:218px;
	background:#dcdcdc;
	}

#destaques {
	width:283px;
	height:175px;
	background:url(../images/h_destaque.jpg) no-repeat;
	}

#trabalhe {
	width:283px;
	height:47px;
	background:#fff;
	}

#estagio {
	width:255px;
	height:43px;
	}


#col_right {
	float:right;
	width:477px;
	background:#9d9d9d;
	}

#tit {
	width:477px;
	height:172px;
	}

#subtit {
	width:477px;
	height:47px;
	}
	
#conteudo {
	float:right;
	width:365px;
	background:url(../images/back_conteudo.jpg) top right no-repeat;
	padding:20px 20px 0 20px;
	}
	
#bot {
	clear:both;
	width:477px;
	height:40px;
	background: #FFF url(../images/conteudo_bot.jpg) no-repeat;
	}

#address {
	width:477px;
	height:50px;
	background:#fff;
	}

#rodape {
	clear:both;
	width:760px;
	height:20px;
	background:#fff;
	}

/************** Paragrafos e Fontes Diferentes ***************/

/*p{
	margin: 0px;
	padding: 0px;
}*/


.dst1{
	padding: 3px;
	text-align: left;
}


/************** header tag styles **************/

h1{
 FONT-SIZE: 18px;
 font-weight:bold;
 color: #fff;
}

h2{
 FONT-SIZE: 16px;
 font-weight:bold;
 color: #fff;
}

h3{
 FONT-SIZE: 14px;
 font-weight:bold;
 color: #fff;
}

h6{
 FONT-SIZE: 11px;
 font-weight:normal;
 font-style:italic;
 color: #333;
 padding:0 20px;
 margin:0;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:active{
	color: #fff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}	
	
	
a.linkbranco:link, a.linkbranco:visited, a.linkbranco:active{
	color: #fff;
	text-decoration: underline;
}
a.linkbranco:hover{
	color: #999;
	text-decoration: underline;
}		
	
	
	
	/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
				
input, select, textarea{
font-family: Arial;
FONT-SIZE: 12px;
}

select.busca{
width:280px;
margin:17px 5px 5px 5px;
}
