html {
	min-height: 100%;
	margin-bottom: 1px;
	padding: 0px;
	border: 0px;	
}

body {
	margin: 0px ;
	background-color: #003300;
	background-image: url(images/bg-blue-stripe.gif);
	background-attachment: fixed;
	text-align:center
}

#wrapper
{
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	padding: 0px;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	}
	
body,p,li,dd,dt,ol,ul,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
#banner {
	width: 690px;
	background-color: #000000;
}

#content{
	width: 690px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#navoptions {
	background-color: #EDEDE0;
	width: 100px;
	padding: 5px;


}

#column {
	background-color: #FFFFFF;
	padding: 0px;
	width: auto;
	margin: 5px;

}

#columna {
	background-color: #FFFFCC;
	padding: 5px;
	float: left;
	width: 320px;

}

#columnb {
	width: 320px;
	background-color: #FFFFCC;
	padding: 5px;
	float: right;

}
#columnwide {
	width: 650px;
	background-color: #FFFFFF;
	padding: 20px;
}
.imagetoleft {
	margin: 1px;
	padding: 1px;
	float: left;
	border: 0px none #FFFFFF;
}
.imagetoright {
	margin: 0px;
	padding: 1px;
	float: right;
	border: 0px none #FFFFFF;
}

.rowlight {
	background-color: #E6EDFB;
}
.rowdark {
	background-color: #EEEEEE;
}
.rowhead {
	background-color: #000066;
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	width: 690px;
	background-color: #FFFFFF;
	color: #663300;
	text-align: center;
	border-top: thin dotted #CCCC99;
	border-right: thin none #CCCC99;
	border-bottom: thin none #CCCC99;
	border-left: thin none #CCCC99;
}


.smallfooter {
	font-size: 10px;
	color: #999999;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #006600;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	border-bottom-width: 1px;
	font-size: 16px;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #006600;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	border-bottom-width: 1px;
	font-size: 14px;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #006600;
	border-bottom-style: none;
	border-bottom-color: #006600;
	border-bottom-width: 1px;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}


.navoptionsbackground {
	background-color: #EDEDE0;
}
.contentbackground {
	background-color: #FFFFCC;
}
.bold {
	font-weight: bold;
	}
	
.lunchcategory {
	font-weight: bold;
	background-color: #CCCC99;
}

.lunchitem {
	font-weight: normal;
	background-color: #EDEDE0;
}
