*{
	padding: 0;
	margin: 0;
}

#menu {
	padding:  5px;
	border-bottom: 1px solid #CCCCCC;
	color: #999999;
}

	#menu a:link, #menu a:visited {
		color: #3399ff;
		text-decoration: none;
		padding: 0 5px 0 5px;
	}
	
	#menu a:hover {
		color:#999999;
		text-decoration: underline;
	}

#conteudo {
	text-align: center;
	color: #999999;
	height: 450px;
}

	#conteudo img{
		margin: 100px 0 0 0;
	}
	
	#conteudo a:link, #conteudo a:visited {
		color: #3399ff;
		text-decoration: none;
	}
	
	#conteudo a:hover {
		color:#999999;
		text-decoration: underline;
	}

#rodape {
	color:#999999;
}

	#rodape .esquerda{
		float: left;
		margin: 0 0 0 20px;
	}
	
	#rodape .direita{
		float: right;
		margin: 0 20px 0 0;
	}
	
	#rodape a:link, #rodape a:visited {
		color: #3399ff;
		text-decoration: none;
	}
	
	#rodape a:hover {
		color:#999999;
		text-decoration: underline;
	}