@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/* GERAL */

*, HTML {
	margin:0px;
	padding:0px;
}

HTML {
	background-color:#000000;
	width:100%;
	background-position:70px;
	background-repeat:repeat-x;
}

#degrade {
	text-align:center;
	background-image:url(images/degrade.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:710px;
}

#geral {
	width:710px;
	margin:0 auto;
	margin-top:25px;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url(images/fundo_branco.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#main {
	width:690px;
	margin:0 auto;
}


/* LOGO */

#geral a.logo {
	display:block;
	margin:0 auto;
	margin-top:10px;
	width:690px;
	height:94px;
	background-color:000000;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-9999px;
	overflow:hidden;
}

/* MENU */

#menu {
	width:690px;
	height:50px;
	margin:0 auto;
	border-bottom-color:#bcbcbc;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:22px;
	background-color:#FFFFFF;
}



#menu li {
	display:inline;
	list-style:none;
}

#menu a {
	color:#81817f;
	line-height:50px;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	margin-left:25px;
	margin-right:25px;
}

#menu a:hover {
	color:#ff3333;
}

#menu a.selecionado {
	color:#ff3333;
}


/* CONTEUDO */

#conteudo {
	width:690px;
	background-color:#ffffff;
	border-right-color:#bcbcbc;
	border-right-style:solid;
	border-right-width:1px;
	padding-bottom:25px;
	float:left;
}

#conteudo h1 {
	width:670;
	height:40px;
	color:#000000;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	line-height:40px;
	text-align:left;
	text-transform:uppercase;
	background-color:#e0e0e0;
	padding-left:40px;
	margin-bottom:30px;
}

#conteudo h1.meio {
	margin-top : 30px;
}

#conteudo h2 {
	color:#666666;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:95%;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	padding-left:40px;
	margin-bottom:20px;
	margin-top:20px;
}

#conteudo h3 {
	color:#000000;
	font-family:Helvetica, sans-serif;
	font-size:90%;
	text-align:left;
	text-decoration:underline;
	padding-left:40px;
	margin-bottom:8px;
}

#conteudo p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	text-align:centert;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
}

#conteudo ul {
	margin-left:80px;
	margin-bottom:20px;
}

#conteudo li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	text-align:left;
	margin-right:40px;

}

/* RODAPE */

#rodape {
	width:710px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#e0e0e0;
	clear:both;
	text-align:right;
}

#rodape a {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
