        .hostingOfferings {
            clear:both;
            width:95%;
            margin:20px auto;

        }
        .hostingOfferings h2 {        
            padding:10px 0;
            width:100%;
            text-align:center;
            color:#cd321d;
        }
        
        .hostingOffer {
            display:inline;
            color:#004276;
            float:left;
            margin: 10px 15px 10px 5px;
            width:275px;
        }

        .hostingOffer h3 {
            color:#004276;
            border-bottom:1px #cd321d solid;
            text-align:center;
            width:100%;
            font-size:125%;
            padding:5px 0 0 0;
            background:url(../images/headlineBoxRound275.gif) top left no-repeat #effbff;
			margin-bottom:0;
        }        
		.hostingOffer .hostingOfferContent {
			padding-top:5%;
            background:url(../images/roundBoxWhite275.gif) bottom left no-repeat;
			width:100%;
		}
        .hostingOffer h4 {
            text-align:center;        
            width:100%;   
            padding-bottom:20px;
        }        
        .hostingOffer ul {
            margin:     0 10% 5% 10%;            
            list-style-image:url(../images/bd21300_.gif);
        }
        .hostingOffer ul li {
            padding-left:10px;
        }  
        .hostingOffer .priceContainer {
            background:url(../images/bd14884_.gif) no-repeat top left;                 
        }      
        .hostingOffer .price {
            margin: 0px 20px;
            color:Navy;
        }              