@charset "UTF-8";
/* CSS Document */


#container {
	width:940px;
	display:table;
	margin:0 auto;
	float:inherit;
}

h2 {
    color:#E52545;
    }

#logo {
    width:126px;
	height:526px;
	float:left;
	}
	
#topo {
    width:806px;
	height:154px;
	float:left;
	}
	
#texto {
    width:806px;
	height:650;
	display:table;
	float:left;
	}
	
#texto2 {
    width:500px;
	height:auto;
	display:table;
	padding-left:35px;
	padding-top:2px;
	padding-right:8px;
    font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	float:left;

	}
	
	
#img {
    width:230px;
	height:215;
	float:right;
	padding-right:15px;
	padding-top:20px;
	}	
	

#rodape a:hover, .tabsmenuclass a.selected{
    color: black;
    }

