@import url("global.css");

.Hero {
	background:url(../images/Hero.jpg) no-repeat;
	width:1022px;
	height:321px;
}

.HomePage .NavHome {
	background:url(../images/Nav.jpg) 0 -43px
}

/* ==================================== ContentBox ==================================== */

.ContentBox {
	background:url(../images/ContentBoxBG.jpg) no-repeat;
	width:1022px;
}

/* ==================================== ContentLeft ==================================== */

.ColumnLeft {
	width:151px; /* 241px */
	float:left;
	padding:10px 0 0 50px;
}

/* ==================================== ContentMain ==================================== */

.ContentMain {
	width:500px; /* 560px */
	float:left;
	border-left:1px solid #bacddc;
	border-right:1px solid #bacddc;
	padding:15px 30px 0 30px;
}
