@charset "utf-8";
/* CSS Document */

html,body{
background:url('../image/bgHome.jpg') repeat-x;
margin:0;
padding:0;
height:100%;
line-height: 1.5em;

}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 986px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

}

#topsection{
margin:-5px;
height: 120px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

.topTube{

}

#contentwrapper{
	
	background:url('../image/bgContainer.png') no-repeat;
	float: left;
	width: 100%;
}

#contentcolumn{
	

}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #C8FC98;
}

#footer{
	clear: none;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 0;
}
.foot{
	width:100%;
	background:#000000;
	height:10px;
}
#footer a{
color: #FFFF80;
}



.innertube{

margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 1px;
margin-left:15px;
}

.top_00{

	width:100%;
	background:url('../image/bg_top_00.jpg') repeat-x;


}

.divBox{
	margin-top:0px;	
	float:left;
	height:230px;
	position:relative;
	width:910px;

}

.divBox ul {
display: inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.divBox li{
display: inline;
float:left;
margin-left:5px
}

.cartao{
position:absolute;
margin-top: 0px;
margin-left: 553px;

padding: 0;
}

.conteudo{
padding-left:85px;
padding-right:85px;
text-align:justify;

}

.miniConteudo{
font-family:Arial, Helvetica, sans-serif;
padding-top:15px;
padding-left:25px;
padding-right:25px;
padding-bottom:15px;
text-align:justify;

}
.rodaP{
	display:inline;
	width:900px;
	background-color:#FFFFFF;
	
	
}

.rodaP ul{

	display: inline;

}

.rodap li{

	display: inline;
	float:left;

}

.style2 {font-family: Arial, Helvetica, sans-serif}
.style13 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:#AC0000;}
.style14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



