#welcomeMsg h2{
	color:#EF3E34 !important;
}
#features { /* boxes which appear on the home page */
	
}
	#features li {
		float:left;
		display:block;
		width:284px;
		background-image: url(../graphics/features_background.gif);
		background-repeat: repeat-y;
		background-position: left top;
		margin-bottom:6px;
	}
		#features li img {
			float:left;
		}
		#features li p {
			float:right;
			width: 196px;
			margin-right:6px;
			min-height:200px;
		}
		* html #features li p 
		{
			height:200px; /* for ie6 */
		}
			#features li p img {
				display:block;
				float:none;
				padding:0px;
			}
		#features li .boxTop {
			background-image: url(../graphics/features_top_background.gif);
			background-repeat: no-repeat;
			background-position: left top;
			height: 8px;
		}
		#features li .boxBottom {
			background-image: url(../graphics/features_bottom_background.gif);
			background-repeat: no-repeat;
			background-position: left bottom;
		}
			#features .boxBottom a img{
				padding-left:180px;		
				display:inline;	
				float:none;
			}	
#features .padRight {
	margin-right:6px;
}
.coverImage 
{
	border-color:#F19F87;
	border-style:solid;
	border-width:1px;
	margin:0px 0px 0px 8px;
}