	
	body {background: #eeeeee;}
	
	#menu-bg
	{
	width: 660px;
	height: 16px;
	margin-left: 49px;
	text-align: center;
	background: #ffffff url('../images/menu-bg.jpg') left repeat-x;
	display: block;
	}
	.menu 
	{
	position: relative;
	background: #ffffff url('../images/menu-bg.jpg') left repeat-x;
	display: block;
	float: right;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border-left: 2px solid #ffffff;
	height: 16px;
	padding: 0 5px 0 5px;
	}
	.menu:hover
	{
	color: #ffffff;
	background: #000080;
	text-decoration: none;
	}
	
	.menuselected
	{
	position: relative;
	background: #000080;
	display: block;
	float: right;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border-left: 2px solid #ffffff;
	height: 16px;
	padding: 0 5px 0 5px;
	}
		
	.loggedin 
	{
	position: relative;
	background: #ffffff url('../images/menu-bg.jpg') left repeat-x;
	display: block;
	float: left;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	padding: 0 5px 0 5px;
	}
			
	.content
	{
	line-height: 1.4em;
	}
	
	.supplier-menu
	{
	background: #ffffff url('../images/menu-bg.jpg') left repeat-x;
	height: 16px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	}
	
	.photo
	{
	margin: 0 10px 10px 0;
	}
	
	h1 {font-size: 15px; font-weight: bold;}
	
	.goodmsg {font-weight: bold; color: darkgreen;}
	.badmsg {font-weight: bold; color: crimson;}
	.edittitle {font-size: 14px; font-weight: bold; color: navy;}
	.menu-form {margin: 0 5px 0 0; float: left;}
