@charset "UTF-8";
body/* CSS Document */
{
	margin: 0;
	background-image: url(Images/bg.png);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0;
	background-color: #cbbc85;
}
.directionsprintable
{
margin:20px;
background-color:white;
background-image:none;
text-align:left;
font-family:"Times New Roman", Times, serif;
font-size:13px;
}
h1 {
	margin:0;
	padding:0;
	font-size:18px;
}
.leftThumb   
{
	background-position: right center;
	vertical-align: top;
	text-align: left;
	border: 0;
}
.rightThumb {
	text-align: right;
	vertical-align: top;
}
.arrowR {
	margin-right: 435px;
	margin-top: 3px;
}
.middleThumb {
	text-align: center;
	vertical-align: top;
}
.bottomMiddleThumb {
	text-align: center;
	vertical-align: bottom;
}
.bottomLeftThumb {
	text-align: left;
	vertical-align: bottom;
}
.bottomRightThumb {
	text-align: right;
	vertical-align: bottom;
}
#ContentContainer {
	width:900px;
	height:375px;
	margin:auto;
	background-image:url(Images/bg.jpg);
}
#ContentContainer img {
	padding:5px;
}

