body {
	background: url(imgs/bg.jpg);
	margin: 0px;
	height: 100%;
}

/* divs */

div#tudo {
	background: #80D8F2;
	width: 770px;
	height: 100%;
	display: table;
	margin: 0 auto;
	z-index:2;
	position:relative;
}

div#conteudo {
	background: #80D8F2;
	margin: 0px;
	width: 770px;
}

div#rodape {
	float:left;
	background: #32829D url(imgs/bg_rodape.jpg) no-repeat center top;
	width: 770px;
	margin: 0 auto;
	
}

div#faixa {
	background: url(imgs/faixa.gif) repeat-x top;
	right: 0;
	width:50%;
	top: 0;
	position:absolute;
	z-index: 0;
}

div#esquerda {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	width: 490px;
	float: left;
}

div#direita {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 230px;
	float: left;
}

div#sidebar {
	float: left;
	width: 180px;
	margin: 0px 0px 0px 10px;
}


/* textos e links */

h1 {

	font-family: Verdana, Tahoma, Arial;
	font-size: 26px;
	color: #276478;
	text-decoration: none;
	font-weight: normal;
	border-bottom:1px dashed #276478;
	
}

h2 {
	font-family: "Verdana", Tahoma, Arial;
	font-size: 12px;
	color: #276478;
	text-decoration: none;
	font-weight: normal;
}

h3 {
	font-family: "Verdana", Tahoma, Arial;
	font-size: 12px;
	color: #276478;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
}

h5 {
	font-family: "Verdana", Tahoma, Arial;
	font-size: 16px;
	color: #0E242B;
	text-decoration: none;
	font-weight: bold;
}

a.classe1:link{
	font-family: "Verdana", Tahoma, Arial;
	font-size: 12px;
	color: #276478;
	text-decoration: underline;
	font-weight: bold;
}

a.classe1:visited{
	font-family: "Verdana", Tahoma, Arial;
	font-size: 12px;
	color: #276478;
	text-decoration: underline;
	font-weight: bold;
}

a.classe1:hover{
	font-family: "Verdana", Tahoma, Arial;
	font-size: 12px;
	color: #276478;
	text-decoration: underline;
	font-weight: bold;
}

a.classe1:active{
	font-family: "Verdana", Tahoma, Arial;
	font-size: 12px;
	color: #276478;
	text-decoration: underline;
	font-weight: bold;
}

a.classe2:link{
	font-family: "Verdana", Tahoma, Arial;
	font-size: 16px;
	color: #0E242B;
	text-decoration: none;
	font-weight: bold;
}

a.classe2:visited{
	font-family: "Verdana", Tahoma, Arial;
	font-size: 16px;
	color: #0E242B;
	text-decoration: none;
	font-weight: bold;
}

a.classe2:hover{
	font-family: "Verdana", Tahoma, Arial;
	font-size: 16px;
	color: #0E242B;
	text-decoration: none;
	font-weight: bold;
}

a.classe2:active{
	font-family: "Verdana", Tahoma, Arial;
	font-size: 16px;
	color: #0E242B;
	text-decoration: none;
	font-weight: bold;
}

h4 {
	font-family: Arial, Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}

#esquerda {
	font-family: Arial, Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;	
}

#esquerda a:link a:active a:hover{
	font-family: "Verdana", Tahoma, Arial;
	font-size: 12px;
	color: #276478;
	text-decoration: underline;
	font-weight: normal;
	text-align: right;
}

#direita {

	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #0E242B;	
	
}

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

#sidebar a {
	color: #333333;
	text-decoration: none;
}

#sidebar a:hover {
	color: #999999;
	text-decoration: underline;
}

.campos {
background-color:#ffffff;
font: 12px Arial;
color:#276478;
margin-right: 20px;
border: 0px;
}