/* ----- Header Layout Elements ----- */
body {
/*	text-align:				center;*/
	padding:				0;
	padding-top:			5px;
	padding-bottom:			5px;	
	margin:				0;
	font-family: 			Arial, Verdana, sans-serif;
	background-color:		#e0e0e0;
}
#flag {
	position:				absolute;
	width: 				200px;
	height: 			155px;
	margin-left:			50px;
	margin-top:			15px;
	background-image: 		url('images/flag_small.jpg');
	background-repeat:		no-repeat;
}
#header {
	position:			absolute;
	width:				880px;
	height:				105px;
	margin-left:			280px;
	margin-top:			10px;
	clear:				both; 
	font-family: 			Arial, Verdana, sans-serif;
	text-align:			Center;
	font-size: 			60px;
	font-weight: 			bold;
	text-shadow:			4px 4px black;
	Color:				blue;
/*	background-color:		#0000bb;*/
}

#menu {
	position:			absolute;
	width:				1100px;
	height:				60px;
	margin-left:			50px;
	margin-top:			110px;
	font-size: 			30px;
	font-weight: 			bold;
	text-align:			Center;
/*	background-color:		#00cc00;*/
}
#menu_home {
	position:			relative;
	width:				110px;
	height:				50px;
	margin-left:		0px;
	margin-top:			0px;
	border: 			4px solid blue;
	border-radius: 		10px;
}
#menu_bowls {
	position:			relative;
	width:				110px;
	height:				50px;
	margin-left:		122px;
	margin-top:			-57px;
	border: 			4px solid blue;
	border-radius: 			10px;
}
#menu_pens {
	position:			relative;
	width:				100px;
	height:				50px;
	margin-left:		243px;
	margin-top:			-58px;
	border: 			4px solid blue;
	border-radius: 			10px;
}
#menu_small {
	position:			relative;
	width:				190px;
	height:				50px;
	margin-left:		356px;
	margin-top:			-58px;
	border: 			4px solid blue;
	border-radius: 			10px;
}
#menu_misc {
	position:			relative;
	width:				180px;
	height:				50px;
	margin-left:		558px;
	margin-top:			-58px;
	border: 			4px solid blue;
	border-radius: 			10px;
}
#menu_lamps {
	position:			relative;
	width:				205px;
	height:				50px;
	margin-left:		750px;
	margin-top:			-58px;
	border: 			4px solid blue;
	border-radius: 			10px;
}
#menu_jewels {
	position:			relative;
	width:				160px;
	height:				50px;
	margin-left:		970px;
	margin-top:			-58px;
	border: 			4px solid blue;
	border-radius: 			10px;
}
#menu_text {
	position:			relative;
	margin:				10px 10px 10px 10px;
}
