/* IE 6 Specific Classes */


/* --- Top Leaderboard Ad --- */
#top_leaderboard {
	height: 90px;
	margin-bottom: -30px; /* pull up the top nav closer to the bottom of the Learerboard Ad */
}
/* --- Header --- */
.custom #header { 
	height: 110px; /* This will adjust the over height of the header. It's not exaxct, and should be used for spacing purposes only */				  
}
/* --- Main Menu --- */
.custom .menu {
	position: relative;
	top: -60px; /* pull up the main menu to fill the gigantic void of white space */
	left: 0px;
	margin-bottom: -40px; /* now we have to pull up the rest of the content */
}