@charset "utf-8";
#sampleImage {
	width:800px;
	min-height: 1200px;
	margin:30px auto;
	color:#FFF;
	font-size: 14px;
}
#textLeft {
	float:left;
	position:relative;
	top: -12px;
	color: #E8DCC4;
}
#textLeft b, #textRight b {
	color:#FFF;
}
#textRight {
	text-align:right;
	color: #E8DCC4;
}
#bottomText {
	margin-top: 20px;
	text-align:center;
	color: #FFF;
}
.sandBar {
	padding:0px 5px;
	color: #E8DCC4;
}
#bottomThumbs {
	text-align:center;
}
#bottomThumbs img {
	margin: 5px 20px;
	cursor: pointer;
}