#header-container {
	height: 104px;
	background: #bbb url(../images/ASES_home_banner.jpg);
}
#header-container-M {
	height: 104px;
	background: #bbb url(../images/ASES_home_bannerM.jpg);
}
#header-left {
	float: left;
	width: 50%;
	margin-right: 1px;
	padding-right: 1px;
}
#header-right {
	float: right;
	width: 25%;
	height: 80px;
	overflow: hidden;
	padding-top: 30px;
}

#navigation-container {
   padding-left: 10px;
	width: 97%;
}

/* Home */
#body-left {
	float: left;
	width: 70%;

}
#home-content {
	height: 190px;
	float: left;
	width: 32%;
	background: #fffff;
	margin: -5px 0 4px 0;
}

#main-promo {
	height: 190px;
	float: right;
	width: 67%;
	overflow: hidden;
	padding-left: 5px;
	margin: -6px 0 4px 0;
}

#home-promos {
	float: left;
	margin-left: 15px;
	width:	 97%;
	height: 11.5em;
	margin-top: -10px;
	overflow: hidden;
  }

#home-promos a:link,
div#home-promos a:visited {
	text-decoration: none;
}

#home-promos a:hover {
	text-decoration: underline;
}

.promo-box-LM {
	float: left;
	width: 30%;
	height: 12.4em;
	overflow: hidden;
	background: #fff;
	padding: 2px 8px 0 8px;
	border-top: 1px solid #D0BFBA;
	border-right: 1px solid #D0BFBA;
	border-bottom: 1px solid #D0BFBA;
  }




.promo-box-R {
	float: left;
	width: 30%;
	height: 12.4em;
	overflow: hidden;
	background: #fff;
	padding: 2px 8px 0 8px;
	border-top: 1px solid #D0BFBA;
	border-bottom: 1px solid #D0BFBA;
	overflow: hidden;
	border-right: none;
     }



#body-right {
	float: right;
	width: 29%;
	background: #E0EAF1;
	margin-top: -6px;
}
#right-home-sidebar {
	background: #E0EAF1;
	border: 1px solid #E0EAF1;
	margin-top: -10px;
	margin-bottom: -10px;
	overflow: hidden;
}
