/* CSS */
html, body {
	height: 100%;
	font-family: Arial;
	font-size:12px;
	background-image: url(../imagens/bg_02.jpg);
	background-repeat:repeat;
	margin: 0;
	}
#tudo { 
	width:auto;
	position: relative;
	margin: auto;
	text-align:left;
	background-image:url(../imagens/bg_01.jpg);
	background-repeat:repeat-x;
	padding:10px;
	}
#conteudo {
	width:780px;
	padding-bottom:30px;	
	min-height: 100%;
	margin-bottom:10px;	
	background-color: #FFFFFF;	
	background-image:url(../imagens/bg_03.jpg);
	background-repeat:no-repeat;
	margin:auto;
	}
#topo {
	width:780px;
	height:150px;
	}
#topo a {
	text-indent:-9999px;
	display:block;
	width:780px;
	height:150px;
	}
#principal {
	width:510px;
	float:right;
	margin-right:30px;	
	}

#lateral {
	width:225px;
	float:left;
	}

#menu {
	width:200px;
	float:left;
	padding-top:10px;
	margin-left:25px;
	margin-bottom:20px;
	}
#menu a {
	padding:2px;
}
#menu ul{
	margin:0px;
}
#menu li{
	list-style:none;
	background:#CCCCCC;
	margin-left:-40px;
	width:140px;
}
#menu li a{
	width:140px;
	margin-bottom:2px;
	padding:3px 5px 3px 5px;
	background:#CCCCCC;
	display:block;
}
#menu li a:hover{
	width:140px;
	margin-bottom:2px;
	padding:3px 5px 3px 5px;
	background:#FF9900;
	display:block;
}

#menu h3{
	margin:0px;
	margin-left:-40px;
	height:25px;
}


#rodape {
	width:760px;
	padding:10px;
	background-color:#8B826A;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:auto;
	margin-top:10px;
}


a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#663300;
	text-decoration:none;
	font-weight:bold;
}


.botao-vaga {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
	text-decoration:none;
	font-weight:bold;
}

.botao-vaga a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
	text-decoration:none;
	font-weight:bold;
}

h1, h1 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#663300;
	text-decoration:none;
}

h2, h2 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#663300;
	text-decoration:none;
}


