/* CSS Document */

/*#hShot {
  background-color:#eaeaea;
  border: solid 1px #999;
  width:220px;
  padding: 10px;
  text-align:center;
}
*/
#hShot {
	background: url(images/grad_back_sm.jpg) repeat-x bottom;
	width: 220px;
	margin: 0 10px 10px; 
	padding: 10px;
	text-align: center;
  	border: solid 1px #999;
	float:left;
}
#hShot img {
	margin-bottom: 7px;
}

.centerCol {
	margin: 0 auto;
	width: 560px;
	text-align: center;
}

#clearBoth {
        clear: both;
} 

h1 {
	color: #922D46;
}
