/*------------------------------------
	Title: Cross-Browser Text Drop Shadows
	Author: Scott Jehl, www.scottjehl.com, scott@scottjehl.com
	Date: 7/19/06
	http://creativecommons.org/licenses/by-nc-sa/2.5/
--------------------------------------*/

/*Appearance of Drop Shadow Text*/
span.shadow {
	top: 1px;
	left: 1px;
	color: #000;
}


/*necessities*/
.highContrast {
	position: relative;
	color: #fff;
}
.highContrast span {
	position: relative;
}
span.shadow {
	position: absolute;
}	

h6 {
	font: .8em Verdana;
	margin-left: 10px;
}

#boxforpicture {
	width: 330px;
	background: url("bottom.jpg") no-repeat bottom right;
	border-top: dashed 1px #3c3b27;
	border-bottom: dashed 1px #3c3b27;
	text-align: left;
	padding: 5px;	

}
