body {
	margin: 0px;
	background: url(../images/bg.jpg) center repeat-y #000000;
}

a:link		{ text-decoration: none; color: #ffffff }
a:visited	{ text-decoration: none; color: #ffffff }
a:hover		{ text-decoration: none; color: #ff9b60 }

.c:link		{ text-decoration: none; color: #FFFFFF }
.c:visited	{ text-decoration: none; color: #FFFFFF }
.c:hover	{ text-decoration: none; color: #FFFFFF }

.ia:link		{ text-decoration: none; color: #BBBBBB }
.ia:visited		{ text-decoration: none; color: #BBBBBB }
.ia:hover		{ text-decoration: none; color: #155F10 }

.f:link		{ text-decoration: none; color: #000000 }
.f:visited	{ text-decoration: none; color: #000000 }
.f:hover	{ text-decoration: none; color: #2C9426 }

.p:link		{ text-decoration: none; color: #9A9A9A }
.p:visited	{ text-decoration: none; color: #9A9A9A }
.p:hover	{ text-decoration: none; color: #000000 }



/* Headers */

h2{
	font-family: Georgia;
	font-size: 36px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	color: #ffffff;
	margin-bottom: 7px;
}

h3{
	font-family: Georgia;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0px;
	color: #ffffff;
	margin-bottom: 7px;
}

h4{
	font-family: Arial;
	font-size: 15px;
	margin: 0px;
	color: #ffffff;
	margin-bottom: 7px;
}



/* Fonts */

.bodytext {
	font-family: Georgia;
	font-size: 13px;
	color: #ffffff;
}

.foodname {
	font-family: Georgia;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}

.description {
	font-family: Georgia;
	font-size: 11px;
	color: #ffffff;
}




/* Calendar */

.calendar h2 {
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: -1px;
	border: 0px;
	margin: 0px;
}

.calendarDay {
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	color: #ffffff;
}

.calendarDayNumber {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
}

.calendarDayNumber a {
	color: #ffffff;
}

#event1 {
	padding: 2px;
	background-color: #413972;
	color: #000000;
	margin-bottom: 4px;
}

#event1 a:hover {
	color: #000000;
}





#base a{
	text-decoration: none;
	color: #ffffff;
}

#base a:hover{
	color: #ff9b60;
	text-decoration: none;
}

#base {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 7px;
}

#copyright {
	font-family: Arial;
	font-size: 10px;
	color: #ff9b60;
}

#copyright a{
	color: #ff9b60;
}

#copyright a:hover{
	color: #ffffff;
}

.arrownavBlarge {
	float: left;
	width: 200px;
	margin-bottom: 4px;
	background: url(../images/arrow.gif) no-repeat;
	padding-left: 9px;
	font-family: Georgia;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

.arrownavBlarge:hover {
	color: #ff9b60;
	/* text-decoration: none; */
}