body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #2c4c7d url('bg.png');
	background-repeat: repeat-x;
	color: #333;
}

#logo_top
{
	position: relative;
	top: -77px;
	left: 29px;
	margin-bottom: -77px;
	width: 370px;
	height: 77px;
	background: url('logo_top.jpg');
}

#page
{
	border: 1px solid #d7d7d7;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	background-color: white;
	text-align: left;
	padding: 0 1px 0 1px;
	background: #e0e0e0 url('bg_cinzento.png');
	background-position: 30px 172px;
	background-repeat: repeat-x;
}





#menu
{
	position: relative;
	top: -475px;
	margin-left: 70px;
	width: 216px;
	font-size: 160%;

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
}

#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}

#menu li
{
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#menu li#top
{
	border-top: 1px solid #90bade;
}

#menu li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 183px;
}

html>body #button li a
{
	width: auto;
}

#menu li a:hover
{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}




#content
{
	margin-left: 305px;
	margin-top: -435px;
	width: 425px;
	font-size: 120%;
	padding-bottom: 25px;
	/*border: 1px solid black;*/
}

#footer
{
	padding: 5px;
	background: #2175bc;
	width: 730px;
	height: 1.3em;
	border: 2px solid #e0e0e0;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}


.destaque_big
{
	text-align: center;
	font-size: 170%;
}

.destaque1
{
	font-size: 150%;
}

.destaque2
{
	text-align: right;
	font-size: 150%;
}


#contact_form
{
}

.align_right
{
	text-align: right;
}

.align_left
{
	text-align: left;
}

form table input,textarea
{
	width: 230px;
}
