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

body{
	background:url(../../layout/bg_site.gif);
	}

#tudo{
	width:750px;
	margin:0 auto;			
	text-align:left; /* hack do IE */
	}

#topo{
	width:750px;
	background: url(../images/topo.jpg);
	height:213px;
	}
	
#navegacao{
	width:120px;
	float:left;
	}

#principal{
	height:auto;
	float:left;
	width:600px;
	margin-left:10px; 	
	text-align:justify;
/*	border:dotted #B0C4DE;
	border-width: 1px 1px 0 1px;*/
	padding: 0 10px;
	background:#FFFFFF;
	}
	
#apoio{
	width:120px;
	float:right;
	border:solid #CCCCCC;
	border-width: 0 1px;
	}
	
#rodape{
	clear:both;
	text-align:left;
	border-top:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	padding:5px;
	a:link
	
	}
	#rodape a:link {
		color: #666666;
		text-decoration: none;
	}
	#rodape a:visited {
		text-decoration: none;
		color: #666666;
	}
	#rodape a:hover {
		text-decoration: underline;
		color: #666666;
	}
	#rodape a:active {
		text-decoration: none;
		color: #666666;
	}