/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/

/* =Generic Deshka
-----------------------------------------------------------------------------*/	

.floatRight {
	float:right;
	padding:0 0 20px 20px;
	}
	
.floatLeft {
	float:left;
	padding:0 20px 20px 0;
	}
	
.bottomPadding {
	padding:0 0 20px 0;
	}

/* Links */	
#right p {
	padding:0 0 20px 0;
	}
		
#right p a {
	color:#17436c;
	font-size:110%;
	padding:1px 1px;
	font-weight:bold;
	}

#right p a:link, #right p a:visited {
	text-decoration:underline;
	}

#right p a:hover, #right p a:active {
	color:#ffffff;
	background:#17436c;
	}
	
/* =Deshka About Page
-----------------------------------------------------------------------------*/	

#abouth1 {
	width:137px;
	height:20px;
	background-image:url(../img/about_h1.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
	}	

	
/* =Deshka Photo Galleries Page
-----------------------------------------------------------------------------*/	

#photoh1 {
	width:143px;
	height:20px;
	background-image:url(../img/photo_h1.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
	}
	
.galleryLeft {
	float:left;
	border:#7d2b2a solid 1px;
	margin:0 20px 20px 0;
	}
	
.galleryRight {
	float:right;	
	border:#7d2b2a solid 1px;
	margin:0 0 20px 0;
	}
	
#galleryBorder {
	border:#000000 solid 1px;
	width:503px;
	}
	
/* =Deshka Directions Page
-----------------------------------------------------------------------------*/	

#directionsh1 {
	width:97px;
	height:20px;
	background-image:url(../img/directions_h1.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
	}
	

/* =Deshka Meet Your Hosts Page
-----------------------------------------------------------------------------*/	

#meeth1 {
	width:155px;
	height:20px;
	background-image:url(../img/meet_h1.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
	}
	
/* =Deshka Testimonials Page
-----------------------------------------------------------------------------*/	

#testimonialsh1 {
	width:121px;
	height:20px;
	background-image:url(../img/testimonials_h1.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
	}
