@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 20px;
	color: #b0a48b;
	background-color: #585346;
	margin:0px;
}

a:link {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 20px;
	color: #b0a48b;
	text-decoration:none;
	}
	
a:hover .image{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 20px;
	color: #585346;
	text-decoration:none;
	background-color:#9a8f79;
	}

h1 {
	font-size:14px;
	font-style:normal;
	padding: 60px 0 30px 0;
	border-bottom:dotted #b0a48b 1px;
	margin-bottom:20px;
	background-image:url(../images/dairy.jpg);
	background-repeat:no-repeat;
	background-position:340px 0;
	text-align:center;
	}
h3 {
	clear:both;
	font-size:10px;
	border-top:dotted #b0a48b 1px;
	padding-top:20px;
	}
	
.main {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	}

.header {
	float:left;
	font-size:14px;
	font-style:normal;
	padding: 30px 0 10px 0;
	border-bottom:dotted #b0a48b 1px;
	margin-bottom:20px;
	}
	
.image {
	padding:10px;
	background-color:#FFFFFF;
	margin-bottom:5px;
	}

.content {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
	}
	
.content2 {
	float:left;
	}