/*   
CSS  1  for Wallowa Brand Web Pages  
*/

body {
	font-family:  Arial, san-serif;
	font-color: white;
	background-color:  #C7CACD;
	background-repeat: repeat-y;
}

#topblock {
	position: absolute;
	width: 1000px;
	height: 350px;
	padding: 50px;
	font-family: "Times New Roman";
	font-size: 36pt;	
	font-weight: bold;
}


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

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

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


.photo1 {
	border: 9px  ridge  navy;
}

a {
	font-weight:  bold;
}

a:link {
	color: #006709;
}	

a:visited {
	color:  navy;
}

a:hover {
	color: red;
}

a:active {
	color: yellow;
}

