/*------------------------------------------------------------------------------------
      Global Styles
    ------------------------------------------------------------------------------------*/
    * {
        padding:0;
        margin:0;
		z-index:0;
    }
    h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0; }
    li, dd { margin-left:5%; }
    fieldset { padding: .5em; }
    select option{ padding:0 5px; }

    .hide, .print-logo, .close-button{ display:none; }
    .left{ float:left; }
    .right{ float:right; }
    .clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
    a img{ border:none; }


body {
	background-image: url(fundo_all.jpg);
	background-color:#ffffff;
	background-position:top center;
	background-attachment:fixed;
	margin:0 auto;
	font-family:helvetica,arial;
	font-size:13px;
}
#wrapper{
	width:952px;
	margin:0 auto;
	background-image: url(fundo_wrapper.png);	
}

#header,#content {
		margin-left:5px;
		width:942px;
}
sf-menu, .sf-menu * {
z-index:1000;
}

#header {
	background-image: url(header_bg.jpg);	
	height:78px;
	color:#fff;
	z-index:20;}

#content{
	padding:8px;
	   z-index:1;
}
#content_interno{
	   z-index:1;
	width:934px;
	padding:8px;
	
}
#content_interno p {
	margin-bottom:20px;
}
#noticias{
	position:relative;
	float:left;
	width:650px;

}

#proximos_jogos {
	float:left;
	position:relative;
	margin-left:8px;
	width:268px;	
	font-size:10px;
	
}

#content h1{
	font-size:19px;
	font-weight:bold;
}

#content img {
	margin:0px 8px 0px 0px;
}

#na_imprensa,#destaques {
	padding:8px;	
	float:left;
	min-height:100px;
	font-size:12px;
}
#noticias a {
 text-decoration:none;	
}
#noticias a:hover {
 text-decoration:underline;	
}

#jogos {
	width:634px;
	
}
#jogos ul {
	float:left;	
	
}
#proximos_jogos h2, #na_imprensa h2,#destaques h2,#jogos h2 {
	color:#4c7e12;
	font-size:15px;
	
}
#jogos h3 {
	color:#4c7e12;
	font-size:13px;
	font-weight:bolder;
}



#jogos li {
		background-color:#e4e4e4;
		width:292px;
		font-size:10px;
		float:left;
		list-style:none;
		margin:4px 8px 4px 0px;
		height:75px;
		padding:8px;
	
}
#proximos_jogos li {
		background-color:#e4e4e4;		
		font-size:10px;
		float:left;
		list-style:none;
		margin:4px 8px 4px 0px;		
		padding:8px;
	
}