/* CSS Document */

body{
	background-image:url(imagens/bg.jpg);
	background-repeat:repeat-x;
	background-color:#2c2c2c;
	margin-top:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF
	}

img{
	border:none
	}	
	
.container_up{
	width:990px;
	height:616px;
	border:10px #000000 solid;
	margin-bottom:10px
	}

.up_brothers{
	float:left;
	width:377px;
	height:616px;
	}

.direita{
	float:left;
	width:613px;
	height:616px;
}

.menu{
	background-image:url(imagens/bg_menu.jpg);
	background-repeat:repeat-x;
	width:613px;
	height:27px;
	clear:both

	}
	
.conteudo{
	background-image:url(imagens/bg_conteudo.jpg);
	background-repeat:repeat-x;
	width:613px;
	height:501px;
	clear:both

	}
	
.cidade{
	background-image:url(imagens/bg_cidade.jpg);
	background-repeat:repeat-x;
	width:613px;
	height:88px;
	clear:both
	}

.icones{
	color:#999999
	}
	
.icones a{
	color:#999999;
	text-decoration:none
	}
	
.icones a:hover{
	text-decoration:underline
	}
	
.menu{
	font-size:12px;
	color:#999999;
	text-transform:uppercase}
	
.menu_item{
	padding-right:20px;
	vertical-align:bottom
	}