#innerContentBottom {
	width:634px;
	height:140px;
	margin-top:30px;
	margin-left:40px;
	}


	/*
	 Content Bottom Boxes
	*/
	.contentBox {
		float:left;
		position:relative;		
		width:561px;
		margin-left:40px;
		text-align:center;
		background-image: url(../images/stripeHotel.gif);
		background-repeat:no-repeat;
		padding-top:5px;
		padding-bottom:25px;
		}
	.box1, .box2  {
		float:left;
		position:relative;	
		}	
		.box1 {
			text-align:center;
			padding-top:5px;
			width:174px;
			}
		.box2 {
			text-align:left;
			padding-top:8px;
			width:320px;
			margin-right:27px;
			margin-left:40px;
			}	
		.title {
			font-size:14px;
			font-weight:bold;
			color:#666666;
			padding-bottom:7px;
			margin-right:40px;
			}
		.title img {
			margin-bottom:2px;
			border:0px;
			}			
		.text {
			font-size:11px;
			line-height:17px;
			color:#666666;
			margin-right:40px;
			}
		.text a {
			color:#669900;
			text-decoration:none;
			}					
		.text a:hover {
			color:#669900;
			text-decoration:underline;
			}				
		
