body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#contentwrapper {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 770px;
	margin-left: 18px;
	text-align: center;
}
#weeklymenu {
	background-image: url(../images/weekly_menu_bg.gif);
	background-repeat: repeat-y;
	width: 369px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}
.weekday {
	color: #BF011E;
	font-weight: bold;
}
.normalcopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}
.footercopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}
.copystart {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #B4BC7B;
}
.submitbutton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #B4BC7B;
	border: 1px solid #999999;
	font-weight: bold;
}
.forminput {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #BC0120;
	text-decoration: underline;
}
a:visited {
	color: #BC0120;
	text-decoration: underline;
}
a:hover {
	color: #E00128;
	text-decoration: underline;
}
a:active {
	color: #E00128;
	text-decoration: underline;
}

