table
{
	cursor:           default;
}
body
{
	background-color: #FFFFFF;
	background-image: url(images/back.gif);
	cursor:           default;
	margin-top:       20px;
	margin-bottom:    20px;
	margin-left:      0px;
	margin-right:     0px;
	border:           0px;
	overflow-y:       scroll;
}
table
{
	font-family:      times, times new roman, serif;
	font-size:        14px;
	color:            black;
	font-weight:      normal;
	font-style:       italic;
}
#container
{
	padding-top:      10px;
	padding-bottom:   20px;
	width:            670px;
	border:           2px solid #D4201C;
	background-color: white;
}
#header
{
	border:           0px;
	padding-bottom:   40px;
	width:            610px;
}
#navArea img
{
	border:           0px;
	width:            89px;
	height:           26px;
}
td.phone
{
	font-family:      times, times new roman, serif;
	font-weight:      bold;
	font-style:       normal;
	color:            #C00000;
	font-size:        18pt;
	text-align:       center;
	padding-top:      10px;
}
td.address
{
	font-family:      times, times new roman, serif;
	font-weight:      bold;
	font-style:       normal;
	color:            black;
	font-size:        17px;
	padding-top:      8px;
	text-align:       center;
}
td.hours
{
	font-family:      times, times new roman, serif;
	font-style:       italic;
	color:            black;
	font-size:        14px;
	font-weight:      normal;
	padding-top:      10px;
	text-align:       center;
}
td.credit
{
	padding-top:      10px;
	text-align:       center;
}
#leadin
{
	width:            630px;
	text-align:       left;
	font-family:      times, times new roman, serif;
	font-size:        14px;
	color:            black;
	font-weight:      normal;
	font-style:       italic;
	padding-bottom:   10px;
	padding-top:      20px;
}
#feet 
{
	width:            100%;
	text-align:       center;
	padding-top:      16px;
	padding-bottom:   0px;
	font-family:      arial, times, times new roman, serif;
	font-style:       normal;
	font-size:        12px;
	font-weight:      normal;
}
#feet span
{
	font-size:        11px;
	margin-bottom:    2px;
	color:            #D4201C;
}
#rainbow
{
	padding-top:      5px;
	padding-left:     16px;
	padding-right:    16px;
}
span.highlight
{
	color:            #C00000;
}
div.menu
{
	width:            300px;
}
div.menu table.menu
{
	width:            100%;
	font-family:      times, times new roman, serif;
	font-size:        14px;
	color:            black;
	font-weight:      bold;
	background-color: white;
}
div.menu table.menu tr
{
	height:           20px;
}
div.menu table.menu td.line
{
	width:            100%;
	background-image: url("images/ellipses.gif");
}
div.menu table.menu span.item
{
	font-style:       normal;
	padding-right:    10px;
	background-color: white;
}
div.menu table.menu td.price
{
	padding-left:     10px;
	color:            #C00000;
}
div.menu table.menu td.subtext
{
	font-size:        12px;
	font-style:       italic;
	font-weight:      normal;
	padding-bottom:   5px;
	padding-left:     5px;
	color:            #494747;
}
div.menu table.menu td.condi
{
	font-size:        12px;
	font-style:       italic;
	font-weight:      normal;
	padding-top:      10px;
	padding-bottom:   10px;
	color:            #494747;
	text-align:       center;
}
A
{
    cursor:           hand;
    cursor:           pointer;
}
A:Link
{
    color:            #808080;
    text-decoration:  none;
}
A:Visited
{
    color:            #808080;
    text-decoration:  none;
}
A:Hover
{
    color:            #C00000;
    text-decoration:  underline;
}
.newspaper
{
	text-align:       justify;
	text-justify:     newspaper;
	line-height:      120%;
}
.indenter
{
	text-align:       justify;
	text-justify:     newspaper;
	line-height:      120%;
	text-indent:      20px;
}