@charset "utf-8";
/* CSS Document */

body{
	background: url(../imagens/fundo.jpg);
	background-attachment:fixed;
}

#pag{
	width:800px;
	margin:0 auto;
}

#topo{
	width:100%;
	height:175px;
	background: url(../imagens/fd_topo.png);
	background-repeat:no-repeat;
}

#menu{
	float:left;
	margin-top:120px;
	margin-right:3%;
	width:97%;
	height:auto;
}

#menu ul{
	margin: 0;
	vertical-align:bottom;
	list-style:none;
	text-align:center;
}

#menu ul li  a{
	text-decoration:none;
}

#menu ul li a{
	float:right;
	background: url(../imagens/fd_menu2.png);
	width:100px;
	height:20px;
	font-family:arial black;
	font-weight:bolder;
	font-size:14px;
	color:#000;
	font-variant:small-caps;
	cursor:pointer;
	margin-bottom:3px;
	margin-left:15px;
}

#menu ul li a:hover{
	background:url(../imagens/fd_menu1.png);
	background-repeat:no-repeat;
	color:#fff;
	font-size:16px;
	width:100px;
}

#menu .foc, #menu .foc:hover{
	background:url(../imagens/fd_menu3.png);
	background-repeat:no-repeat;
	color:#F00;
	font-size:16px;
	width:100px;
	cursor:default;
}

#corpo{
	width:100%;
	min-height:520px;
	height:auto;
	background:url(../imagens/fd_corpo.png);
}


#bv{
	float:left;
	margin-left:2%;
	font-family:Verdana;
	color:#F00;
	font-weight:bolder;
	font-size:10px;
	width:48%;
	}

#time{
	float:left;
	margin-right:2%;
	font-family:Verdana;
	color:#F00;
	font-weight:bolder;
	font-size:10px;
	width:48%;
	text-align:right;
}

#side_l{
	width:200px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	text-align:center;
}

#side_l h2, #side_r h2{
	font-size:20px;
	text-align:center;
	font:verdana;
	font-variant: small-caps;
	font-weight:bolder;
}

#side_l ul li a, #side_r ul li a{
	text-decoration:none;
}


#side_l ul{
	list-style:none;
	margin-left:-40px;
	width:200px;
	text-align:center;
}

#side_r ul{
	list-style:none;
	margin-left:-40px;
	width:200px;
	text-align:center;
}


#side_l ul li a, #side_r ul li a{
	display:block;
	background: url(../imagens/botao_21.jpg);
	width:200px;
	height:30px;
	font-family:Arial Black;
	font-size:13px;
	color:#555;
	cursor:pointer;
	margin-bottom:4px;
	line-height:25px;
	text-align:center;
}

#side_l ul li a:hover, #side_r ul li a:hover, #side_l ul li .foc2, #side_r ul li .foc2{
	background: url(../imagens/botao_22.jpg);
	color:#000;
	font-size:14px;
}

#faixa{
	clear:both;
	text-align:center;
}

#palco{
	padding-top:19px;
	width:750px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#side_r{
	float:right;
	background:#fff;
	width:200px;
	margin-right:15px;
	margin-top:10px;
	text-align:center;
}

#footer{
	width:100%;
	height:80px;
	background:url(../imagens/fd_footer2.png);
	text-align:center;	
}

#footer label{
	font-size:14px;
	font-weight:bolder;
	font-variant:small-caps;
}
	
