/*   
CSS  2  for Wallowa Brand Web Pages  
*/

body {
	font-family:  Arial, san-serif;
	font-color: white;
	background-color:  #C7CACD;
	background-image:  url(pcimages/background1.jpg);
	background-repeat: repeat-y;
	background-repeat: repeat-x;
}

#topblock {
	position: absolute;
	width: 1000px;
	height: 200px;
	padding: 10px;
	font-family: "Times New Roman";
}


#middleblock {
	position: absolute;
	top:  200px;
	width: 1000px;
	height: Auto;
}

#bottomblock{
	position: relative;
	top:  780px;
	left:  50px;
	width: 1000px;
	height: 250px;
}

.coname{
	font-family: Eurostile;
	background-color: #000000;
	padding: 3px;
}

a {
	font-weight:  bold;
}

a:link {
	color: #006709;
}	

a:visited {
	color:  navy;
}

a:hover {
	color: red;
}

a:active {
	color: yellow;
}

