@charset "utf-8";
/* CSS Document */

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: underline;
}
a:active {text-decoration: none}

#clear{
	clear:both;	
}

#topo{
	margin:0px auto;
	width:820px;
	padding:25px;
	padding-bottom:0px;
}

#conteudo{
	margin:0px auto;
	width:770px;
	padding:25px;
}

#rodape{
	background-color:#f17900;
	border-top:5px solid #888888;
	padding:25px;
}
#conteudo_rodape{
	margin:0px auto;
	width:820px;
}
