#header {
	background: #fff;
	height: 170px;
	width: 960px;
	margin: 0 auto;
}

#header img {

	float: left;

}

#header a:link, #header a:visited {

	color: #4e4e4e;

	text-decoration: none;

}

#header a:hover, #header a:active {

	color: #4e4e4e;

	text-decoration: underline;

}

#nav-usuario {

	background: #5283bd;

	line-height: 30px;

	text-align: right;

	color: #FFF;

	border-bottom: 7px solid #fff;

}

#nav-usuario p {

	width: 960px;

	margin: 0 auto;

	padding: 0 0 0 0;

}

#nav-usuario a {

	color: #FFF;

	text-decoration: underline;

}

#nav-usuario a.icon-suapagina {

	background: url(../images/icon-home.gif) left top no-repeat;

	padding: 0 7px 0 20px;

}

#nav-usuario a.icon-cadastrar {

	background: url(../images/icon-cadastrar.gif) left top no-repeat;

	padding: 0 7px 0 18px;

}