/*   
CSS  3  for Wallowa Brand Web Pages  
*/

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

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


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


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

.photo1 {
	border: 4px  ridge  yellow;
}

.photo2 {
	border: 4px  ridge  white;
}

.photo3 {
	border: 4px  ridge  red;
}

.photo4 {
	border: 4px  ridge  green;
}

.photo5 {
	border: 4px  ridge  navy;
}

.photo6 {
	border: 7px  ridge  green;
}

.photo7 {
	border: 4px  ridge  orange;
}

.photo8{
	border: 12px  ridge  gray;
}



.photo9{
	border: 6px  ridge  gray;
}


a {
	font-weight:  bold;
}

a:link {
	color:  green;
}	

a:visited {
	color:  blue;
}

a:hover {
	color: red;
}

a:active {
	color: yellow;
}

