/* Sunrise Farm stylesheet */

body{
	background-color: #617A2A;
}
#container{
	width: 853px;
	background: #FFFFFF url(http://sunrisefarmvt.com/css_images/bg_container.gif);
	border: solid #FFFFFF 4px;
	position: relative;
	left: 50%;
	margin-left: -430px;
	margin-top: 25px;
}


/* . . . . . . . . . . . . . Navigation Column (left) . . . . . . . . . . . . . */


#nav_column{
	float: left;
	width: 200px;
}
#nav_column h1{
	width: 200px;
	height: 190px;
	margin: 0;
	border-bottom: 4px solid #FFFFFF;
	background: url(http://sunrisefarmvt.com/css_images/sunrise_farm_logo.gif) no-repeat;
	text-indent: -4000px;
}
#nav_column ul{
	margin: 10px;
	padding: 10px;
	list-style-type: none;
	background-color: #E6EBD2;
}
#nav_column li{
	font-weight: bold;
	margin: 7px 0px;
}
#nav_column a{
	color: #344712;
	text-decoration: none;
}
#nav_column a:hover{
	text-decoration: underline;
}
#nav_column .title{
	font-size: 1.4em;
}


/* . . . . . . . . . . . . . Main Content Column . . . . . . . . . . . . . */


#main_column{
	float: left;
	width: 468px;
}
#main_column #main_image{
	width: 460px;
	height: 190px;
	margin: 0px 4px;
	background: url(http://sunrisefarmvt.com/css_images/main_image.jpg) no-repeat;
}
#main_column #main_image h1{
	margin: 0;
	text-indent: -4000px;
}
#main_column #main_image a{
	position: absolute;
	top: 157px;
	left: 522px;
	padding: 3px 8px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #9FB773;
	border: 2px solid #FFFFFF;
	font-size: .9em;
}
#main_column h2.main_content_header{
	width: 450px;
	margin: 4px;
	padding: 5px;
	background: #F7CF4F;
	color: #FFFFFF;
}
#main_column #main_text{
	padding: 5px;
}
#main_column a{
	color: #7BA11D;
	text-decoration: none;
	font-weight: bold;
}
#main_column a:hover{
	text-decoration: underline;
}
#main_column h3{
	color: #7BA11D;
	font-size: 1.4em;
}
#main_column h4{
	color: #7BA11D;
	font-size: 1.2em;
	margin-bottom: 0px;
}
#main_column .picture_left{
	margin: 10px 10px 5px 0px;
	float: left;
}
#main_column .caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: bold;
}



/* . . . . . . . . . . . . . . . . . Right Column . . . . . . . . . . . . . */


#right_column{
	float: left;
	width: 180px;
}
#right_column ul{
	margin: 10px;
	padding: 10px;
	list-style-type: none;
	background-color: #E6EBD2;
}
#right_column li{
	font-weight: normal;
	margin: 7px 0px;
}
#right_column a{
	color: #344712;
	text-decoration: none;
}
#right_column a:hover{
	text-decoration: underline;
}


/* . . . . . . . . . . . . . . . . . Footer, etc . . . . . . . . . . . . . */


#footer{
	clear: both;
	margin-left: 200px;
	position: relative;
	top: 45px;
	color: #FFFFFF;
	font-weight: bold;
	height: 40px;
}
#footer a{
	color: #F4E48E;
	text-decoration: none;
}
