body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #707070;
	background-color: #B8CB9E;
}
h3 {
	color: #E9AB2A;
}
h4 {
	font-size: 16px;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	background-image: url(images/carrot.jpg);
	background-repeat: no-repeat;
	background-position: -80px -80px;
}
#main {
	margin: -20px 40px 0 200px;
	padding: 0 0 50px 0;
}
#column {
	width:180px;
	float: left;
	margin: 0 0 0 20px;
	padding:0px;
	text-align: left;
}
#navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	margin: -25px 0 30px 0;
}
#footer {
	font-size:14px;
	text-align: center;
	padding: 0 0 5px 0;
	clear: both;
}
#this_week {
	line-height: 20px;
	margin: -10px 0 30px -25px;
	padding: 0 10px 0 10px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EA523A;
	border-right-color: #EA523A;
	border-bottom-color: #EA523A;
	border-left-color: #EA523A;
}
.boldEntry {
	font-size:16px;
	font-weight:bold;
}
.centerImage {
	margin:0 auto;
	display:block;
}
.image {
	width:130px;
}
.imageText {
	 text-align:center;
	 line-height:14px;
	 margin: 10px 0 0 0;
}
.field {
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
a:link {
	color: #EA523A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D64B35;
}
a:hover {
	text-decoration: none;
	color: #E9AB2A;
}
a:active {
	text-decoration: none;
	text-align: center;
}
