body {
	margin: 0;
	padding: 0;
	background: #F2F2F2 url(../images/page/grad-bg.gif) top repeat-x;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #5D5D5D;
}
#container {
	margin: 0 auto;
	width: 980px;
	background: #FFFFFF url(../images/page/page-bg.gif) top center repeat-y;
}
#header {
}


#content {
	background: url(../images/page/page-top-bg.gif) top center no-repeat;
	padding: 65px 85px 0;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	line-height: 34px;
	font-weight: normal;
	color: #999999;
}
h2 {
	margin: 30px 0 15px;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #999999;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
}
p {
	margin: 12px 0;
}
a {
	color: #5D5D5D;
}
ul {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0 0 7px 30px;
	background: url(../images/page/bullet.gif) no-repeat left top;
}
form {
	margin: 0;
}
form td {
	padding: 0 10px 10px 0;
}
input, select, textarea {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #5D5D5D;
}

.rightcontent {
	width: 370px;
	vertical-align: top;
}
.pixcolumn {
	text-align: center;
	vertical-align: top;
	padding-right: 70px;
}

.clear {
	clear: both;
}


#footer {
	clear: both;
	margin-top: 50px;
	padding: 20px 10px;
	background: #F2F2F2 url(../images/page/footer-bg.gif) top center no-repeat;
	color: #BDBDBD;
}
#footer table {
	width: 100%;
}
#footer td {
	font-size: 10px;
	line-height: 14px;
}
#footer a {
	color: #A8A8A8;
	text-decoration: none;
	padding: 0 7px;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}


.separator {
	margin: 35px 0 30px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	background: url(../images/page/dots.gif) top left repeat-x;
}

.boxlink {
	display: block;
	float: right;
	border: 1px solid #E6E6E6;
	background: #F2F2F2 url(../images/page/bullet2.gif) left no-repeat;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #898989;
	padding: 0 5px 0 15px;
}
.boxlink:hover {
	background-color: #F8F8F8;
	color: #333333;
/*	text-decoration: underline;*/
}



#calendar {
	width: 496px;
	background: #CF3C38 url(../images/calendar/cal-bg.jpg) top repeat-x;
}
#calendar th {
	background-color: #F1F1F1;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: normal;
	font-size: 9px;
	text-transform: uppercase;
	color: #AEAEAE;
}
#calendar td {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	width: 70px;
}
#calendar td a {
	display: block;
	font-size: 35px;
	line-height: 70px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
#calendar td a:hover {
	background-color: #E27F36;
	font-weight: bold;
	text-decoration: underline;
}

#blsd {
	padding-right: 30px;
}
#blsd h2 {
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 3px 8px 5px;
	float: left;
	text-transform: lowercase;
}
#blsd p {
	clear: left;
	margin: 0 0 20px 10px;
	padding: 8px 13px 10px;
	font-size: 11px;
	line-height: 15px;
}
#blsd a {
	color: #333333;
}

.breakfast h2 {
	background-color: #E8483B;
}
.breakfast p {
	background-color: #FDECEB;
}

.lunch h2 {
	background-color: #E89E3B;
}
.lunch p {
	background-color: #FAECD8;
}

.dinner h2 {
	background-color: #7CBC66;
}
.dinner p {
	background-color: #E5F2E0;
}

.snacks h2 {
	background-color: #6698BC;
}
.snacks p {
	background-color: #E0EAF2;
}



