/* CSS Document */

body { 
  color : #000000; 
  background : #ffffff;
	background-image: url(../images/flemings_logo_small.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
  /*font-family : "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
  font-size : 10pt;
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#header	{
	margin-left: 30px;
	margin-right: 30px;
	height: 100px;
	border-bottom: #003399 thin solid;
}
#header h1	{
	float: left; 
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch: expanded;
	font-weight: bold;
	color:#000066;
	text-align: center;
	margin-left: 80px;
	margin-top: 15px;
}

#menu, #news, #footer { 
  display : none; 
} 
.copyright	{
	font-size: 8pt;
}
