﻿* { padding: 0; margin: 0; }


a:visited {
  color: black;	
}
a:link {
	color:black;
}
a:active {
	color:black;
}
a:hover {
	color:black;
}

body {
 font-family: Trebuchet MS, Tahoma, Verdana, Microsoft Sans Serif;
 font-size: 12px;
 background-image:url('/Style%20Library/pt-pt/SGMF/imagens/v4/body-background.jpg');
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header {
 width: 900px;
 height: 380px;
 padding: 10px;
 /*background-image: url('/Style%20Library/pt-pt/SGMF/imagens/v4/starttab-background.jpg');*/
 background-image: url('/Style%20Library/pt-pt/SGMF/imagens/background.jpg');
 	z-index: 1;
}

#footer { 
 width: 920px;
 color: #333;
 background: white;
 font-size: 10px;
}

#page_content_wrapper {
	width: 920px;
	color: #333;
	margin-top: -238px;
}

#page_content_wrapper table {
	width: 100%;
	border-spacing: 0px 0px;
}

#page_content_wrapper td {
	vertical-align: top;
}

#right_navigation_menu {
	width: 220px;
	background-color: silver;
}

#page_content {
	padding-top: 10px;
	height: 100%;
}

#news_list {
	width: 900px;
	height: 220px;
	margin-left: 10px;
}