	body{
		background:#FFF url(../images/bg_site.jpg) top repeat-x;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#636B75;
		line-height:124%;
	}
	#topo{
		background:url(../images/topo.jpg) top no-repeat;
		width:782px;
		margin:0 auto;
	}
	#menu_topo{
		float: left;
		margin-top:170px;
		margin-left:10px;
	}
	#postit{
		float:right;
	}
	#content{
		width: 782px;
		margin:0 auto;
		position:relative;
	}
	#sobre{
		display:inline;
		float:left;
		margin-left:10px;
		width:500px;
	}
	#conhecimentos{
		display:inline;
		float:left;
		margin-left:16px;
		width:255px;
	}
	#rodape{
		background:#EAEAEA url(../images/bg_rodape.jpg) repeat-x;
	}
	#rodape_content{
		margin:0 auto;
		width:782px;
	}
	#rodape_content_left{
		margin-top:14px;
		width: 500px;
		float:left;
	}
	#rodape_content_right{
		margin-top:14px;
		height:220px;
		width: 255px;
		float:right;
	}
	#rodape_autor{
		margin-top:30px;
		margin-bottom:10px;
		float:left;
		width:400px;
		color:#949494;
	}
	#rodape_nav{
		margin-top:30px;
		margin-bottom:10px;
		float:right;
		text-align:right;
		width:300px;
	}
	#contact_form_ok
	{
		display: none;
	}	
	
	.alert{
		display:none;
		font-size:10px;
		color:#CC0000;
	}
	.clear{
		display:block;
		clear:both;
	}
	.box{
		width:232px;
		float:left;
		margin-right:10px;

		height:230px;
		padding:8px;
		background:url(../images/molde_foto.jpg) no-repeat;
	}
	.portrait{
		position:relative;
		width:230px;
		height:188px;
	}
	.job_info{
		display:none;
		background:#000;
		color:#FFF;
		font-size:11px;
		padding:2px;
		position:absolute;
		bottom:0;
		left:0;
		width:224px;
		text-align:left;
		opacity: .75;
		-moz-opacity: .75;
		filter:alpha(opacity=75);
	}	
	.detalhes_job{
		margin-top:12px;
		text-align:left;
	}
	.field{
		border:1px solid #A5ACB2;
		padding:4px;
		width:100%;
		color:#0066CC;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-bottom:4px;
	}
	
/* links */
	a.laranja:link, a.laranja:visited{
		font-family:Arial, Helvetica, sans-serif;
		color:#FF7E00;
		text-decoration:none;
	}
	a.laranja:hover{
		font-family:Arial, Helvetica, sans-serif;
		color:#FF0012;
		text-decoration:none;
	}
/* /links */
	
/* Easy Slider */
	#slider{
		background:#FFF;
		padding-top:10px;
		padding-left:10px;
	   	-moz-border-radius: 8px;  
	   	-webkit-border-radius: 8px;  
	   	border-radius: 8px;
		margin:0; 
		position:relative;
	}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 

		margin: 0;
		padding:0;
		width:774px;
		height:254px;
		overflow:hidden; 
		text-align:center;
	}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:100px;
	}	
	#nextBtn{ 
		left:784px;
	}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
	#nextBtn a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
	}												

/* // Easy Slider */