/* CSS D	{ument */


body	{
	background-color: #9DD05B;
	width: 100%;
}

div#mother	{
		
		width: 722px;
		background: white;
		margin: 0pt auto;
}	


div#tablemain	{
		
		height: 109px;
		margin: 0pt auto;
}

div#navbar	{
		font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		background: #008000;
		font-size: 22px;
		font-weight: bold;
		line-height: 45px;
		position: static;
		text-align: center;
		width: 723px;
		height: 45px;
		
}


div#navbar a:link 	{
			color: white;
			display: inline;
			margin: 1px;
			padding-left:18px;
			padding-right: 18px;
			text-decoration: none;
			
}

div#navbar a:visited 	{
			color: white;
			display: inline;
			margin: 1px;
			padding-left: 18px;
			padding-right: 18px;
			text-decoration: none;
				
}

div#navbar a:active	{
			color: white;
			display: inline;
			margin: 1px;
			padding-left: 18px;
			padding-right: 18px;
			text-decoration: none;
}

div#navbar a:hover 	{
			color: yellow;
			display: inline;
			margin: 1px;
			padding-left: 18px;
			padding-right: 18px;
			text-decoration: none;

}	


div#content	{
		background: white;
		border: medium solid #008000;
		width: 715px;
		
}



div#content img	{
		margin-left: 40px;
		float: left;

	
}

h1	{
		font-family: Papyrus;
		font-size: 26px;
		text-align: center;
		color: #008000; 
}

p.intro		{
		font-family: Papyrus;
		font-size: 18px;
		text-align: center;
		color: #008000; 
		
}

p	{
		font-family: "Lucida Sans Unicode",Verdana,Arial,sans-serif;
		text-align: center;
		font-size: 14px;
		color: black;
}

p.catering	{
		font-family: "Lucida Sans Unicode",Verdana,Arial,sans-serif;
		text-align: center;
		font-size: 22px;
		color: red;
		 
}
		
.footer	{
		text-align: center;
}
	



