body {
	background-color: #ffffff;
}

#logo { 
	background-image: url(media/logo.jpg);
	visibility: visible;
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 40px;
	top: 30px;
	z-index: 1;
	width: 185px;
	height: 125px;
}

h1 {
	font-size: 24px;
	font-family: arial, verdana, sans-serif;
	color: #000000;
	font-weight: bold;
}

#div1 {
	position: absolute;
	font-size: 10pt;
	z-index: 2; 
	left: 190px;
	top: 35px;
	width: 700px;
	color: darkgray;
	font-family: arial black;
	text-align: center;
}

#div2 {
	z-index: 2;
	font-family: arial;
	left: 175px;
	top: 175px;
	width: 650px;
	position: absolute;
	text-align: center;
	font-size: 11pt; 
	color: black;
	font-style: normal;
}

#catering1,
#catering2,
#catering3 {
	position: absolute;
	text-align: center;
	font-size: 11px; 
	color: black;
	font-style: normal;
}

#catering1 {
	left: 150px;
	top: 175px;
	width: 775px;
	letter-spacing: 1px;
}

#catering1 p {
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
}
	
#catering2 {
	font-family: arial;
	font-size: 18px;
	width: 300px;
	left: 200px;
	top: 400px;
}

#catering3 {
	width: 750px;
	left: 150px;
	top: 600px;
}

#catering3 p {
	font-family: arial black;
	font-size: 16px;
}

#picbldg {
	visibility: visible;
	position: relative;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 300px;
	height: 199px;
	left: 550px;
	top: 360px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-align: center;
}
	
	

A.main 			{font-family: arial,verdana; font-size: 12px; font-weight:bold; color: #bbbbbb; text-decoration:none;}
A.main:visited 	{font-family: Arial,Verdana; font-size: 12px; font-weight:bold;  color: #bbbbbb; text-decoration:none;}
A.main:hover 	{font-family: Arial,Verdana; font-size: 12px; font-weight:bold;  color: #000000; text-decoration:none;}
A.main:active 	{font-family: Arial,Verdana; font-size: 12px; font-weight:bold;  color: #000000; text-decoration:none;}

A.bottom 			{font-family: arial,verdana; font-size: 8px; font-weight:bold; color: #000000; text-decoration:none;}
A.bottom:visited 	{font-family: Arial,Verdana; font-size: 8px; font-weight:bold;  color: #000000; text-decoration:none;}
A.bottom:hover 	{font-family: Arial,Verdana; font-size: 8px; font-weight:bold;  color: #ffffff; text-decoration:none;}
A.bottom:active 	{font-family: Arial,Verdana; font-size: 8px; font-weight:bold;  color: #ffffff; text-decoration:none;}

A.alt 			{font-family: arial,verdana; font-size: 18px; font-weight:bold; color: #ffffff; text-decoration:none;}
A.alt:visited 	{font-family: Arial,Verdana; font-size: 18px; font-weight:bold;  color: #ffffff; text-decoration:none;}
A.alt:hover 	{font-family: Arial,Verdana; font-size: 18px; font-weight:bold;  color: #000000; text-decoration:none;}
A.alt:active 	{font-family: Arial,Verdana; font-size: 18px; font-weight:bold;  color: #000000; text-decoration:none;}

A.outsidea 	{font-family: arial,verdana,sans-serif; font-size: 18px; font-weight: bold;  color: #666666; text-decoration: none;}
A.outsidea:visited {font-family: arial,verdana,sans-serif; font-size: 18px; font-weight: bold; color: #666666; text-decoration: none;}
A.outsidea:hover {font-family: arial,verdana,sans-serif; font-size: 18px; font-weight: bold; color: #aa0000; text-decoration: underline;}
A.outsidea:active {font-family: arial,verdana,sans-serif; font-size: 18px; font-weight: bold; color: #aa0000; text-decoration: underline;}


#homebtn,
#menubtn,
#caterbtn,
#awardsbtn {
	visibility: visible;
	position: absolute;
	top: 125px;
	z-index: 5;
}

#homebtn  {
	left: 325px;
}

#menubtn  {
	left: 425px;
}

#caterbtn  {
	left: 525px;
}

#awardsbtn  {
	left: 625px;
}

#homebtn a,
#menubtn a,
#caterbtn a,
#awardsbtn a {
	background-repeat: no-repeat;
	visibility: visible;
	display: block;
	width: 100px;
	height: 20px;
	background-position: 0% 0px;
	font-size: 20px;
	line-height: 20px;
}

#homebtn a  {
	background-image: url(media/nav_home.gif);
	background-repeat: no-repeat;
	visibility: visible;
	width: 100px;
	height: 20px;
}

#menubtn a  {
	background-image: url(media/nav_menu.gif);
	background-repeat: no-repeat;
	visibility: visible;
	width: 100px;
	height: 20px;
}

#caterbtn a  {
	background-image: url(media/nav_cater.gif);
	background-repeat: no-repeat;
	visibility: visible;
	width: 100px;
	height: 20px;
}

#awardsbtn a  {
	background-image: url(media/nav_awards.gif);
	background-repeat: no-repeat;
	visibility: visible;
	width: 100px;
	height: 20px;
}

#homebtn a:hover,
#menubtn a:hover,
#caterbtn a:hover,
#awardsbtn a:hover {
	background-position: -100px 0%;
}