body { background-color: #FFFFE7; }

/* colors
#655f50  body 
#943734  maroon accent color
*/

body { background-color: #FFFFE7; }

p {
	color: #655f50;
	line-height: 140% !important;
}
	
.PageTitles {
	color: #943734; /* xxxx, overriding the site styles by virtue of the css cascade */
}

a:link {  color: #943734; text-decoration: none; }
a:visited {  color: #943734; text-decoration: none; }
a:hover {  color: #655f50; background-color: none; text-decoration: underline;}

#shiftUp {
/* to snug content table up to site nav bar */
	margin-top: -10px;
}


.backgroundMain { /* of a table */
	background-image: url(../dining_interface/dining_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffe7;
}

#relative {
	position: relative; /* unused currently; no subnav */
}


#ContentBox {   
	width: 653px;
	height: 1081px;
	min-height: 1081px;
	margin: 210px 0 0 151px;
	overflow: visible;
	position: relative; /* for the absolute fork */
}

.introParagraph {  /* to shift over the dining title and intro paragraph */
	width: 355px;
	padding: 50px 0 0 118px;
	font-weight: bold;
}

.firstParagraph {  /* no numbers allowed in names! */
	width: 600px;
}



.photoLeft {
	float: left;
	margin: 10px;
}

.photoRight {
	float: right;
	margin: 10px;
}

.rowspacing td {
	padding: 4px 0 4px 0;
	margin: 0;}


.rowspacing td p {
	font: 12px/120% Arial, sans-serif !important;
}


