HTML	{		
		height: 100%;	
	}
BODY 	{		
		text-align:center;
		height: 90%;
		margin-left: 0px;
		margin-top: 5px;
		background-color: #E4EAC2;
		font-family: Arial, Verdana, Helv, Helvetica, Sans-Serif;
		font-size: 13px;		
		color: #0A3B1F;	}
IMG	{
		border: none;
	}
A	{
		color: #0A3B1F;
 		font-weight: bold;
	}
DIV#header	{
		background-image: url('images/bg_01.jpg');
 		width:800px;
		height:150px;
	}
TABLE#wrapper	{
		background-color: white;
		text-align:left;
		height:100%;
 		width:800px;
 		border-style: solid;
 		border-color: #64B84A;
 		border-width:1px;
	}
TABLE#main	{
		background-image: url('images/bg_05.jpg');
 		background-repeat: no-repeat;
	}
#menu TD	{
		height: 25px;
		font-size: 11px;
		padding-left: 2px;
		background-color: #5D7C9F;
 		background-image: url('images/bg_07.png');
		background-position: right;
		
	}

#menu A	{
		color: white;
 		text-decoration: none;
		font-weight: bold;
	}
#menu A:hover	{
		color: #ADEAEE;
	}
DIV#footer 	{
		color: white;
	 	width:802px;
 		height:32px;
 		background-image: url('images/bg_12.png');
	}
TD#content	{	
		padding-right: 20px;
	}
DIV#bubble_top 	{
		font-weight: bold;
		font-size: 16px;
		padding-top: 10px;
	 	width:575px;
		height:30px;
 		background-image: url('images/top.png');
		background-position: top;
 		background-repeat: no-repeat;
	}
DIV#bubble_bot 	{
	 	width:555px;
 		background-image: url('images/bot.png');
		background-position: bottom;
 		background-repeat: no-repeat;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
DIV#ad	{
		width:800px;
		color: #9F9F9F;
		font-size: 10px;
		text-align: right;
	}
#ad	A {	
		color: #9F9F9F;
}
DIV#ad, DIV#footer,TABLE#wrapper	{		
		margin: 0 auto;
	}
DIV#menu-bottom	{
		height:25px;
 		background-image: url('images/bg_10.jpg');
 		background-position:bottom left;
	}
DIV#menu-bottom, #menu TD	{
		background-repeat: no-repeat;	
}
DIV.section-title	{
		font-weight: bold;
		padding-left: 105px;
		padding-top: 24px;
		height: 30px;
		background-repeat: no-repeat;
		font-size: 14px;
		width: 400px;		
	}
DIV#cheese	{
	background-image: url('images/cheese.png');
	}
DIV#sausage	{
	background-image: url('images/sausage.png');
	}
DIV#fish	{
	background-image: url('images/fish.png');
	}
DIV#bread	{
	background-image: url('images/bread.png');
	}
DIV#pastry	{
	background-image: url('images/pastry.png');
	}
