@charset "utf-8";
/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-image: url(../img/fundo_.jpg);
	background-color: #595959;
	background-repeat: repeat-x;
	font-family: arial, hevetica, sans-serif;
	font-size: 85%;
	text-decoration: none;
}

h2
{
	color: #FF9900;
	font-weight: bold;
	margin: 0 0 2px 0;
	font-family: arial;
	font-size: 120%;
	text-decoration: none;
}

h2 a { text-decoration: none; }

h3
{
	color: #FF9900;
	font-weight: bold;
	margin-top: 0;
	font-family: arial;
	font-size: 106%;
	text-decoration: none;
}

#container
{
	margin: 0em auto;
	width: 905px;
	text-align: left;
	background-color: #fff;
	border: 0px none #fff;
	text-decoration: none;
}

#header
{
	height: 169px;
	width: 100%;
	background-image: url(../img/topo5.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/*
#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }
*/
#flashmenu
{
	width:905px;
	height:40px;
	text-decoration: none;
}

#menu
{
	float: right;
	width: 200px;
	border-left: 1px solid #ff9900;
	padding-left: 0px;
	text-decoration: none;
}

#contents {
	margin: 0 200px 0px 10px;
	text-decoration: none;
}
#contents p {
	line-height: 165%;
	text-decoration: none;
}

#footer
{
	clear: both;
	color: #FFFFFF;
	text-align: right;
	font-size: 90%;
	text-decoration: none;
	border: 0px none #fff;
}

