/* CSS Document */
* {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:gray;
	font-size:10pt;
}
body{
	text-align:center;
}
.page_container{
	width:760px;
	margin:0 auto;
	text-align:left;
}
.manorFarm_logo{
	margin-top:24px;
	margin-bottom:16px;
}
.menu_box {
	background-color:#6d835f;
	height:27px;
	margin-bottom:8px
}
.menu_item a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:none;
	
	padding-left:10px;
	padding-right:10px;
	line-height:27px;
	border-right:2px solid #a9bb8d;
	float:left;
}
.menu_item a:hover	{
	background-color:#881574;
	}
	
.news_box {
	background-color:#ffffff;
	width:276px;
	height:124px;
	
	padding-top:13px;
	margin-bottom:8px;
	float:left;
	font-size:9pt;
	color:black;
}

.news_box img {
	margin-right:11px;
	margin-left:13px;
}

.column1 {
	width:276px;
	float:left;
	margin-right:8px;
}

.column2 {
	float:left;
	width:475px;
	background:url(images/column2_stripe.jpg);
	background-repeat:repeat-x;
	background-color:white;
	}
.colume2_text {
	padding:25px;
	
}

.sub_menu a{
	width:261px;
	background-color:#6d835f;
	padding-left:15px;
	margin-bottom:2px;
	float:left;
	font-size:9pt;
	color:#cbe2a9;
	line-height:30px;
	float:left;
	text-decoration:none;
}
.sub_menu a:hover{
	background-color:#d2eab0;
	color:#881574;
}
.heading {
	font-size:20pt;
	font-style:bold;
	color:#881574;
}
.sub_heading {
	font-size:12pt;
	font-style:bold;
	color:#881574;
}
.photo_description {
	font-size:9pt;
	color:#881574;
}
.history_timeline{
	width:246px;
	background-color:#8da277;
	padding:15px;
	margin-top:8px;
	margin-bottom:2px;
	float:left;
}
.white_small {
	font-size:10pt;
	color:#ffffff;
}