.Bg_Blu {
	background-image: url(images/spanner_101_transfade.png);
	font-family: 'Ubuntu', serif;
    font-size: 14px;
	color: #A69ACD;
}
h1 {
	font-size: 18px;
	color: #120F1C;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
	font-weight: bold;
	  }
h2 {
	font-size: 16px;
	color: #403467;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
	  }	  
p {
	font-size: 13px;
	color: #000000;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
	  }
#Container {
	height: 100%;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-image: url(images/plumbing_tools_825.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 75px;
	padding-right: 75px;
	padding-bottom: 75px;
	padding-left: 75px;
}
#HoldCtn {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(242, 239, 247, 0.8);
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.ImgFade {	
	opacity: 0.1;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}
.RdBrd {
	border: 1px solid #403467;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
a:link {
	color: #120F1C;
	font-weight: bold;
}
a:visited {
	color: #433869;
}
a:hover {
	color: #FFFFFF;
	background-color: #120F1C;
	font-weight: bold;
	color: #FFFFFF;
}