* {
	margin:0px;
	padding:0px;
}

body {
	height:100%;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", Arial;
	font-size:13px;
}

img {
	border:0px none;
}

#wrapper {
	width:960px;
	margin:0px auto;
}

#content-right {
	/*float:left;*/
	width:960px;
}

#content-right #right-col {
	/*float:left;*/
	width:940px;
	padding-left:20px;
	color:#444444;	
}

#printButton {
  padding:20px 0 0 0 !important;
}

#content-right #right-col img {
	/*float:left;*/
	padding:0px 20px 20px 0px;
}

#logo {
	/*float:left;*/
	width:255px;
	height:91px;
	padding:22px 0px 0px 37px;
}

#main-nav-container {
	/*float:left;*/
	width:960px;
	height:120px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:30px;	
}
/*
#footer-container {
	width:960px;
	height:74px; /* tem de ser igual à margem de topo do footer *//*
	clear:both;
	margin:-74px 0 0 0;
}*/

#footer {
	width:960px;
	color:#FFFFFF;
	font-size:10px;
	float:left;
	padding-top:40px;
}

#footer-links-copyright {
	padding-top:10px;
	/*float:left;*/
	color:#999999;
	border-top:1px solid #e9e9e9;
	width:960px;
}

#footer-links-copyright a.copy {
	font-size:10px;
	margin:0px;
	color:#999999;
	text-decoration:none;
}

/* Regra criada para permitir usar este css directamente na pagina do item1 */
#top-nav, #rss, #main-nav, #content-left, #left-col, #footer-container{
  display: none;
}
