	#content-wrapper{
		min-height:					750px;
	}
	/*	Split content	*/
	#content-wrapper .left{
		float:						left;
		width:						190px;
	}
	#content-wrapper .right{
		float:						left;
		width:						450px;
	}
	.address{
		height:						300px;
	}
	#map{
		margin-top:					20px;
		padding:					10px;
		color:						#004487;
		background-color:			#B5C4D5;
	}
	#contact td{
		vertical-align:				top;
		min-width:					190px;
	}
	#contact p{
		margin:						6px 0 0 20px;
	}
	#contact input[type=text],
	#contact textarea{
		padding:					5px;
		font-family:				Verdana;
		font-size:					13px;
		color:						#004487;
		background-color:			#F7F9FB;
	}
	#contact input{
		width:						398px;
		height:						20px;
		border:						1px solid #B5C4D5;
		margin-bottom:				10px;
	}
	#contact textarea{
		margin:						0;
		width:						398px;
		resize:						none;
		border:						1px solid #B5C4D5;
	}
	#contact input[type=submit]{
		float:						right;
		margin:						10px 0 0 0;
		width:						120px;
		height:						20px;
		color:						#FFF;
		border:						0;
		cursor:						pointer;
		background-color:			transparent;
		background-image:			url(img/btn-light.png);
	}