body {
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-image: url(bg.jpg);
	background-color: #404040;
	font-family: Georgia, Times New Roman, Times, serif;
}

.menu {
	line-height: 24px;
	font-size: 12px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	width: 870px;
	background-image: url(content-bg.jpg);
	color: #000000;
	text-align: justify;
}

#container a {
	text-decoration: underline;
	color: #666644;
}

#container a:hover {
	color: #DB2011;
	text-decoration: underline;
}

#content-width {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	line-height: 22px;
}

#header {
	background-image: url(header.jpg);
	width: 870px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
}
#headerlogo {
	text-align: center;
	padding-top: 35px;
}

#flash {
	margin-left: auto;
	margin-right: auto;
	width: 684px;
}

#locationmap {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	height: 403px;
	background-image: url(locationmapbg.gif);
	margin-top: 25px;
}
#eventsroom {
	margin-left: auto;
	margin-right: auto;
	width: 370px;
	height: 282px;
	background-image: url(eventsroombg.gif);
	margin-top: 25px;
}

.map {
	margin-top: 10px;
}

#footer {
	background-image: url(footer.jpg);
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	height: 135px;
	background-repeat: no-repeat;
}

#footertext {
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	color: #787878;
	padding-bottom: 5px;
}

#footertext a:link, a:visited {
	color: #787878;
	text-decoration: none;
}

#footertext a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.contenttext {
	color: #000000;
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
}

.contenttitle {
	color: #DB2011;
	font-size: 20px;
}

.logo {
	margin-top: 35px;
}

.bghilight {
	background-color: #FEF9BA;
}

#address {
	text-align: center;
	font-size: 12px;
	padding-top: 30px;
	color: #000000;
	line-height: 24px;
	font-weight: bold;
}

.menutitle {
	color: #DB2011;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.healthymenutitle {
	color: #060;
	font-size: 13px;
	font-weight: bold;
}

.intro {
	color: #009900;
	font-size: 23px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}

.imageborder {
	padding: 10px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
	
#navigation li {
	margin: 0;
	padding: 0;
	padding-right: 5px;
	display: inline;
}
	
#navigation a {
	color: #000000;
	padding: 5px 10px;
	text-decoration: none;
}
	
#navigation a:hover {
	color: #666644;
	text-decoration: none;
}
	
#navigation #currentpage a {
	color: #DB2011;
	text-decoration: none;
}

#menusnavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}
	
#menusnavigation li {
	margin: 0;
	padding: 0;
	padding-right: 5px;
	display: inline;
}
	
#menusnavigation a {
	color: #000000;
	padding: 5px 10px;
	text-decoration: none;
}
	
#menusnavigation a:hover {
	color: #666644;
	text-decoration: none;
}
	
#menusnavigation #currentpage a {
	color: #DB2011;
	text-decoration: none;
}

#menunavigationxmas ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}
	
#menunavigationxmas li {
	margin: 0;
	padding: 0;
	padding-right: 5px;
	display: inline;
}
	
#menunavigationxmas a {
	color: #009900;
	padding: 5px 10px;
	text-decoration: none;
}
	
#menunavigationxmas a:hover {
	color: #DB2011;
	text-decoration: none;
}

/**************** Form styles ****************/

form {
	padding: 10px;
}

input, textarea {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #ADADAD;
	color: #000000;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 2px;
	width: 280px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

label {
float: left;
width: 140px;
color: #000000;
font-size: 16px;
}

.submitbutton {
	width: 130px;
	margin-top: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
