/* CSS Document */

a:link {
	color: #660000;
}

a:hover, a:active {
	text-decoration: none;
	color: #660000;
}

a:visited {
	color:#660000;
}

img{
border:0 0 0 0;
}



.container{
width: 1024px;
height:auto;
margin:0 auto;
background-image:url(imagens/f_01.jpg);

}

.cabecalho{
margin-top: 0px;
margin-left: 0px;
width: 1024px;
background-image:url(imagens/topo.jpg);
background-repeat: no-repeat;
height:225px;
}

.rodape{
margin-bottom:0px;
margin-left: 0px;
width: 1024px;
background-image:url(imagens/img_07.jpg);
background-repeat: no-repeat;
height:25px;
clear:both;
}

.container_conteudo{
width: 1024px;
height:768px;
margin: 0 auto;			
padding: 0px;
background-repeat: repeat-y;  
text-align:left; /* "remédio" para o hack do IE */	
}


.conteudo{
width: 1024px;
height:768px;
margin: 0 auto;			
padding: 0px;
background-repeat: repeat-y;  
text-align:left; /* "remédio" para o hack do IE */	
}

.menu{
margin-left:15px;
margin-top:10px;
float:left;
}


.atualizacao{
margin-top: 10px;
margin-left:40px;
float:left;
width: 190px;
height:350px;
}

.login{
margin-top: 10px;
margin-right:25px;
float:right;
width: 140px;
height:350px;
}

.ultimasnoticias{
margin-top: 10px;
margin-left:10px;
float:left;
width: 500px;
height: auto;
}

.destaque{
margin-top: 10px;
margin-left:10px;
float:left;
width: 450px;
height:350px;
}

#rawa{
background-image:url(fotos/radio.gif);
background-position:top left;
background-repeat:no-repeat;
height:100px;
padding:25px;
padding-left: 100px;

}

#yogi{
background-image: url(fotos/mryogi.jpg);
background-position:top left;
background-repeat:no-repeat;
height:350px;
padding:25px;
padding-left: 100px;
}

.coluna_01{
margin-top: 10px;
margin-right:25px;
float:right;
width: 150px;
height:250px;
clear: inherit;
}

.coluna_02{
margin-top: 10px;
margin-left:10px;
float:right;
width: 210px;
height:auto;
}



p.comentario {	text-align: center;
	font-size: 11px;
	color:#333333;
}

.page{
clear:both;
text-align: center;
font-size:12px;
}

.clearFull{
display: block;
clear: both;
} 



/* Inicio menu*/
#menubv {
width: 13em;
padding: 0;
margin: 0;
font:  11px Geneva, sans-serif;
}
#menubv ul {
list-style: none;
margin: 0;
padding: 0;
}
#menubv li {
border-bottom: 1px solid #f00;
margin: 0;
list-style: none;

}
#menubv li a {
display: block;
padding: 5px 5px 5px 0.5em;
font-weight:bold;
border-left: 10px solid #660000;
border-right: 10px solid #fff5ee;
background-color: #FFCC66; /* #ffe4e1;*/
color: #808000;
text-decoration: none;
}
#menubv li a:hover {
border-left: 10px solid #000000 ;
border-right: 10px solid #fff;
background-color: #006600 /* #fff0f5;*/
color: #ccc;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#menubv  li { float: left; height: 1%; }
* html ul#menubv  li a { height: 1%; }
/* End */






