body {
	color: #a8b07d;
	background-color: #a8b07d;
	font-family: Georgia;
	min-height: 600px;
}
h1 {
	
	left: 280px;
	top: 235px;
	position: absolute;
	color: #785553;
	font-size: 16px;
	width: 155px;
}
h2 {
	font-size: 12px;
}
#sectionURL {
	width: 200px;
	left: 440px;
	top: 247px;
	position: absolute;
	color: #785553;
	font-size: 14px;
	text-decoration: none;
}
#sectionURL:hover {
	text-decoration: underline;
}
#content {
	
	left: 278px;
	top: 285px;
	position: absolute;
	color: #785553;
	padding-bottom: 130px;
	height: 400px;
}
#contentExtended{
	
	left: 278px;
	top: 285px;
	position: absolute;
	color: #785553;
	padding-bottom: 130px;
	height: 600px;
}
#contentExtended a{
	color: #785553;
	text-decoration: none;
}
#content a{
	color: #785553;
	text-decoration: none;
}
#content a:hover{
	color: #785553;
	text-decoration: underline;
}
#photos {
	position: absolute;
	top: 286px;
	left: 680px;
	width: 140px;
}
#photos img{
	margin-top: 12px;
}
#company_logo {
	position: absolute;
	left: 0px;
}

#map {
	position: absolute;
	top: 122px;
	left: 0px;
}
#contact{
	color: #7b5a55;
	position: relative;
	top: 140px;
	left: 0px;
	font-size: 12px;
	width: 380px;
	margin-top: 235px;
}
#contactHigher{
	color: #7b5a55;
	position: relative;
	top: 120px;
	left: 0px;
	font-size: 12px;
	width: 380px;
	margin-top: 0px;
}
#language{
	color: #7b5a55;
	width: 115px;
	height: 18px;
	font-size: 14px;
	right: 43px;
	
	top: 190px;
	position: absolute;
	background-color: #ffffe3;
	padding-left: 5px;
}
#language a{
	color: #7b5a55;
}
#description{
	color: #785553;
	font-size: 12px;
	position: absolute;
	left: 162px;
	width: 218px;
	height: 89px;
}
#banner {
	width: 1024px;
	height: 160px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -90;
}
#logo {
	background-color: #ffffe3;
	width: 218px;
	height: 164px;
	position: absolute;
	top: 98px;
	left: 42px;
	background-image: url(../images/logo.png);
}

#banner_line {
	width: 100%;
	position: absolute;
	top: 160px;
	left: 0px;
	height: 30px;
	background: #ffffdf url(../images/header_bg.png) repeat-x;
	margin: 0;
}
#banner_title{
	position: absolute;
	top: 160px;
	left: 260px;
	width: 400px;
	height: 30px;
	
	
	margin: 0;
}
.english {
	background-image: url(../images/title.png);
}
.french {
	background-image: url(../images/title_fr.png);
}
#nav_menu {
	background-color: #ffffdf;
	width: 210px;
	height: 0px;
	position: absolute;
	top: 285px;
	left: 42px;
	border: 4px solid #f1e4bc;
}
ul {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 18px;
	color: #473d36;
}
li {
	list-style: none;
	
	
}
.selected {
	
	background-color: #948d6b;
	color: #ffffdf;
}
li:hover {
	
	background-color: #948d6b;
	color: #ffffdf;
}
li a {
	color: #473d36;
	border-bottom: 1px solid #9c9583;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	background-color: #fafada;
	width: 180px;
	height: 30px;
	display: block;
	text-decoration: none;
}
li a:hover {
	background-color: #948d6b;
	color: #ffffdf;
}
.biggerLi a{
	height: 55px;
}
#footer_farm{
	width: 495px;
	height: 274px;
	bottom: 0;
	position: fixed;
	right: 0;
	background: url(../images/footer_farm.png) no-repeat;
}
#footer_text {
	width: 100%;
	position: fixed;
	color: #39312b;
	font-size: 12px;
	bottom: 0;
	right: 0;
	height: 23px;
	padding-top: 7px;
	padding-right: 42px;
	margin: 0;
}
#footer_text a {
	color: #39312b;
	text-decoration: none;
}
#footer_text a:hover {
	color: #39312b;
	text-decoration: underline;
}
#footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 495px;
	height: 30px;
	background: url(../images/footer_bg.png) repeat-x;
	margin: 0;
	
}
