/***************************************************
				      GLOBAL
***************************************************/
html, body {  
	height: 100%;  
	width: 100%;  
	padding: 0;  
	margin: 0;
	background-color: transparent;
  	background: url(images/hunter-valley-cattle-farm-bg-eelah.JPG) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#wrapper {    
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 800px;
	height: auto;
	text-align: center;
	background-color: #nil;
}

#leftcontent {  
	position: relative;
	float: left;
	display: inline-block;
	width: 800px; 
	height: auto;
	margin-left: 80px;
	margin-right: 10px;
	background-color: transparent;
	margin-bottom: 80px;
}

#logoblock {
	position: relative;  
	float: left;
	display: inline-block;
	width: 800px;
	height: 75px;
	margin-top: 120px;
	background-color: transparent;
	background-image: url('images/eelah-logo-white.png');
	background-repeat: no-repeat;
}

#headercontainer {
	position: relative;  
	float: left;
	text-align: left;
	display: inline-block;
	margin-top: 25px;
	width: 350px;
	height: auto;
	background-color: transparent;
	font-family: Calibri, Verdana, Ariel, sans-serif;
	color: #ffffff;
	font-size: 16pt;
	text-decoration: none;
}

#navigationcontainer {
	position: relative;  
	float: left;
	text-align: left;
	display: inline-block;
	margin-top: 35px;
	width: 800px;
	height: 80px;
	background-color: transparent;
}

#navlink {
	position: relative;  
	float: left;
	text-align: none;
	display: inline-block;
	width: auto; 
	height: 27px;
	padding-left: 5px;
	padding-right: 6px;
	padding-top: 1px;
	margin-right: 6px;
	background-color: #ffffff;
	font-family: Calibri, Verdana, Ariel, sans-serif;
	color: #000000;
	font-size: 15pt;
	text-decoration: none;
	font-style: italic;
}

#navlink:hover {
background-color: #b13f3f;
color: #ffffff;
}

A:link {text-decoration: none; color: #ffffff;}
A:visited {text-decoration: none; color: #ffffff;}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #ffffff;}










