body {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	background-color:#fff;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

#topo {
	width:100%;
	height:120px;
	background-color:#C5E2F0;
	border-bottom:#FFF solid 1px;	
}
#bg {
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	margin:0;
	width:100%;
	height:auto;
	}
#rodape {
    width:100%;
	height:150px;
	background-color:#CCC;
	border-top:#999999 solid 1px;
	
}
#conteudoRodape {
width:900px;
text-align:center;
margin:0 auto;
margin-top:10px;
padding:10px;
}

#tudo {
width:900px;
text-align:left;
margin:0 auto;
padding:10px;
}

#conteudo {
padding:0;
}
#linha {
	width:280px;
	border-top:#999999 dotted 1px;
	margin-right:20px;
	
}
