body {
	background-color: #fff;
	background-image: url('images/steelback3.jpg');
	background-color: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	}

html {
	margin: 0;
	padding: 0;
	border: 0;
	}



/* ----------------------------- These are div things -------------------- */

#holder {
	margin:auto;
	width: 760px;
	height: 100%;
	}

#topnumber {
	background: #000 url('images/topnumber.jpg') no-repeat;
	margin: auto;
	width: 760px;
	height: 36px;
	text-align: right;
	}

#topnumber p {
	color: #615e6e;
	margin-top: 15px;
	margin-right: 15px;
	font-weight: bold;
	} 

#topscanam {
	background: #000 url('images/topscanam.jpg') no-repeat;
	margin: auto;
	width: 760px;
	height: 93px;
	}

#red {
	background: #a22d2c url('images/redback.gif') repeat-x;
	margin: auto;
	width: 760px;
	height: 27px;
	}

#foodpics {
	border: 0;
	padding: 0;
	margin: 0;
	width: 760px;
	height: 105px;
	}

#content {
	background: #fff url('images/forkback.jpg') no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	width: 760px;
	height: 500px;
	}

#mainbox {
	position: relative;
	border: 1px solid #000;
	top: 17px;
	left: 10px;
	width: 496px;
	height: 156px;
	} 

#mainbox p	{
	margin: 0;
	padding: 10px 10px 18px 10px;
	font: 10pt sans-serif;
	}

 #navbox {
	display: inline;
	margin-top: 17px;
	margin-right: 10px;
	float: right;
	width: 230px;
	height: 156px;
	border: 1px solid #000;
	text-transform: uppercase;
	} 

#navbox ul {
	list-style-type: none;
	margin: 0;
	padding: 15px 0 0 15px;
	}

#navbox li {
	margin: 0;
	padding-bottom: 15px;
	font: 12pt sans-serif;
	color: #a22d2c;
	font-weight: bold;
	}

#navbox ul a {
	color: #a22d2c;
	text-decoration: none;
	}

#navbox ul a:hover {
	color: #263570;
	}

/* ----------------------------- Classes and spans and such -------------------- */
	
.redtext {
	color: #a22d2c;
	margin-top: 15px;
	}

.bigredtext {
	color: #a22d2c;
	font: 12pt sans-serif;
	font-weight: bold;
	}
