#footer {
	height: 420px;
	background-color: #dddddd;
}
	#contentFooterCol1{
		float:left;
		width:250px;
		height: 350px;
	}
		#contentFooterCol1 p{
			margin-top: 20px;
			line-height: 15px;
			width: 200px;
		}
		#contentFooterCol1 h1{
			font-weight:lighter;
			font-size: 16px;
			margin-top: 20px;
			margin-bottom: 20px;
			width: 230px;
		}
		
	#contentFooterCol2{
		float:left;
		width:250px;
		height: 310px;
	}
		#contentFooterCol2 a{
			color: #666;
			margin-top: 20px;
			line-height: 15px;
			width: 230px;
		}
		#contentFooterCol2 h1{
			font-weight:lighter;
			font-size: 16px;
			margin-top: 20px;
			margin-bottom: 20px;
			width: 230px;
		}
	#contentFooterCol3{
		text-align:right;
		float:left;
		width:250px;
		height: 310px;

	}
		#contentFooterCol3 a{
			color: #666;
			margin-top: 20px;
			line-height: 15px;
			width: 230px;
		}
		#contentFooterCol3 h1{
			font-weight:lighter;
			font-size: 16px;
			margin-top: 20px;
			margin-bottom: 20px;
		}
	#contentFooterCol4{
		text-align:right;
		float:left;
		width:250px;
		height: 310px;
	}
		#contentFooterCol4 a{
			color: #666;
			margin-top: 20px;
			line-height: 15px;
		}
		#contentFooterCol4 h1{
			font-weight:lighter;
			font-size: 16px;
			margin-top: 20px;
			margin-bottom: 20px;
		}
