/* CSS Document */
#masthead{
	height:125px;
	padding-top: 125px;
	text-align: center;
	margin-bottom: 10px;
	border: 1px dashed rgb(0, 204, 0);
}

#optionalBox{
	width: 150px;
	text-align: left;
	margin-top: 30px;
	margin-left: 10px;
	padding: 10px;
	float: left;
}

#Well{
	padding: 0;
	height:205px;
	border: 1px dashed rgb(255, 204, 0);
}

#Well .items {
	margin: 10px 0px 10px 54px;
	padding: 0;
	height:80px;
	width: 245px;
	float: left;
	border: 1px dashed rgb(255, 204, 0);
}
div.item{margin: 10px 0 0 10px;}
#Well .items div h3{
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0px;
	/*height:20px;*/
	width: 165px;
	font-size: 11px;
	float: left;
}

#Well .items div .description{
	margin: 12px 0px 0px;
	padding: 0px;
	height:20px;
	width: 145px;
	float: left;
}

#Well .items div .image{
	color: #000000;
	margin: 0px 6px 0px 0px;
	padding: 0px;
	height:53px;
	width: 73px;
	float: right;
}

#Well #promo_4, #Well #promo_5 {
	border: 1px dashed rgb(0, 204, 0);
}
