body{
	background: black;
	font-family: "Trebuchet MS";
	}

#Cabecalho{
	background: url(../tema/header.jpg) top center no-repeat;
	height: 167px;
	}

#Pagina {
	background: url(../tema/pagina.jpg) top center repeat-x black;
	}

#wrapper{
	width: 780px;
	margin: 0px auto;
	}

#logolink{
	display: block;
	width: 270px;
	height: 160px;
	text-indent: -5000px;
	}

/**************************************************************************/
/** MENU **/

#Menu {
	width: 580px;
	margin: 0px auto;
	}

#Menu li{
	float: left;
	margin: 0px 5px;
	padding: 7px 5px;;
	}

#Menu li a:link, #Menu li a:visited{
	color: 	white;
	font-variant:small-caps;
	text-decoration: none;
	padding: 5px;
	font-size: 16px;
	}

#Menu li.ativo{
	background: url(../tema/menu-ativo.png) right bottom;
	}

#Menu li.ativo a{color: black;}
#Menu li:hover {background: url(../tema/menu-hover.png) right bottom;}

/**************************************************************************/
/** Conteudo **/

#Conteudo{
	padding-top: 20px;
	clear: left;
	width: 662px;
	margin: 0px auto;
	color: white;
	min-height: 300px;
	}

#Conteudo #banner{margin-bottom: 20px;}

#Conteudo .noticia {min-height: 150px;}

#Conteudo .noticia img{
	border: 4px solid #e5e5e5;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
	}

#Conteudo h2{
	color: #FFE959;
	font-size: 26px;
	margin-bottom: 10px;
	}

#Conteudo p{
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 16px;
	}

#Conteudo hr{
	border: none;
	border-top: 1px dashed orange;
	margin: 20px;
	}
	
#Conteudo p a{color: yellow; text-decoration: none;}

/**************************************************************************/
/** Rodape **/

#wrapper_rodape{
	background: url(../tema/wrapper-rodape.png) top center repeat-x black;
	}

#Rodape{
	background: url(../tema/rodape.png) top center no-repeat;
	width: 800px;
	height: 117px;
	position: relative;
	margin: 0px auto;
	}

#Rodape ul{
	width: 500px;
	position: absolute;
	top: 81px;
	left: 50px;
	text-align: center
	}

#Rodape ul li{
    display: inline;
    padding: 7px;
	}

#Rodape ul li a{color: white; text-decoration:none;}
#Rodape .ativo{background: #ff8200}
#Rodape .ativo a{color: black;}
