body {
	background-image: url(../images/cadastro-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}
#header {
	background: url(../images/cadastro-bg.gif) 0 0 repeat-x;
}
#header div.submenu {
	height: 16px;
	text-align: right;
	padding-top: 10px;
	color: #AAA;
}
#header div.submenu a {
	color: #666;
	text-decoration: none;
}
#header div.submenu a:hover {
	color: #000;
	text-decoration: underline;
}
#header h1 {
	margin: 0;
	height: 100px;
	width: 230px;
	background: url(../images/cadastro-logo-p.gif) 0 50% no-repeat;
	text-indent: -999999px;
}
#content input.login-box {
	text-transform: lowercase;
}
#content.home {
	background: url(/images/home-bg.jpg) 0 100% repeat-x;
}
#content.home div.entry {
	background: url(/images/home-img.jpg) 0 100% no-repeat;
	height:270px;
	padding: 80px 0 0 0;
}
#content.home ul {
	margin: 0 0 0 428px;
	padding: 0;
}
#content.home ul li {
	text-decoration: none;
	list-style: none;
	margin: 0 20px 40px 0;
	float: left;
	padding: 0 0 0 28px;
	background-position: 0 -2px;
	background-repeat: no-repeat;
}
#content.home ul li.financeiro {
	background-image: url(/images/ico_financeiro.png);
}
#content.home ul li.academico {
	background-image: url(/images/ico_educacional.png);
}
#content.home ul li.pessoal {
	background-image: url(/images/ico_pessoal.png);
}
#content.home ul li.profissional {
	background-image: url(/images/ico_profissional.png);
}
#content.home ul li a {
	display: block;
	width: 200px;
	height: 80px;
	text-decoration: none;
	font-size: 12px;
	color: #444444;
}
#content.home ul li a strong {
	display: block;
	font-weight: normal;
	color: #868686;
	font-size: 16px;
	margin-bottom: 2px;
}
#content.home ul li a:hover strong {
	text-decoration: underline;
}
#content.home ul li a strong span {
	color: #202020;
}
#content.home p.info {
	color: #868686;
	font-size: 11px;
	clear: both;
	margin: 20px 0 0 458px;
}