body {
	background: #FDB812 url(imgs/bg_sobre.jpg) no-repeat center top;
	margin: 0px;
	height: 100%;
}

/* divs */

div#tudo {
	width: 770px;
	height: 100%;
	margin: 0 auto;
}

div#conteudo {
	margin: 0px;
	width: 766px;
	height: 170px;
	float: left;
}

div#esquerda {
	padding: 10px 10px 10px 10px;
	background: #FFF8F2;
	margin: 0px 0px 0px 0px;
	width: 525px;
	float: left;
	height: 100%;
}

div#direita {
	padding: 10px 10px 10px 10px;
	background: #FFF8F2;
	margin: 0px 0px 0px 0px;
	width: 192px;
	float: right;
	height: 100%;
}


/* textos e links */

h1 {

	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 24px;
	color: #EEA702;
	text-decoration: none;
	font-weight: bold;
	
}

h2 {
	font-family: "Verdana", Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

h3 {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}

#esquerda {
	font-family: "Verdana", Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	height: 100%;
	
}

#direita {
	
}

#direita a:link a:active a:hover{
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	
}
