/* CSS Document */

.HomeBox {
	width: auto;
	color: #9DBFAC;
	font-size: small;
	height: 252px;
	background-image: url(../images/Headers/Welcome.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear:both;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
  
.LeftContent {
	width: 300px;
	padding: 50px;
	float: left;
}

.RightContent {
	padding: 50px;
	float: left;
	height: auto;
	width: 300px;
}

.WelcomeText {
	color: #B18500;
}
