html {
	height:100%;
	margin: 0 auto;
	}
body {
	height:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-color:#F1F1F1;
	padding: 0;
	margin:0 auto;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
/* layout style */
.wrapper {
	height:auto;
	border:0;
	width:950px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

.tableMain {
	width:950px;
	background-color:#FFFFFF;
	margin:0;
	border:0;
	}
	
.tableContent {
	width:950px;
	background-color:#ffffff;
	margin:0;
	border:0;
	}

.logo {
	padding-bottom: 5px;
	}

.headBar {
	background-image:url(../images/headBar.gif);
	width:950px;
	height:9px;
	}

.tdContent {
	padding-top: 5px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	}
	
.footBar {
	background-image:url(../images/footBar.gif);
	width:950px;
	height:18px;
	}

.footer {
	padding:15px;
	color:#000000;
	font-size:10px;
	}
/* end of layout style */

/*global style */
select, input, button, form {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0;
	margin:0px;
	}
	
br {
	line-height: 10px;
	}

hr {
	color: #cccccc;
	}

.imageHeading {
	margin-bottom: 5px;
	}
.text:link {
	color: #7D2828;
	font-weight:bold;
	text-decoration:none;
	}
.text:active {
	color: #7D2828;
	font-weight:bold;
	text-decoration:none;
	}
.text:visited {
	color: #7D2828;
	font-weight:bold;
	text-decoration:none;
	}
.text:hover {
	color: #7D2828;
	font-weight:bold;
	text-decoration: none;
	border-bottom:1px dotted #7D2828;
	}
.footerLink:link {
	color: #7D2828;
	font-weight:normal;
	text-decoration:none;
	}
.footerLink:active {
	color: #7D2828;
	font-weight:normal;
	text-decoration:none;
	}
.footerLink:visited {
	color: #7D2828;
	font-weight:normal;
	text-decoration:none;
	}
.footerLink:hover {
	color: #7D2828;
	font-weight:normal;
	text-decoration: none;
	border-bottom:1px dotted #7D2828;
	}
/*end of global style*/

/*specific page stlye*/
.homeImage {
	float:right;
	/*border: 1px solid #cccccc;*/
	padding:2px;
	margin:3px;
	}
.eventsThumb {
	border: 1px solid #000000;
	padding:0px;
	}
table.seasonal {
	border-width: 1px;
	border-spacing:0px;
	border-style: outset;
	border-color: #cccccc;
	border-collapse: collapse;
	}
.seasonal_heading {
	border-width: 1px;
	/*padding: 4px;*/
	border-style: solid;
	border-color: #cccccc;
	background-color:#D7E7AC;
	}
table.seasonal td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #E8F0D4;
}
.food_text:link {
	color: #7D2828;
	font-weight:bold;
	text-decoration:none;
	}
.food_text:active {
	color: #7D2828;
	font-weight:bold;
	text-decoration:none;
	}
.food_text:visited {
	color: #7D2828;
	font-weight:bold;
	text-decoration:none;
	}
.food_text:hover {
	color: #7D2828;
	font-weight:bold;
	text-decoration: none;
	border-bottom:1px dotted #7D2828;
	background-color:#FFFFFF;
	}
.subHelp {
	color:#009933;
	font-size: 11px;
	}
#pageViews {
	border:1px solid #000000;
	width:266px;
	height:25px;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	}
.views {
	font-size:14px;
	font-weight:bold;
	}
div.updated {
	font-size:10px;
	border:1px solid #A85A3B;
	width:194px;
	color:#A85A3B;
	padding:3px;
	text-align:center;
	}
div.home_images {
	width:194px;
	padding:3px;
	}
div.home_images img {
	margin:3px;
	}
/*end of specific page style*/