#homeFeatureBoxBG {
	background-image:url(../images/home/featureBoxBG.gif);
	background-position:top;
	background-repeat:no-repeat;	
}
#homeFeatureBox {
	height:200px;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	
}
#contentColumn {
	float:right;
	width:550px;
}

#chistmas-message {
	margin:10px 0;
	padding:10px;
	font-size:11px;
	line-height:13px;
	background:url(../images/featureBoxes/christmasfeaturebg.gif) top left no-repeat;
}

	#chistmas-message h3 {
		margin:0;
		padding:0;
		color:#f60;
		font-size:13px;
	}
	
	#chistmas-message p {
		margin:0;
		padding:10px 0 0 0;
		color:#006;
	}
	#contentColumn #chistmas-message ul li {
		list-style-image:none;
		list-style:disc;
		color:#006;
		padding-bottom:10px;
	}
	
.alert {
	border:5px solid #f60;
	color:#f60;
	text-align:center;
	font-size:14px;
	padding:0 5px;
	margin:5px;
}

.alert p {
	margin:0;
	padding:5px 0;
}
	
	

