/******************
	General Elements
******************/
BODY, HTML{
	background-image: url(images/background.jpg);
	background-position: left 2px;
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #5c4318;
	height: 100%;
	font-family: Arial, Helvetica;
	font-size: 16px;
	text-align: justify;
	color: #000000;
}

A {
  font-weight:bold;
  color:#000000;
}

A:hover {
  color: #666666;
}

A:active{
  color: #3398A4;
}

A:visited{
  color: #3398A4;
}

H1{
  font:Georgia, "Times New Roman";
	font-size:16px;
	color:#000000;
}
H3{
	color:#FFFFFF;
}

/******************
	Classes
******************/
.cowboy{
	behavior: url(includes/iepngfix.htc);
	background-image: url(images/cowboy.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px;
	height: 415px;
	width: 195px;
	position: absolute;
	margin-left: -135px;
}

.logo{
	behavior: url(includes/iepngfix.htc);
}

.headerInfo{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.headerInfo A: hover{
	text-decoration: underline;	
}

.headerInfo A: visited{
	color: #FFFFFF;
	text-decoration: none;	
}

.mountTable{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 12px;
}

.imgDisplay{
	float: left;
	z-index: 0;
	padding: 5px;
	height: 150px;
	width: 150px;
	text-align: center;
}
.imgDisplay A:visited{
	border: 0px none;
}
.imgDisplay A:hover{
	border: 0px none;
}

.imageTitle{
	color: #FFFFFF;	
	font-size: 14px;
}

.emailTxt{
	color: #000000;
	font-weight: bold;	
}
/******************
	Individual elements
******************/
#footerLink{
  font-size: 12px;
  font-family: Arial, Helvetica;
  text-decoration: none;	
}
#divUpload{
	float: left;
	z-index: 0;
	width:100%;
	display: hidden;
	visibility: hidden;
	border: 2px solid #FFFFFF;
	padding:5px;
	text-align: center;
}

#btnEmail{
	background-image: url(http://www.cowanhorseadventures.com/images/btn_email.jpg)	;
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	height: 37px;
	width: 176px;
	cursor: pointer;
}
