body { width: 100%; height:100%; padding: 0px; margin: 0px; background-image: url(../gfx/cow-back.gif); background-position: bottom right; background-repeat: no-repeat; background-color: #1a171b;  background-attachment: fixed;  }


div.text {
	position: absolute;
	top: 367px;
	font-family:verdana;
	font-size: 11px;
	color: #707172;
	font-weight: 400;
	left: 170px;
	width: 369px;
	z-index: 99;
	height: 276px;
		}


div.image1 {
	position: absolute;
	top: 99px;
	left: 170px;
	width: 609px;
	z-index: 1;
	height: 181px;
		}
		
div.link1 {
	position: absolute;
	top: 471px;
	left: 170px;
	width: 181px;
	z-index: 99;
	height: 161px;
		}
		
div.link1a {
	position: absolute;
	top: 39px;
	font-family:verdana;
	font-size: 10px;
	color: #707172;
	font-weight: 400;
	left: 10px;
	width: 168px;
	z-index: 99;
	height: 90px;
		}

div.link2 {
	position: absolute;
	top: 471px;
	left: 380px;
	width: 179px;
	z-index: 99;
	height: 161px;
		}
		
div.link4 {
	position: absolute;
	top: 361px;
	left: 576px;
	width: 179px;
	z-index: 99;
	height: 28px;
		}
div.link2a {
	position: absolute;
	top: 39px;
	font-family:verdana;
	font-size: 10px;
	color: #707172;
	font-weight: 400;
	left: 10px;
	width: 168px;
	z-index: 99;
	height: 90px;
		}


div.link3 {
	position: absolute;
	top: 507px;
	left: 564px;
	width: 179px;
	z-index: 99;
	height: 161px;
	text-align:right;
		}
		
div.link3a {
	position: absolute;
	top: 39px;
	font-family:verdana;
	font-size: 10px;
	color: #707172;
	font-weight: 400;
	left: 10px;
	width: 81px;
	z-index: 99;
	height: 186px;
	text-align:left;
		}
		
		
		
		
/*Navigation*/		
		
		


ul {
	margin: 0px;
	font-size: 11px;
	text-align:left;
	list-style-type:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	background-image: url(../gfx/nav-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.dark-blue li {
	color: #a58765;
	padding-bottom: 3px;
	padding-top: 3px;
}

.selected {

	color: #abdadc !important;

} 
 
.dark-blue a:link {
	color: #179cb7;
	text-decoration: none;
}

.dark-blue a:visited {
	color: #179cb7;
	text-decoration: none;
}

.dark-blue a:active{
	color: #abdadc;
	text-decoration: none;
}

.dark-blue a:hover {
	color: #abdadc;
	text-decoration: none;
}		

