body {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #38302A;
	margin-right: 10px;
	font-size: 10pt;
	/*background-image:url(images/newPics/backGradient.jpg);
	background-repeat:repeat-y;*/
	background-color:#97918D;
	
	margin-left:15%;
}
table td p
{
	font-weight:bold;
}
h1 {
	font-size: larger;
	font-weight: bolder;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #FFC3FE;
	text-align: right;
	margin-right: 10px;
}
.photo {
	margin: 1px;
	height: auto;
	width: auto;
	margin-right: 10px;
	text-align: inherit;
}
a:link {
	color: #980098;
	text-decoration: none;
}
a:visited {
	color: #99009B;
	text-decoration: none;
}
a:hover
{
	text-decoration:underline;
}


.menu_note 
{
	font-size: smaller;
	font-style: italic;
	
}

#type
{
	font-style:italic;
	font-weight:bold;
	}

/*added css for examples on menu 3*/

.menu_note2
{
	font-size:12px;
	/*font-weight:bold;*/ 
	color:#990099;
	font-style:italic;
}
#title 
{
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}


/*for the contact page*/
#contactPic
{
	/*padding-left:75px;*/

}

/*EO contact Page*/
/*example tester*/
#title2
{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
.menu_note3
{
	font-size:12px;
	font-weight:bold; 
	color:#990099;
	font-style:italic;
}
/*end of tester*/


#foodTable
{
	float:left;
	margin-left:2em;
}
#foodPic
{	
	 float:left;
}
/*end of setup for new menu items*/

/*setup for rounded corners*/

b.rtop, b.rbottom
{display:block;background: #99918F}
b.rtop b, b.rbottom b
{display:block;height: 1px;
    overflow: hidden; background: #51695D}
b.r1
{margin: 0 5px}
b.r2
{margin: 0 3px}
b.r3
{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4
{margin: 0 1px;height: 2px}
 

#roundedInternet
{ 
	margin-left:.25em;
	background-color:#51695D;
	color:#FC78FC;
} 
#roundedInternet p
{
	padding-left:.3em;
	padding-right:.25em;
	size:12px;
}
/*end of setup of rounded corners*/


/*for drop down menus on catering page*/
a.noDecor { text-decoration: none; color: black }
table.noShow {visibility:hidden; position:absolute }
#sandwiches1
{
	background-color:#97918D;
}
/*end of drop down menus*/

/*editing the espresso pics in the 1st menu page*/
#espresso1
{
	float:left;
}


/*setup for buttons*/

button
{
	color:#990099;
	background-color:#97918D;

}