body {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;
}
#menuPrincipal {
	text-align: left;
	vertical-align: middle;
	height: 75px;
	margin-top: 15px;
	margin-left: 25px;
}
#conteudo {
	height: 410px;
	width: 565px;
	margin-left: 25px;
	margin-top: 0px;
	text-align: center;
	padding-top: 17px;
	background-image: url(../imagens/layout/bg_conteudo.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
#rodape {
	text-align: center;
	vertical-align: top;
	margin-left: 25px;
	width: 565px;
}


#titulo {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	width: 560px;
	margin-left: 28px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
#conteudo_home {
	height: 410px;
	width: 565px;
	margin-left: 30px;
	margin-top: 0px;
	text-align: left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 0px;
}
