/* 
title - Marchetti's - 
	<td width="426"><h1 Class="Title"> Marchetti's </h1> </td>
	
footer - Si Mangia, etc... -
	<td colspan="3" valign="middle"> <h1 class="Footer">"Si Mangia Sempre Bene" &nbsp;&nbsp;&nbsp;  Buon Appetito!</h1>	</td>

button colors --
home - #510000
foodMenu - #cf9241
drinkMenu - #87aa94
awards - #7e5050
directions - #2b4232
aboutUs - #8e8e49
*/



/* background color for the content part of the pages */
Body {
	font-family: Verdana, Helvetica, sans-serif;
    color: #5C3D38;
    font-size:  12px;
	background-color: #510000; /* #white*/
	background-attachment: fixed;
	/*background-image: url(pictures/background.bmp);*/
}

TD.FoodMenuLinks  {
    font-family: Arial;
    font-size:  13px;
    color: #315B55;
	text-align: left;
}

p  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12;
}

.Title  {
    font-family: Monotype Corsiva, Verdana, Helvetica, sans-serif;
    font-size:  95px;
    font-weight:    bold;
	font-style: italic;
    color: #510000;
	text-align: center;
	vertical-align: middle;
}

.Footer  {
    font-family: Monotype Corsiva, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    bold;
    color: #315B55;
	text-align: center;
}

.Address  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    color: #5C3D38;
	text-align: right;
	vertical-align: baseline;
}

/* Headers */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #5C3D38;
}

.Welcome  {
    font-family: Monotype Corsiva, Verdana, Helvetica, sans-serif;
    font-size:  25px;
    font-weight:    bold;
    color: #5C3D38;
}

.Benvenuto  {
    font-family: Monotype Corsiva, Verdana, Helvetica, sans-serif;
    font-size:  35px;
    font-weight:    bold;
    color: #315B55;
	text-align: center;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: #5C3D38;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #5C3D38;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    normal;
    color: #5C3D38;
}

.menuHead {
   font-family: Arial, Georgia, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #5c3d38;
}

.menuCategory {
   font-family: Georgia, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: bold;
   font-style: italic;
   color: #5c3d38;
   text-align: center;
}

.menuItem {
   font-family: Arial, Georgia, Helvetica, sans-serif;
   font-size: 12px;
   font-style: italic;
   color: #5c3d38;
}

A:link  {
    text-decoration:    none;
    color:  #315B55;
	font-size: 12px;
	font-weight: bold;
}

A:visited   {
    text-decoration:    none;
    color:  #315B55;
	font-size: 12px;
	font-weight: bold;
}

A:active    {
    text-decoration:    none;
    color:  #315B55;
	font-size: 12px;
	font-weight: bold;
}

A:hover {
    text-decoration:    underline;
    color:  #315B55;
	font-size: 12px;
	font-weight: bold;
}