*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

body
{
	background: #FFF;
	color: #000;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
	width: 900px;
	font-family: "Myriad Pro",Myriad,Tahoma,Arial,Helvetica,sans-serif;
}

h1 {
	font-size:62px;
	font-weight:normal;
	letter-spacing:-1px;
	padding-bottom:0;
	background-color:#FFD84C;
	color:#000;
	float:left;
	padding:9px 12px;
	position:relative;
}
h2 {
	background:none repeat scroll 0 0 #000000;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	padding:3px 5px;
	position:absolute;
	left:30px;
	top:-19px;
	line-height:1.1em;
	padding-bottom:5px;
	font-style:inherit;
	outline:0 none;
	vertical-align:baseline;
}

p
{
	clear: both;
	font: 18px;
}

p a
{
	background: inherit;
	color: #000;
}

p a:hover
{
	background: inherit;
	color: #000;
}

.logo {
	position: relative;
	float: left;
}

.logomarca {
	position: relative;
	float: right;
}
.logomarca img {
	position: relative;
}

#main{
	font-family: "Myriad Pro", Myriad, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 27px;
	position: relative;
	width: 413px;
	padding: 20px;
	float: left;
}
#main a {
	color: #9A9A9A;
}
#main a:hover {
	color: #000;
}

#lateral {
	position: relative;
	padding: 12px;
	background-color: #F3F3F3;
	left: 10px;
	width: 409px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	height: 409px;
}

#rodape {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: center;
}
#rodape a {
	color: #666;
}

