BODY {background-color:#1C4E25;}
* {
	font-family:arial ;
}
div#bigbox {
	margin:0px;
	padding:1px;
	background-color:white;
	border: 2px solid #85152E;
	width: 600px;
}

div#home a {background-image: url("images/home_off.gif"); width:72px;height:37px;display:block; }
div#about a { background-image: url("images/about_off.gif"); width:70px;height:37px;display:block;}
div#menu a { background-image: url("images/menu_off.gif"); width:65px;height:37px;display:block;}
div#events a { background-image: url("images/events_off.gif"); width:72px;height:37px;display:block;}
div#location a { background-image: url("images/location_off.gif"); width:99px;height:37px;display:block;}
div#reservations a { background-image: url("images/reservation_off.gif"); width:120px;height:37px;display:block;}
div#contact a { background-image: url("images/contract_off.gif"); width:102px;height:37px;display:block;}

div#home a:hover { background-image: url("images/home_on.gif"); width:72px;height:37px;display:block;}
div#about a:hover { background-image: url("images/about_on.gif"); width:70px;height:37px;display:block;}
div#menu a:hover { background-image: url("images/menu_on.gif"); width:65px;height:37px;display:block;}
div#events a:hover { background-image: url("images/events_on.gif"); width:72px;height:37px;display:block;}
div#location a:hover { background-image: url("images/location_on.gif"); width:99px;height:37px;display:block;}
div#reservations a:hover { background-image: url("images/reservation_on.gif"); width:120px;height:37px;display:block;}
div#contact a:hover { background-image: url("images/contract_on.gif"); width:102px;height:37px;display:block;}

A  {text-decoration: none; color: #85152E}
A:hover {color: green; text-decoration: underline;}
A:active {color: blue; text-decoration: none;}

p.one {font-family:arial;font-size: 8pt;}
p.two   {font-family:arial;font-size: 10pt;}
p.three {font-family:arial;font-size: 12pt; color: #55715A; text-decoration: none; font-weight: bold}


span.header {font-family: Verdana; font-size: 12pt; color: #85152E; text-decoration: underline; font-weight: bold;}


/* ABOUT US */
.about_image {
	margin-right:10px;
	margin-top:10px;
	margin-left:10px;
}
p.aboutblock {
	padding: 10px 15px 10px 10px;
   font-size:10pt;
	line-height:16pt;
}


/* menu page */


.foodmenu A {
	color:#85152E ;
	background-color: #E6A759 ;
	font-size:8pt;
	
}
.menu_wrapper {
	margin-top :10px;
	padding:0px;
}
.menu_image {
	margin-right:10px;
}

p.foodmenu { /* top, right, bottom, left */
	padding: 10px 10px 10px 10px;
   font-size:10pt;
	line-height:16pt;
}




.bull_icon {
	background-image: url(images/bull_icon.gif);
	background-repeat: no-repeat;
	width: 50px;
	height:49px;

}
.heart_icon {
	background-image: url(images/healthy_choice.gif);
	background-repeat: no-repeat;
	width: 50px;
	height:49px;
}
.spacer_icon {
	width: 50px;
	height:49px;
}


/* POT PIES */

p.potblocks {
	font-size:9pt;
	padding:3px;
	line-height:16pt ;
}

p.potblocks1 {
	font-size:9pt;
	padding:3px;
	line-height:16pt ;
	background-color: #EFEFEF ;
}

/* misc details */

.blocktitle {
	float:left;
	clear:left;
	font-weight:bold;
}

.price {
	float:right;
	clear:right ;
	
}

div#footer table {
	margin-top : 5px;
	width:350px;
}



div#footer td {
	font-family : arial;
	font-size : 8pt;
	color : silver;
	text-align : left;
	width : 50%;
}

div#footer A {
	color : gray;
	text-decoration : none;
}

div#footer A:hover {
	text-decoration : underline;
	color: silver ;
}
